ollydbg
Assembly Absolute JMP/CALL to Relative JMP/CALL Tool/Plugin?
I have this program I\'m trying to reverse engineer. I don\'t know whether or not it was the compiler\'s optimizer or obfuscation, but now some parts of the code that call other functions are calculat[详细]
2023-04-04 17:46 分类:问答Base addresses not the same
When I load up an executable in IDA pro and OllyDbg, the addresses of the same inst开发者_运维百科ructions start up at different locations. This could be because they are different base addresses. I w[详细]
2023-03-15 13:16 分类:问答OllyDbg can't debug visual studio exe
I\'ve just created a new vc++ exe with this simple code: #include<stdio.h> #include<string.h>[详细]
2023-03-01 02:09 分类:问答Reverse Engineering, Left Bit shift by seven
I\'ve been trying to reverse engineer a function of a game but I\'m kinda confused. I\'m pretty new to reverse engineering (I\'m using ollydbg btw) so I don\'t really know about all the tricks and det[详细]
2023-02-27 08:30 分类:问答Replacing a XORed string in an excutable (x86)
I have an executable that I am trying to patch. The e开发者_JAVA技巧xecutable is storing strings using XOR encryption. I used XORSearch to find the string im looking for. It returned:[详细]
2023-02-15 15:00 分类:问答Why are the cpu-registers in OllyDbg not sorted alphabetically?
In OllyDbg the registers window, among other things,lists the standard cpu-registers: EAX ECX EDX EBX Is there a particular reas开发者_StackOverflow社区on why EBX is displayed last?This is probably[详细]
2023-02-12 01:57 分类:问答What are the differences between OllyDbg and WinDbg?
My simple understanding 开发者_如何转开发is OllyDbg is a user mode debugger, which you could use to debug \"normal\" apps. WinDbg is a kernel mode debugger, which you could use to debug itself.[详细]
2023-02-07 01:06 分类:问答How to understand the register window of ollydbg?
开发者_如何学Go What does Z 1DS 0023 32bit 0(FFFFFFFF) mean?The Z 1 part means the zero flag is set.[详细]
2023-01-18 13:48 分类:问答How to set this kind of breakpoint in ollydbg?
I want to break on开发者_开发问答 where Executable Module X is called, but I\'ve no idea which function is actually called.[详细]
2023-01-17 06:46 分类:问答Disassemble a Dynamic Link Library with OllyDbg
Is there a option I can choose how to launch the DLL(like when debug开发者_高级运维ging a dll project in visual studio)?[详细]
2023-01-17 03:18 分类:问答