I\'m currently trying to write a disassembler. I found the following list of opcodes and their meanings, so i decided to parse it at runtime:
For one reason or another, I sometimes find it useful or just interesting to look at the optimised compiler output for a function.
I\'ve opened up a program I wrote with ImageHlp.dll to play around with it a little, and I noticed that there seem to be large gaps in the file.As I understand it, for each PE section, the section hea
I\'m trying to develop a Visual Studio 2010 extension and it would be a lot easier if I could see what 开发者_Go百科the Visual Studio XAML looks like. I used Reflector and the BAML disassembler but th
I would like to compare several dlls of one install to several dlls of another install of the application I\'m working with. I need to ensure they are exact same. How do I compare two dlls to ensure t
Well, a simple question here I am studying some assembly, and converting some assembly routines back to VB.NET
I\'d like to get a solid understanding of the low level process for representing and running a program. I\'ve decided to do this by writing a program to parse and display object file information (head
How do i get the address of the variable holding an event handler? e.g. TExample = class(TObject) private
I want to hide the tool I used to create an .exe file. I am not doing anything illegal, I just want to protect my intellectual property from being copied. If I open the exe file in a text editor I see
So lately I\'ve been looking at the disassembly of my C++ code, and having to manually track w开发者_如何学运维hat\'s in each register, like this: