View Single Post
  #12  
Old 05-10-2013, 08:55
Zer0Flag Zer0Flag is offline
Friend
 
Join Date: Oct 2010
Posts: 22
Rept. Given: 3
Rept. Rcvd 31 Times in 13 Posts
Thanks Given: 0
Thanks Rcvd at 8 Times in 8 Posts
Zer0Flag Reputation: 31
Code:
beta 11

    fixed a bug in options which didn´t save the correct settings
    fixed display of exceptions if no symbols have been found
    fixed a bug which made register editor not working in x64
    fixed a bug which displayed wrong modules in window view
    fixed a bug which didn´t display exceptions if a breakpoint was set on this offset
    fixed a bug in disassembler which may caused application crashes due to wrong memory protection
    fixed a possible crash in context menus
    fixed display of the offset in string view
    fixed unvalid breakpoint offsets caused by alsr
    improvements on AttachDlg
    added cleanup on debugge termination
    added process patching
    added more context menus to DetailView
    added display of mainthread in DetailView
    added F5 Hotkey to reload some views
    added possibility to save debug log to file
    added possibility to copy data to clipboard
    added possibility to break on new Processes, Threads or DLL loads
    added dockable widgets to the mainview
    added save of window sizes and positions on close

Notes:

- You have now the possibility to patch the memory of a process. Currently it is not possible to save the
  changes to disk but this will be integrated also.
- Some context menus offer the possibility to copy the data from the table to the clipboard
~Zer0Flag
Reply With Quote
The Following User Says Thank You to Zer0Flag For This Useful Post:
Indigo (07-19-2019)