|
Disassembler
I had a while to play with my almost finished disassembler engine. The project was started on the Christmas Ave day, I just couldn't resist coding. It took me something about 4 days to complete the engine. It was written completely from zero and currently it is able to handle all Pentium III instructions (general), moreover in the engine I have used "flags" to mark used registers as source or destinations etc. I did it specially for some of my future projects, which will heavily depend on the disassembler engine. The thing left is to write some general MANUAL for the users who would like to use this stuff, so I need to do it before the initial public release. I will try to make it ASAP, anyway I'm currently locked with school stuffs so forgive me the delay(s). If you like you can test the sample SCREENSHOT: http://www.piotrbania.com/all/disit.jpg Currently the engine is something about 2K lines of C code, well it may extend :) best regards, pb Comments
| ||||||