Changelog:
- added support for 64 bit PE files (PE+ format); although it isn't finished you can do with it most of the things which works on 32bit pe files; what do I need to fix for x64? tls,addimports,jmp va, perhaps a small dissassambler for rightclick menu in hexview to support x64 architecture; and other things which I couldn't test since I'm still on a 32bit machine
- added map file parser for "Virtual to Raw offset convertor"; if you open a PE sample.exe
and the sample.map exist in the same dir, you will see the function/var in which address points;
it should work for vc6-vc8 linker generated map files;