View Single Post
  #5  
Old 03-14-2013, 05:25
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 8

   + fixed a crash in attaching to a process where we don´t have a file path
   + fixed a bug which ignored DbgBreakPoint on attaching
   + fixed a bug which caused double breaking in case we set a breakpoint while beeing on the entrypoint
   + fixed a crash in pe import reader
   + fixed a crash (see github issue #1)
   + fixed a bug in HexView which didn´t display data on x64 processes
   + fixed a possible crash when opening invalid non pe files
   + fixed a small bug in "Restart"
   + added display of current function in windowtitle
   + added support for drag and drop of files
   + added possibility to remove breakpoints with "F2" (needs to be a selected row in disassembler)
   + added "Step back to user code"

Notes:

- "Step back to user code"
    - If you use this the debugger will continue the execution until you get to the first function 
      which is located in the main module
~Zer0Flag
Reply With Quote
The Following 3 Users Gave Reputation+1 to Zer0Flag For This Useful Post:
chessgod101 (03-14-2013), copyleft (03-16-2013), mm10121991 (03-14-2013)
The Following User Says Thank You to Zer0Flag For This Useful Post:
Indigo (07-19-2019)