Skip to content

Commit 92054a3

Browse files
committed
Added support for IDA 9. Refactored the whole program to better handle different signatures and variable length offsets.
1 parent bf17509 commit 92054a3

File tree

4 files changed

+283
-158
lines changed

4 files changed

+283
-158
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
idp

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=gcc
2-
CFLAGS=-g -I../grepline -Wall -Wextra -pedantic -std=gnu89
2+
CFLAGS=-ggdb -I../grepline -Wall -Wextra -pedantic -std=gnu99
33
#if you don't like or don't want gcc, feel free to change CC
44

55
all: idp

hello_ida9.dif

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This difference file is created by The Interactive Disassembler
2+
3+
hello.exe
4+
00001428: 6F 20

0 commit comments

Comments
 (0)