Don’t live to geek, geek to live!
Reverse Engineering
Youtube Video to Mp3 Converter
Aug 5th
youtubetomp3
This service allows you convert a YouTube Video to MP3 file online. So you are able to listen to your favorite YouTube tracks on every MP3 player.
When you submit a URL, it will download the video and convert to MP3 format, and then you can download the converted file. The conversion is without loss, that means you will get the MP3 in the same quality it is saved in the video.
For this service JavaScript must be enabled in your browser.
Java Decompiler
May 18th
The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.
JD-Core is a library that reconstructs Java source code from one or more “.class” files. JD-Core may be used to recover lost source code and explore the source of Java runtime libraries. New features of Java 5, such as annotations, generics or type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.
JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.
JD-Eclipse is More >