pancake <youterm.com> [Thu, 13 Mar 2008 21:53:33 +0100] rev 96
* 0.9.4 release - codename "prefluendo"
* Implements incremental dump/restore of debugged process maps and registers
- !dump, !restore with no arguments
* Cleaner :po output
* Do not show debugged aop.jumps on x86
* Support to remove comments key ';' (and input a null comment)
- Removes the first comment for this position
- Allows comment cycling
pancake <youterm.com> [Thu, 13 Mar 2008 04:45:28 +0100] rev 95
* Add scr.accel - scrolling acceleration PoC
- Timming stuff is buggy
* Major cleanup of the 0.9.4 todo
* Add maemo desktop entry
* Colorize selected line in rsc list (inverse colors)
* Show decimal value for small values in pA
* Add help for !signal command
* Add dbg.reference to show the source line when debugging
- True by default
* Show comments before folders (FIXBUG)
* Fix open/close folder stuff
* asm.cmtmargin defaults to 27
pancake <youterm.com> [Thu, 13 Mar 2008 01:50:56 +0100] rev 94
* Initial port of the gui for maemo and hildon
* Add rsc script 'list'
- Implements the gdb 'list' command in perl
- Supports LISTPATH environvar to find files
* Add print format 'pR' -> print Reference
- calls rsc list `add2line $HERE`
* Add scr.seek eval to follow eip or wathever in a view different than FMT_VISUAL (debugger view)
pancake <youterm.com> [Wed, 12 Mar 2008 22:23:14 +0100] rev 93
* Fixed ancient bug in flag removal code (makes sometimes the debugger crash)
* Avoid dupped nulls in pA command
* Fix DRX breakpoints removal
* Fix "breakpoint" flag set/remove with F2 key in visual mode
- when no breakpoint is possible, shows no flag
- Fix bphw -> bpsw transition when no more bphw available
- Some minor bugs needs to be fixed
- Up max bps to 128
* Load psapi.dll (should fix w32 maps version)
pancake <youterm.com> [Tue, 11 Mar 2008 05:13:35 +0100] rev 92
* Add fold open/close command to the shell 'Cf' and 'Cu'
- Cf - code folder
- Cu - code unfolder
* Ensure !! is real system(). Fixes arm debugger bug
* Supports input with radare shell as prefix.
- Now you can copypaste a list of commands from the terminal
without having to strip the "[0x........]> " of the beggining :)
* Add Radare.Core.iosystem(cmd) in lua api
* cons_clear() when opening and closing folders (we are in cursor mode!)
pancake <youterm.com> [Tue, 11 Mar 2008 04:35:54 +0100] rev 91
* Initial implementation of the code folding feature
* Accesible with the '<' and '>' keys in visual-cursor mode
* Somewhat buggy and incomplete
* Needs interaction with commandline
* Add lua api for code attribute manipulation
pancake <youterm.com> [Mon, 10 Mar 2008 16:01:00 +0100] rev 90
* Add command 'C*' to show all code metadata attributes
* Make project take care about code attributes
- implemented in project_open/_save
pancake <youterm.com> [Mon, 10 Mar 2008 04:32:16 +0100] rev 89
* New command 'C' - code related operations
- Cd convert N bytes to data
- Cs convert N bytes to string
- Cc convert N bytes to code
- CC adds a comment
* Fix grava window management
- fix new window usage too
pancake <youterm.com> [Mon, 10 Mar 2008 03:32:50 +0100] rev 88
* Fix linux filedescriptor handling problem
- Makes debugger blind
- Fixed. Now seems to work clean and fast
* Keys '+' and '-' in cursor mode increment and decrement
the byte under the cursor. Nice for fast patching and random byte
changing :D
* Accelerate rebuild process
- javasm
- plugins
- bdiff
* Fix some minor bugs
- java/powerpc disassemblers fixed
- get rid of return values for void funs
- Handle lea by syn-pseudo (proper negative value handling)
- remove all warnings in i386.c
- fix a vala warning (needs more work)
pancake <youterm.com> [Mon, 10 Mar 2008 01:21:13 +0100] rev 87
* Fix psapi symbols loading in init_maps for w32
* Fix console height for w32