1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
mr.exodia 439e229423 GUI: double click changes script IP
DBG: fixed a bug in scriptinternalstep
DBG: fixed a bug when executing a command by hand
2014-02-09 22:23:22 +01:00
mr.exodia 867914b7ea DBG: label checks
DBG: new branch type supported: 'jmp'
2014-02-09 22:02:28 +01:00
mr.exodia e85b2a8a91 script dummy working 2014-02-09 21:44:05 +01:00
mr.exodia d982bc2365 GUI: script GUI finished!
DBG: script skeleton finished!
2014-02-09 15:30:30 +01:00
mr.exodia 89072b5db9 GUI: fixed a bug in setIp
DBG: added script test commands
2014-02-09 13:47:47 +01:00
mr.exodia f6bc8ea1b9 GUI scripting done! 2014-02-09 13:34:48 +01:00
mr.exodia cfa83ca68e more script stuff 2014-02-09 00:52:08 +01:00
mr.exodia 1a33da40af first draft of the script window 2014-02-09 00:18:16 +01:00
mr.exodia 346dafc46c updated TitanEngine 2014-02-08 21:23:36 +01:00
mr.exodia 2f39c779b8 PROJECT: added x64_dbg_crashdump project (generate crash dumps for analysis)
DBG: changed hiding method (to PEB only)
2014-02-05 17:47:37 +01:00
mr.exodia 2540d6fcf3 DBG: updated Scylla to v0.9.4 2014-02-04 17:08:42 +01:00
mr.exodia 05c7f6f8dc DBG: added the "[expression]" and the "n:[expression]" memory syntax to valtostring (meaning 1:[cip+1]=0 is now supported) 2014-01-26 02:25:51 +01:00
mr.exodia f010f4ab59 GUI: added dump signal
DBG: added dump command
BRIDGE: added GuiDumpAt export
GUI: added CPUDump to provide context menus etc
2014-01-26 02:12:58 +01:00
mr.exodia 3da8d4a444 GUI: some small changes in the HexDump.cpp file 2014-01-25 13:52:09 +01:00
mr.exodia 594e1d7d8f DBG: fixed a name conflict problem 2014-01-22 18:22:59 +01:00
mr.exodia 3ccb0b4a25 GUI: added "HW Break on [CSP]" menu in register view
GUI: set correct width for hex dump
2014-01-15 20:28:53 +01:00
mr.exodia 10096c1d57 DBG: fixed various small bugs 2014-01-12 15:02:14 +01:00
mr.exodia a470348627 meh 2014-01-12 14:21:58 +01:00
mr.exodia 5928d502ac fixed a possible crash 2014-01-12 14:19:54 +01:00
mr.exodia 63a0efdd29 DBG: removed debug file 2014-01-06 16:19:25 +01:00
SigmaPic bd4d220af2 GUI: First draft of hexa dump implementation 2014-01-03 15:38:46 +01:00
mr.exodia 07efe9eb57 GUI: fixed a bug with negative selection
GUI: fixed a bug with the message boxes
2013-12-28 03:07:10 +01:00
mr.exodia 4dcc8bfb62 PROJECT: updated readme 2013-12-28 02:45:44 +01:00
mr.exodia 2b2e505922 GUI: fixed a mouse wheel scrolling bug 2013-12-28 02:38:58 +01:00
mr.exodia 99d67a5777 PROJECT: updated help
PROJECT: updated todo list
DBG: added 'erun', 'estep' etc.
DBG: added explicit api retrieval ("ntdll.dll:LdrGetFailuredata" works now)
GUI: added erun, estep etc in the menu + shortcut
GUI: fixed pageup+pagedown problem in disassembly
2013-12-28 02:33:23 +01:00
mr.exodia 3da353e8c5 PROJECT: updated help
BRIDGE: added function DbgFunctionOverlaps and DbgFunctionGet
DBG: added functiondel + function commands
GUI: added setting/deleting functions in the GUI
2013-12-27 22:27:29 +01:00
mr.exodia bdecbc6458 PROJECT: updated todo list
BRIDGE: added FUNCTION structure to the ADDRINFO structure
DBG: fixed some potential buffer overflows in modname variables
DBG: added 'functions' to the database (functionfromaddr, functionoverlaps, functionadd)
DBG: added 'functionadd' command ("functionadd startAddr,endAddr")
DBG: FINALLY fixed this non-silent bug in mathfromstring
GUI: re-enabled Function_single drawing
2013-12-27 20:54:10 +01:00
mr.exodia be36241a69 DBG: updated TitanEngine
BRIDGE: added LOOP_ENTRY definition
DBG: fixed a bug with strings
DBG: added an alloctrace feature (for debugging only)
DBG: added plugin callbacks: CB_ATTACH and CB_DETACH
GUI: added LOOP_ENTRY drawing
2013-12-25 15:39:54 +01:00
mr.exodia 1a8fcdcd65 DBG: fixed a bug in addrinfoget (live comments)
DBG: check if process architecture matches the current debugger architecture
DBG: fixed a bug with non-silent valfromstring (last fix regarding silent stuff)
DBG: added memory operation brackets: '[', ']' and 'n:[' (see help)
GUI: removed useless info lines
PROJECT: updated help
2013-12-22 20:44:21 +01:00
mr.exodia d1b3f36cac BRIDGE: added 'DbgGetBranchDestination'
GUI: Enter/Return when a jump/call/ret is selected will now 'follow' the jump
2013-12-22 17:03:38 +01:00
mr.exodia f3f1056165 BRIDGE: changed typedef of GUISENDMESSAGE
BRIDGE: added GuiGetWindowHandle function
DBG: added crappy(!) string detection
DBG: fixed another bug with valfromstring not being silent
DBG: added function 'disasmgetstringat' (UNICODE detection doesnt work)
2013-12-22 16:38:14 +01:00
mr.exodia af4f257c45 BRIDGE: changed DbgGetLabelAt behaviour
BRIDGE: added GUI_SET_INFO_LINE
DBG: removed in-memory checking of the label inside _dbg_addrinfoget
DBG: updated disasm_helper (fill argument description)
DBG: fixed a bug with non-silent 'valfromstring' output
GUI: added InfoBox class
GUI: 'setShowHeader' function in the AbstractTableView
GUI: hide disassembly header
2013-12-22 14:43:46 +01:00
mr.exodia c8f992a585 GUI: added middle click = copy address 2013-12-21 15:19:49 +01:00
mr.exodia 09f622e3e1 DBG: added function 'disasmtext'
DBG: added BeaEngine import libraries
2013-12-21 14:58:20 +01:00
mr.exodia df3c3df6bc BRIDGE: compatibility with MSVC compiler
DBG: compatibility with MSVC compiler
DBG: added BeaEngine
DBG: added disasm_helper
2013-12-21 14:49:44 +01:00
mr.exodia 77ad30f100 BRIDGE: added DbgGetFunctionTypeAt and DbgGetLoopTypeAt
GUI: font fix for Qt5
GUI: added painting of function lines and loop lines (for analysis in the future)
GUI: fixed a drawing bug (caused little coloured dot) when making the column smaller
2013-12-15 02:18:31 +01:00
mr.exodia cc9bd15013 BRIDGE: added GuiUpdateWindowTitle & GuiUpdateCPUTitle
DBG: changed memory map modname (now with extension)
DBG: change the window title to the currently debugged file + modname in CPU window for currently disassembled module
GUI: added update window title + cpu title
2013-12-14 14:56:49 +01:00
mr.exodia b1359addee GUI: fixed a bug reported by Insid3Code (thanks for the report!) 2013-12-14 13:42:29 +01:00
mr.exodia ff60d61bff DBG: attach 2013-12-11 20:52:40 +01:00
Sigmapic 00adc5c8d2 GUI: Resolved issue #16 2013-12-10 21:11:17 +01:00
Sigmapic 57fbcae120 GUI: Fixed an out of range mistake 2013-12-10 20:49:23 +01:00
Sigmapic 9f1d34153c GUI: Fixed a coding mistake 2013-12-10 20:49:22 +01:00
mr.exodia 7bbe42eb5f DBG: fixed a bug with plugins loaded from the x64_dbg.exe directory (thanks cypher_punk) 2013-12-09 15:35:41 +01:00
mr.exodia ddf850c852 DBG: fixed a small bug with references to variables that went out of scope (fixes the 'invalild pe' message on starting) 2013-12-08 20:45:46 +01:00
Sigmapic c5dc01f885 GUI: Add Up/Down key support in StdTable class 2013-12-08 13:43:04 +01:00
Sigmapic 99cb8abf92 GUI: Fixed bug in StdTable.cpp 2013-12-08 13:42:35 +01:00
mr.exodia f22f5a2384 DBG: fixed a bug with restoring memory breakpoints from the database
DBG: remoevd WAITID_SYSBREAK (it could cause a deadlock when a breakpoint reached before the system breakpoint)
2013-12-07 20:45:48 +01:00
Sigmapic 41ad09d41e GUI: Breakpoint window has been improved 2013-12-07 20:27:09 +01:00
Sigmapic b60f64dd86 GUI: Fix StdTable data access methods to prevent index out of range 2013-12-07 20:27:08 +01:00
Sigmapic 48f7fd8bde GUI: Add a class to handle breakpoints 2013-12-07 20:27:07 +01:00