attendance recorder - IDA plugin
-----------------------------------------------

Version 0.11


What's new:

- critical bug fixed ;-)


This plugin records
- number of times you opened the database
- date YYYY.MM.DD (date when the database was opened / when you began working on it)
- time HH:MM:SS (time when the database was opened to be worked on)
- comments (up to 9999 user-comments for each session)
- time HH:MM:SS (time when the database was closed)
- duration HH:MM:SS (the duration you worked on the database)

The output will look as follows:

[RUN0001]
DATE=2003.01.07
OPENED=17:10:59
COMMENT0001=disassembly finished, beginning to analyze
COMMENT0002=renamed 1st stackvar in Do_This_Do_That to "hWnd"
COMMENT0003=saving work, tired ;-p
CLOSED=17:11:33
DURATION=00:00:34

The output file will be generated in your ida-directory. The filename will have a .log extension.
Let's say you opened d:\bin_analysis\trojan.exe then the .log file will be saved as
%idadir%\trojan.exe.log.

The plugin will automatically save each access, if you want to add a comment, press "SHIFT-C"
on your keyboard or run the plugin from IDA's menu.

greetings,

trapflag(at)backtrace.de
