View Single Post
  #40  
Old 10-31-2013, 02:00
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 16
+ fixed a bug which can lead to a crash of the debugge when using step over while debugge was running
+ fixed a bug which can lead to a crash while using step over
+ fixed a bug which can lead to a crash when using more than one memory breakpoint
+ fixed a bug which can lead to a missing display of disassembly when breaking on a onexecute memory bp
+ fixed a bug which lead to a lost commandline when restarting as admin
+ fixed a bug which did not clean up correctly if restarting the file over the recent debugged file menu
+ added space shortcut in disassembly view to edit instruction
+ added error message if x86 build wants to load x64 binarys
+ added entropy check to display a warning if a (may) packed or crypted file will be started
+ added support for different breakpoint sizes
+ added resolving of drag n dropped .lnk files
+ added bookmarks
+ added comments
+ added HLT and UD2 software breakpoint types
+ added project files
+ added different performance improvements
+ updated dbghelp to version 6.3.9600

####Notes:
	- Supported breakpoint sizes are 1,2 and 4 bytes for software and hardware breakpoints
	- In the breakpoint manager you can now choose between int3, hlt and ud2 software breakpoints
		- int3 = 0xCC
		- hlt  = 0xF4
		- ud2  = 0x0F0B
	- Project files allow to save and load bookmarks, comments, patches and breakpoints of the current project
Reply With Quote
The Following 2 Users Gave Reputation+1 to Zer0Flag For This Useful Post:
anon_c (11-26-2013), chessgod101 (11-01-2013)