]> git.siccegge.de Git - frida/frida.git/blob - notes.org
Some ideas
[frida/frida.git] / notes.org
1 * Disassembler Factory
2
3 * Data Postprocessing
4 ** Cleanup Chain
5
6 ** Anotation Chain
7
8 * API plugins
9
10 IDA has some nice annotations for all kinds of API functions also
11 naming parameters and stuff. We should implement the same leveraging
12 some data sources already present.
13
14 ** MAN plugin
15
16 ** Info plugin
17
18 * File Format
19
20 We're going to store transactions in XML files and zip the result
21 up. Could be facts (like the region 0xAA to 0xFF is a basic
22 block), deletion of such facts or changes to the binary. These facts
23 can then be sent over XMPP to implement some multiplayer frida