ida Questions

2

Solved

I was looking at a program in IDA as i was trying to figure out how a certain function worked, when I came across something like this: ; C_TestClass::Foo(void) __text:00000000 __ZN14C_TestClass7Fo...
Loveliesbleeding asked 24/11, 2012 at 22:27

2

Solved

How do I disable graph mode in Assembly view in IDA 6.1 ? By graph mode I mean this I see Options -> Graph -> Use graph view by default, but un-checking it doesn't help :((
ida
Selfpropulsion asked 12/3, 2012 at 4:28

1

Solved

Is it possible to set the assembly language to AT&T syntax for IDA 5.0? Thanks
ida
Tibiotarsus asked 13/8, 2012 at 15:30

1

Solved

Preamble I'm trying to disassemble and reverse-engineer a program whose author is long gone. The program provides some unique features that I have yet to find elsewhere and... I'm curious and intr...
Kathrinkathrine asked 11/8, 2012 at 1:6

1

I wrote simple Hello word program with masm32. But then when I try to disassemble it with IDA and I am getting much bigger output (I won't write it there because it would take to much space). And I...
Trisomic asked 26/5, 2012 at 9:35

1

Solved

I have an application and posted to Cydia recently. It has been cracked by someone else and posted it in torrent sites. I have a binary checksum verification mechanism inside and they were able to ...
Domitian asked 14/5, 2012 at 4:10

4

Solved

I am writing a script for the IDA Pro disassembler in Python using the idapython plugin. Using this, I am able to fill in the gaps where IDA's auto-analysis falls short. One area that has me stump...
Tidy asked 12/1, 2011 at 9:45

2

Solved

I've been just wondering - how does one disassemble self-modifying binary? I guess you can't use olly or IDA because they are static disassemblers, correct? What happens with disassembler if you ju...
Limiter asked 25/4, 2012 at 18:35

1

Solved

We have a DLL which we have lost the source for so I am trying to figure out how it works via IDA Dissembler. However there seems to be function that I can't access because I get the following erro...
Wadding asked 15/4, 2012 at 19:53

2

This is kind of an unorthodox question. I'm kinda new to using IDA Pro. Is there a way to edit the assembly code and then have IDA save the result as an executable? Is there some kind of plugin m...
Arni asked 29/11, 2008 at 5:7

5

Solved

After using IDA Pro to disassemble a x86 dll, I found this code (Comments added by me in pusedo-c code. I hope they're correct): test ebx, ebx ; if (ebx == false) jz short loc_6385A34B ; Jump to 0...
Maddy asked 6/6, 2010 at 11:39

10

Solved

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a simple WinDbg command that reveals all the mines but it is old, is not ex...

© 2022 - 2024 — McMap. All rights reserved.