Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
1answer
500 views

How does GCC optimize C code?

I wrote this simple C program: int main(){ int i; int count = 0; for(i = 0; i < 2000000000; i++){ count = count + 1; } } I wanted to see how the gcc compiler optimizes this ...
12
votes
5answers
3k views

How to write a disassembler?

I'm interested in writing an x86 dissembler as an educational project. The only real resource I have found is Spiral Space's, "How to write a disassembler". While this gives a nice high level ...
9
votes
4answers
798 views

Disassembling, modifying and then reassembling a Linux executable

Is there anyway this can be done? I've used objdump but that doesn't produce assembly output that will be accepted by any assembler that I know of. I'd like to be able to change instructions within an ...
8
votes
4answers
1k views

Determining Which Compiler Built a Win32 PE

How can one determine which C or C++ compiler was used to build a particular Windows executable or DLL? Some compilers leave behind version strings in the final executable, but this seems to be rarer ...
6
votes
2answers
2k views

How can I see parse tree, intermediate code, optimization code and assembly code during COMPILATION?

I am studying Compilers course, compilation of program follows below steps Lexical analysis Syntax analysis Semantic analysis Intermediate code generation Code optimization Target code generation. ...
6
votes
8answers
4k views

Is there a way to prevent Reflector from being able to reflect my source code?

Is there a way (reliable and preferably not commercial) to prevent from Reflector to reflect my source code??? Thanks, Adi
5
votes
3answers
266 views

Help with understanding a very basic main() disassembly in GDB

Heyo, I have written this very basic main function to experiment with disassembly and also to see and hopefully understand what is going on at the lower level: int main() { return 6; } Using gdb ...
5
votes
5answers
238 views

Can a “secret” string in a compiled Obj-C app be discovered?

I need to send data from my iPhone application to my webserver, and back. To do this securely, I'm using an encryption algorithm. It requires a key that must be known by both the server and the user ...
5
votes
4answers
244 views

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. For unmanaged C/C++ code, my favourite way to do this has been to ...
5
votes
2answers
994 views

Generate PDB from .NET DLL file?

I need something that can generate a PDB from a DLL file (C# .NET code), is there any free program to do that?
5
votes
4answers
6k views

Tool to compare .dlls and disassemble the differences?

Does anyone know a decent tool that will compare two different versions of the same dll and extract the differences? thanks
4
votes
2answers
154 views

if statement works incorrectly - disassembling explains nothing for me

I encounter really weird problem on which I stuck. I am working on some class library which connects to webservices. The library is used by desktop applications. In the code I have now: Int32 ...
4
votes
1answer
339 views

Reverse engineering and patching a DirectX game?

Background I am playing Imperishable Night, one of the Touhou series of games. The shoot button is 'z', moving slower is 'shift', and the arrow keys move. Unfortunately for me, using shift-z ghosts ...
4
votes
13answers
2k views

Why do people disassemble .NET (CLR) binaries?

I'm somewhat new to .NET but not new to programming, and I'm somewhat puzzled at the trend and excitement about disassembling compiled .NET code. It seems pointless. The high-level ease of use of ...
3
votes
1answer
96 views

Confused Over A Section Of ARM Disassembly

As an intro to learning Arm assembly, I'm trying to recreate disassembled functions in a higher level language. However I'm confused by the following bit of assembly: 0000315e 2101 movs ...
3
votes
2answers
410 views

Hardware VGA Text Mode IO in old dos assembly Issue

After reading about at least the first 3 or 4 chapters of about 4 different books on assembly programming I got to a stage where I can put "Hello World" on a dosbox console using MASM 6.11. Imagine my ...
3
votes
1answer
371 views

Weird MIPS assembler behavior with jump (and link) instruction

So, we're studying MIPS architecture at school and we're implementing a MIPS32 architecture. I thought I'd use GNU cross-binutils as assembler but I'm getting weird output when dealing with ...
3
votes
4answers
278 views

Can I debug an Exe

I need to compare few function calls and signature between my application and an working application. Here I don't mean any way to reverse engineer or access the source code of the other application , ...
3
votes
2answers
391 views

How can I know what this does?

I got this piece of Assembly code extracted from some piece of software, but unfortunately I don't know anything of assembler and the bits I touched of Assembler was back in the Commodore Amiga with ...
3
votes
2answers
790 views

How to make gdb show the orignal non-mangling function name on diassembly model?

void outputString(const char *str) { cout << "outputString(const char *str) : " << str << endl; } turns out to be Dump of assembler code for function _Z12outputStringPKc: ...
3
votes
7answers
898 views

Determine source language from a binary?

I responded to another question about developing for the iPhone in non-Objective-C languages, and I made the assertion that using, say, C# to write for the iPhone would strike an Apple reviewer wrong. ...
2
votes
3answers
148 views

Arm Assembly - Calling function with more than 4 arguments

I know that when calling a function in assembly r0 contains the first argument up to r3 being the fourth. I know that when it goes beyond four the stack pointer is used but I'm not too sure on the ...
2
votes
3answers
119 views

itte in arm assembly

What does the following line do in arm assembly: 000031e6 2916 cmp r1, #22 000031e8 bf1a itte ne I get the first line (comparing r1 to 22) but what about the second line ...
2
votes
1answer
53 views

How to read the direction bit and source or destination of an assembly instruction

So I'm working on some code (for x86) where I need to get the source or destination point of an instruction. For this I need the direction bit which says whether ModRM or REG is the destination or ...
2
votes
3answers
258 views

ARM disassembler output: When there are two arguments instead of three

I am trying to annotate a disassembly block for exam practice. Here's what I have done so far: 00000190 <mystery>: 190: 2300 movs r3, #0 // move address 190 (offset 0) into ...
2
votes
1answer
128 views

How do you read the binary with gdb when no symbols available?

How do you read binaries that have been stripped by strip? That means,even disas main won't work. How can one be able to read such binaries? I saw this kind of requirement in a job description ...
2
votes
3answers
2k views

ARM disassembler/cross-compiler for examining iOS compilation

Can anyone recommend either: an ARM disassembler that runs in either Windows or MacOS and which can ideally understand the executable format used by iOS within MacOS, a way to call the ...
2
votes
1answer
52 views

How do I configure VS2008 to show the true EIP address in the disassembly window?

The VS2008 studio debugger is displaying relative addresses in the disassembly window as shown in the snippet below: 00000548 8B 4D B8 mov ecx,dword ptr [ebp-48h] 0000054b 8B 01 ...
2
votes
1answer
436 views

cmp and ja question

I'm having problems understanding this. It's in intel syntax cmp eax, 0x19 ja greater eax contains the value -40. http://en.wikibooks.org/wiki/X86_Assembly/Control_Flow tells me ja is the unsigned ...
2
votes
1answer
111 views

Leaf functions in SPARC and HP-UX

I was just reading through a Phrack article which had disassembly in HP-UX. I read that there are two classes of functions which are possible under HP-UX and SPARC; leaf and non-leaf functions. ...
2
votes
6answers
296 views

Can all programs be converted to assembly?

Say we have an exe, can that be readily converted to assembly? Is there a way for software authors to prevent/obstruct this?
2
votes
2answers
181 views

how to disassemble a system call?

How could I disassemble system call, so that i could get the assembly instructions involved in it
2
votes
5answers
311 views

gcc stack optimization?

I just wrote a code sample in C and tried disassembling it. Following is the code sample. void start() { char phone[100]; strcmp(phone, "12312312313"); char name[100]; strcmp(name, ...
2
votes
6answers
234 views

understanding assembly: -O2 if branching

I just tried out a simple C program using an if statement and analyzed its assembly. However, its behavior differs a lot when -O2 flag is used for compilation. The C code for the same is :- ...
2
votes
4answers
247 views

learning disassembly

In an attempt to understand what occurs underneath I am making small C programs and then reversing it, and trying to understand its objdump output. The C program is: #include <stdio.h> int ...
2
votes
1answer
105 views

Is there a utility that does the opposite of ilmerge?

I would like to strip code from an assembly using a command-line or GUI. There are times when assemblies contain types that are in other assemblies and this requires you to add extern alias to your ...
2
votes
1answer
362 views

x86 Assembly: How do Disassemblers know how to break up instructions?

How does a x86 disassembler know where to break up the instructions? I am looking at the 8088 instruction set. For example the move instruction has 7 variations that range from 2 to 4 bytes. The ...
2
votes
5answers
443 views

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 FOnChange: TNotifyEvent; end; i want the address of the FOnChange private member, ...
2
votes
1answer
412 views

In Ruby, how to I read memory values from an external process?

So all I simply want to do is make a Ruby program that reads some values from known memory address in another process's virtual memory. Through my research and basic knowledge of hex editing a ...
2
votes
4answers
255 views

In which scenario it is useful to use Disassembly language while debugging

I have following basic questions : When we should involve disassembly in debugging How to interpret disassembly, For example below what does each segment stands for 00637CE3 8B 55 08 ...
2
votes
1answer
468 views

Function pointer incorrect in Visual Studio 2005, code starts at 1 byte offset

The code in question hooks into explorer.exe but was crashing on entry to the callback function: Unhandled exception at 0x60055b50 (redacted.dll) in explorer.exe: 0xC0000005: Access violation writing ...
1
vote
0answers
32 views

MIPS disassembling: lui followed by lbu

I'm disassembling a firmware using IDA (mipsb processor) I'm seeing this a lot in this IDA dissasm. lui $t9 , 0x8020 ...does nothing with $t9 ...and doesn't jump.. lbu $t9, ...
1
vote
2answers
144 views

C++, ASM, and cout

I'm using VC++ to disassemble a very simple program I've written: #include <iostream> using namespace std; int main() { for(int i = 0; i < 11; i++) { cout << i ...
1
vote
4answers
135 views

Compile C++ code into assembly and then de-assemble

Does anyone know how convert C++ code to assembly code and then do the reverse? The forward way is very easy: g++ -S I want to analyze the output and see if it has been compiled correctly (Just for ...
1
vote
3answers
103 views

How to print disassembly registers in the Xcode console

I'm looking at some disassembly code and see something like 0x01c8f09b <+0015> mov 0x8(%edx),%edi and I am wondering what the value of %edx or %edi is. Is there a way to print the value of ...
1
vote
2answers
88 views

Why are some functions located densely and others are aligned and padded with int 3 instructions?

I compile the following program with Visual C++ 10: include <Windows.h> int _tmain(int /*argc*/, _TCHAR* /*argv*/[]) { Sleep( 0 ); return 0; } and look into disassembly. There're lots ...
1
vote
1answer
708 views

Disassemble default iOS apps with otool

When I try to disassemble the stock iOS apps (not app store ones) with otool it isn't split into different methods. It's just one massive section. Here's the command I'm using: otool -tV ...
1
vote
1answer
85 views

Decompiling Non PC Binary

I have a binary file for some old music hardware I own that's been out of production for the past 3 years. The company is now bust and no longer exists. I'm trying to reverse engineer the binary ...
1
vote
1answer
96 views

Why won't windbg disassemble half of my function?

Background: I'm using windbg to diagnose causes from minidumps from Microsoft's WinQual service. I've taken the time to set things up properly with PDBs and binaries in the same path location as when ...
1
vote
1answer
132 views

floating point arm disassembly instructions

I'm trying to recreate the following piece of arm disassembly in c++: 00003188 ed910a06 flds s0, [r1, #24] 0000318c edd10a07 flds s1, [r1, #28] 00003190 ec800a02 fstmias r0, ...

1 2 3