Bengaly
August 13th, 2011, 09:38
Hey all,
A new version is up, and boy it fixes a lot!
Also, PVDasm has now a whole new website design! so check out http://www.pvdasm.tk-labs.com to download the latest versions.
Change Log:
Notes:
A new version is up, and boy it fixes a lot!
Also, PVDasm has now a whole new website design! so check out http://www.pvdasm.tk-labs.com to download the latest versions.
Change Log:
Fixed the bug in the status bar, when clicking on a disassembled line PVDasm did not show the actual Code Address / Code Offset.
Fixed a nasty crash when PVDasm tried to resolve an APIs calls way outside of the current disassembled [CODE] section. (Bad Pointer, access violation)
Fixed a nasty crash when PVDasm tried to access a dword instead of a word from a memory location, which caused a memory acceess violation crash.
Increased buffer size in XRef resolving, which caused a stack run time error.
Fixed PVDasm (64bit) Import table resolve!! PVDasm 64Bit crashed due to memory access violation when tried accessing the import table using PIMAGE_THUNK_DATA64 instead of PIMAGE_THUNK_DATA32 for normal PE files. this is done by adding #define PIMAGE_THUNK_DATA PIMAGE_THUNK_DATA32 for x64 build.
PE/PE+ Editor fixed in PVDasm 64Bit!!
Menu bar re-ordered.
Notes:
New website design
Thanks to the bug fixes above, old 16bit binaries loads much safer now.
PVDasm is now fully 32/64 bit compatible!
PVDasm doesn't support Win7 process task manager (yet?), so it may crash when attempting to read/attach a process.
PVDasm 64bit has an issue with Common Controls 6 manifest configuration, enabling the manifest causes the virtual list view to die (notifications not receiving), disabling manifest causes a defect in the tool bar control... only sulution is to try and rewrite it.
Hex Editor might not load on 64Bit version, I will look into it.