GUI: fixed a small thing in the ExceptionRangeDialog
GUI: Find Strings now looks inside the memory page currently disassembled instead of CIP
DBG: moved some commands to the documented side
PROJECT: updated help
DBG: added branch info
DBG: fixed a bug with comments in scripts
DBG: fixed a bug with prepended spaces in scripts
DBG: added script command 'nop'
GUI: separate class RichTextPainter
GUI: script syntax highlighting (jumps+calls+rets+comments)
GUI: backgroundColor property in AbstractTableView
GUI: added keyPressEvent handler (enter follows jumps & arrows select next command) in ScriptView
DBG: fixed a bug in valtostring (thanks to a friend for reporting!)
DBG: reset script when the target is closed (thanks to a friend for reporting!)
DBG: removed annoying result of the 'mov' instruction (thanks to a friend for reporting!)
DBG: error when your target is already running and you try to run a script
DBG: fixed a small bug in GetFileNameFromHandle
DBG: fixed a bug with attaching to x32 processes from x64_dbg
DBG: updated TitanEngine
GUI: added 'Enable Debug Privilege' to the settings dialog
DBG: only search the strings
GUI: fixed a bug with printDumpAt (the selection would change when you changed the view mode)
GUI: added API for changing the search start col
GUI: fixed a bug the search list view (it would only copy the first three columns)
DBG: exported DBG_DISASM_FAST
DBG: references now have disassembly as displayed in the GUI
GUI: added double click signal to StdTable
GUI: added 'Copy' context menu items to the ReferenceView
GUI: added double click slot to the SearchListView
GUI: added GET_DISASSEMBLY export
GUI: fixed a bug with unknown memory sizes (in BeaHighlight)
DBG: added function 'disasmispossiblestirng' (faster then disasmgetstringat)
DBG: fixed a bug in cbRefFind
DBG: added string references (command: 'strref')
GUI: fixed a bug in deleteAllColumns (from reference view)
DBG: fixed a bug in the definition of disasm_fast.h
DBG: added command 'ref' (to search for references to addresses/values/constants)
DBG: added simple (but useful) reference API (reference.cpp)
DBG: fixed a bug in valfromstring
GUI: added Follow address context menus to ReferenceView
GUI: added Follow in Dump to symbol view context menu
GUI: added '*' to settings that require a restart of the debuggee