From dc64f1ad512b57481e182c82ed2fb0f00fbb7437 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Tue, 20 May 2014 14:26:56 +0200 Subject: [PATCH] Some ideas --- notes.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 notes.org 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 -- 2.39.2