disassembly
Debugging string from resource with assembly
Here is my issue. I\'m trying to learn how to do debugging in assembly with OllyDBG. Usually, when a string is literally in the application, I can find something that points to it, however, this strin[详细]
2023-01-21 04:41 分类:问答Switch Case Assembly Language
I am looking at the assembly language code of a switch statement. I understand how the code works and what the cases are. My question is how do I decide on the case names?[详细]
2023-01-20 23:41 分类:问答How to expand the .lib with its source in c++?
Now my problem requires a .lib and I\'ve grabbed all the source for that library,how can I replace the .lib开发者_运维技巧 dependance with its source code so that I can trace directly in source level[详细]
2023-01-19 14:42 分类:问答How are hex sequence translated to assembly without ambiguity?
8B EC 56 8B F4 68 00 70 40 00 FF 15 BC 82 40 A senquence like above can be segmented in various ways,each segment can be translated to corresponding assembly instruction, but each binary executable[详细]
2023-01-19 13:36 分类:问答Is it possible to infer which line in source has the problem according to disassembly?
The problem exists at 017D0B5Fcalleax: 017D0B56movesi,esp 017D0B58movedx,dword ptr [ebp-20h] 017D0B5Bpushedx[详细]
2023-01-19 04:13 分类:问答Using objdump for ARM architecture: Disassembling to ARM
I have an object file and am trying to disassemble it. When I use: objdump -d example.o I get an assembly in code in the file format of 开发者_如何转开发elf64-x86-64.[详细]
2023-01-18 13:43 分类:问答What does "DS:[40207A]" mean in assembly?
0040103ACAL开发者_StackOverflow社区L DWORD PTR DS:[40207A]USER32.MessageBoxA What does DS: mean?The instruction is loading a new EIP value from memory at ds:[40207A]. i.e. there\'s a function pointe[详细]
2023-01-17 20:48 分类:问答How to understand .pdb files of visual studio?
I opened it with an editor,totally messy. BTW, in the \"Disassembly\" view,is it possib开发者_Python百科le to dump all the assembly code? I tried but can only grab a screen of lines I\'ve been keepin[详细]
2023-01-15 14:12 分类:问答How to restore information about partial class from DLL?
DLL contains partial class DisPart defined in two places: public partial class DisPart { public static string s;[详细]
2023-01-15 12:19 分类:问答Can I debug an Exe
I need to compare few function calls and signature between my application and an working 开发者_StackOverflow中文版application. Here I don\'t mean any way to reverse engineer or access the source code[详细]
2023-01-11 21:52 分类:问答