Skip to content

Commit aa49ca3

Browse files
committed
fix ida invocation in readme
1 parent c8b4c3a commit aa49ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ IDA scripts
6363
----
6464
Some scripts live in the ida/ path. Run them like this:
6565

66-
/Applications/IDA\ Pro\ 6.8/idaq.app/Contents/MacOS/idaq64 -A -B -Sida/allfuncs.py a.out
66+
/Applications/IDA\ Pro\ 6.8/idaq.app/Contents/MacOS/idaq64 -A -Sida/allfuncs.py a.out
6767

6868
When invoked like this, allfuncs.py will generate `a.out.funcs` which is used by hardening scripts.
6969

0 commit comments

Comments
 (0)