dissassembler
-
Does anyone know how to dissassembler pe file? i need some example. :(( please help me
-
Does anyone know how to dissassembler pe file? i need some example. :(( please help me
Hi, the "portable execution file format" was defined many years ago and kept growing and supporting new features all the time (32-bit, 64-bit, non-Intel CPUs, .NET Framework, ...). there are many hits on Google, this is one of them[^]. You will notice a very complex file structure; disassemling actual x86 code is only a small part of the matter. :)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.