Free Academic Seminars And Projects Reports
A Java Disassembler - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Project Ideas And Disscussion (https://easyreport.in/forumdisplay.php?fid=32)
+--- Forum: Engineering Project Ideas (https://easyreport.in/forumdisplay.php?fid=33)
+---- Forum: Computer Science Project Ideas (https://easyreport.in/forumdisplay.php?fid=36)
+---- Thread: A Java Disassembler (/showthread.php?tid=28206)



A Java Disassembler - ABHIJEET - 08-17-2017

A Java Disassembler


A disassembler (or decompiler) is a piece of software which takes executable code and recovers, as far as possible, the original source. Exectuable Java code is normally in bytecode format. The project is to develop a tool (or tools) that will take Java bytecodes and present the program in a human readable form.