-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
30 lines (17 loc) · 892 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Copyright devnrev, 2012
Ida Function definer quickly runs over the whole text segment of a macho binary and defines red marked functions whenever possible. It even tries to find unrecognized functions in unknown code which was not processed.
Requirements:
- Xcode 4
- Mac OSX SDK 10.7
Build instructions:
Needed environment variables:
IDA_SDK - ida sdk directory
IDA_LIB_DIR - directory of libida.dylib
Example defintion for terminal setup:
launchctl setenv IDA_SDK /SDK/ida
launchctl setenv IDA_LIB_DIR /Applications/idaq.app/Contents/MacOS
Installation instructions:
Copy IdaFunctionDefiner.pmc from build directory insinde the plugin directory of Ida.
For example: /Applications/idaq.app/Contents/MacOS/plugins
Thanks to fG! for his ida plugin Xcode template. Check out his blog at http://reverse.put.as/
Also great ressource is http://www.binarypool.com/idapluginwriting/