From: Christoph Egger Date: Tue, 20 May 2014 12:26:56 +0000 (+0200) Subject: Some ideas X-Git-Tag: v0.1~212 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=dc64f1ad512b57481e182c82ed2fb0f00fbb7437 Some ideas --- diff --git a/notes.org b/notes.org new file mode 100644 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