Just checkout the last hg tip :)

It's full of new stuff...

- analyze functions now registers xrefs for import symbols
  and other functions. disassembly is now nicer so it is
  easy to view the function skeleton just using 'af' :)

- using "C* | grep Cx | grep sym_printf" you get the xrefs
  for the sym_printf

- Some fixups has been done for the '@@' foreach operator...
  now it is possible to analyze all xrefs of a full binary
  in a single line: ".af @@ sym_" :D

- F10 is !contu (continue until user code) again :)

- eval dbg.focus=<bool> allows you to ignore the events of
  other pids.

- New debugger command: !fork (dups the current process)

- !maps* now setups the zoom.from and zoom.to... Now the
  zoom overview (pO) works in the debugger.

- It can be also used with search.from and search.to which
  are used to segmentate the searches. Very useful when working
  in the debugger.

- Some new zoom.byte values have been added in pro to take
  advantatge of the pO in debugger. 

   "e zoom.byte=traces && pO" will show a global view of the
  file representing the number of times each byte have been
  executed.

  this also works for 'strings' and 'code'

- p% shows the progress bar ala-IDA with the colors and chars
  representing the type of data on those sections of the file
  and your current seek inside the file.

- lua plugin is working with waf... and acr build have been synced.

- breakpoint stuff have been refixed, and now !contu and
  family are working happy again \o/


I have also done some cleanup in the debugger side to reduce dupped
code, but it needs much more love..hope to fix this after 1.0 :P

Enjoy!

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

Reply via email to