]> git.siccegge.de Git - frida/frida.git/commitdiff
Some ideas
authorChristoph Egger <siccegge@cs.fau.de>
Tue, 20 May 2014 12:26:56 +0000 (14:26 +0200)
committerChristoph Egger <siccegge@cs.fau.de>
Tue, 20 May 2014 12:26:56 +0000 (14:26 +0200)
notes.org [new file with mode: 0644]

diff --git a/notes.org b/notes.org
new file mode 100644 (file)
index 0000000..8dd5876
--- /dev/null
+++ b/notes.org
@@ -0,0 +1,23 @@
+* Disassembler Factory
+
+* Data Postprocessing
+** Cleanup Chain
+
+** Anotation Chain
+
+* API plugins
+
+IDA has some nice annotations for all kinds of API functions also
+naming parameters and stuff. We should implement the same leveraging
+some data sources already present.
+
+** MAN plugin
+
+** Info plugin
+
+* File Format
+
+We're going to store transactions in XML files and zip the result
+up. Could be facts (like the region 0xAA to 0xFF is a basic
+block), deletion of such facts or changes to the binary. These facts
+can then be sent over XMPP to implement some multiplayer frida