Thu, 17 Jan 2008 02:01:26 +0100
* Initial import of lsbstego from RoMaNSoFt
  - Needs integration with the core
* New directives:
  asm.linesout  (bool)   print lines of jumps out of block
  cmd.prompt    (string) command to be executed before the prompt
  cmd.vprompt   (string) command to be execute after the visual prompt
                         - useful for embedded monitoring
  file.trace    (file)   trace file
  trace.bt      (bool)   show backtrace when tracing code
  trace.sleep   (int)    sleep N seconds after every step (demo mode)
  trace.smart   (bool)   show smart output or not
* Register oeip flag
  - useful to track calls and jumps when using cmd.vprompt
  - Also export oesp
  - rename eax_orig to oeax
* Set cfg.bsize to 100 when debugging instead of 200
* Add zoom.byte = (printable | print)
  - Shows the percentage of printable chars of every block of the file
  - useful for fast finding for string sections or so. (~ 0xc8 is text)
* New command '!dregs' shows only the registers that has changed since
  the previous step.
  - Fix oregs capture
* Add 'eval cfg.delta' to define the maximum delta offset to handle
  for a flag to string_with_offset. Thanks pof for the idea! :D
* Add crca.c from Victor Mun~oz
  - Implemnts different simple crc checksums with variations
  - Not yet used inside hasher (my needs some refactoring)
* Add 'I' modificator to the print command to invert code block
  - useful to read code or data in stack
    f.ex > pIx - inverse hexdump
         > pID - inverse disassembly
  - 'I' key is hooked into the visual mode to toggle inverse mode
* cursor can be moved in visual mode with 'g' and 'G' like vim does
* Refactor of the undo command usability
  - By default shows the help
  - un[do] command performs an undo
  - uu a redo
  - u! or u- removes all undo history
  - ul or u* shows the list of history seeks
  - u? shows this help
* New command 'wA' write assembly using rsc asm
  - Fix segfaults when using '`' pipe
* Rename command 'Y' to 'yy' (copy (y) / paste (yy)
  - Same for undo command

Enjoy!

  --pancake
_______________________________________________
radare mailing list
[email protected]
https://lists.nopcode.org/mailman/listinfo/radare

Reply via email to