disassembly
x86 opcode encoding: sib byte
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:[详细]
2023-01-11 05:09 分类:问答How can I view the disassembly of optimised jitted .NET code?
For one reason or another, I sometimes find it useful or just interesting to look at the optimised compiler output for a function.[详细]
2023-01-10 17:48 分类:问答How to map a file offset in an EXE to its PE section
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[详细]
2023-01-10 16:49 分类:问答Viewing XAML from a compiled DLL
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[详细]
2023-01-09 18:05 分类:问答How do I compare the contents of two dlls?
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[详细]
2023-01-08 06:50 分类:问答Converting some assembly to VB.NET - SHR operator working differently?
Well, a simple question here I am studying some assembly, and converting some assembly routines back to VB.NET[详细]
2023-01-06 22:58 分类:问答Resources for x86 decompilation
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[详细]
2023-01-06 05:18 分类:问答Delphi: How to get the address of an event variable?
How do i get the address of the variable holding an event handler? e.g. TExample = class(TObject) private[详细]
2023-01-04 10:10 分类:问答How to change the assemblyIdentity of an executable?
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[详细]
2023-01-03 01:11 分类:问答Disassembler that tracks what value is where
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:[详细]
2023-01-01 18:54 分类:问答