We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf17509 commit 92054a3Copy full SHA for 92054a3
.gitignore
@@ -0,0 +1 @@
1
+idp
Makefile
@@ -1,5 +1,5 @@
CC=gcc
2
-CFLAGS=-g -I../grepline -Wall -Wextra -pedantic -std=gnu89
+CFLAGS=-ggdb -I../grepline -Wall -Wextra -pedantic -std=gnu99
3
#if you don't like or don't want gcc, feel free to change CC
4
5
all: idp
hello_ida9.dif
@@ -0,0 +1,4 @@
+This difference file is created by The Interactive Disassembler
+
+hello.exe
+00001428: 6F 20
0 commit comments