Mr. eXoDia
10cb55e0d0
GUI: added different dump views (context menu)
...
GUI: appendResetDescriptor function to fix the table offset
GUI: added GUI exception handler
2014-03-08 15:22:40 +01:00
mr.exodia
cfa8a2eb21
GUI: clear HexDump when the process stops
2014-03-05 20:08:21 +01:00
Mr. eXoDia
082afb92f4
BRIDGE: added GuiUpdateDumpView
...
DBG: fixed a bug with the refreshing moment
GUI: added updateDump
GUI: removed global goto window
GUI: removed ugly context menu
2014-03-03 00:58:36 +01:00
mr.exodia
68a7a66336
GUI: added stack
...
BRIDGE: added stack functions (GuiStackDumpAt & DbgStackCommentGet)
DBG: added stackinfo skeleton
GUI: fixed some stuff in the HexDump class
2014-03-02 20:59:58 +01:00
mr.exodia
10fc4ee86e
GUI: more abstract HexDump class
...
GUI: added stack dump
2014-03-02 17:55:47 +01:00
Mr. eXoDia
a157322800
BRIDGE: added GuiReferenceSetProgress function
...
GUI: added ReferenceView progress bar API
2014-02-23 16:43:03 +01:00
Mr. eXoDia
e813969f72
DBG: added test commands "refinit" and "refadd" (maybe for a reference searching script?)
...
GUI: more generic searching in SearchListView
GUI: ReferenceView now uses signals
GUI: added ReferenceView menu entry (+shortcut)
2014-02-23 16:32:49 +01:00
Mr. eXoDia
fd07d42621
GUI: added getColTitle to the AbstractTableView
2014-02-23 14:12:10 +01:00
Mr. eXoDia
c1a8cfe347
GUI: added 'deleteAllColumns' virtual method in AbstractTableView
...
GUI: added a search progress bar in the ReferenceView
GUI: added 'deleteAllColumns' in StdTable
2014-02-23 14:03:08 +01:00
Mr. eXoDia
087b7ab7a4
GUI: make sure the requested dump address is always the first byte
2014-02-23 12:48:29 +01:00
Mr. eXoDia
309ab39573
Merge branch 'master' of bitbucket.org:mrexodia/x64_dbg
2014-02-23 12:37:12 +01:00
Mr. eXoDia
512d46cbbc
GUI: General SearchListView
2014-02-23 12:36:56 +01:00
SigmaPic
8a4f6c6a22
Updated memory dump to align data on the given VA
2014-02-23 10:11:41 +01:00
Mr. eXoDia
03848519bc
GUI: added draft of the reference tab (general tab for references)
2014-02-23 03:17:39 +01:00
Mr. eXoDia
69c76b5db8
PROJECT: updated todo
...
GUI: added key press signal to StdTabe
GUI: better searching in symbol view (only the resultsar edisplayed)
2014-02-23 02:02:04 +01:00
mr.exodia
c6f4bb0f99
GUI: better message boxes (without taskbar entry)
2014-02-20 14:48:11 +01:00
mr.exodia
151939c480
GUI: cleanup
2014-02-19 01:57:55 +01:00
mr.exodia
a35f891cb1
GUI: simple symbol searcher
2014-02-19 01:27:06 +01:00
mr.exodia
51d6c6e9bc
GUI: context menu in Symbol View (follow + copy data)
...
GUI: fixed more memory leaks with DbgGetBpList
2014-02-19 00:59:54 +01:00
mr.exodia
668cb849a7
GUI: fixed a bug with the symbol view
2014-02-18 21:39:51 +01:00
mr.exodia
549a08c6bd
DBG: symbol enumeration
...
GUI: working symbol enumeration
2014-02-18 21:35:43 +01:00
mr.exodia
a59d7cbc36
PROJECT: removed crash dumper
...
GUI: fixed a problem with freeing the breakpoint parameters
2014-02-18 20:03:16 +01:00
mr.exodia
4a145fbcff
DBG: fixed a huge memory leak with dbghelp
...
GUI: fixed a memory leak inside BreakpointsView
2014-02-18 19:48:27 +01:00
mr.exodia
f016eb8a6e
DBG/GUI: WIP on the symbol view
2014-02-18 17:00:44 +01:00
mr.exodia
da61240e3e
GUI/DBG/BRIDGE: symbol downloading progress bar
...
DBG: fixed memory problems with vectors
DBG: seperate symbol log
GUI: symbol log implemented
DBG: draft of the symbol loader
2014-02-18 14:36:32 +01:00
mr.exodia
2f3c1eab0d
DBG/GUI: removed vector stuff (caused memory leaks)
2014-02-18 02:05:54 +01:00
mr.exodia
a148e89ac1
symbol information stuffs
2014-02-18 01:32:41 +01:00
mr.exodia
b393a8b24e
GUI: resolved issue #28
...
DBG: disabled auto-comments (too slow)
GUI: added SymbolView (dummy)
2014-02-17 21:37:49 +01:00
mr.exodia
969b52ccb3
compile on qt5
2014-02-17 15:29:01 +01:00
SigmaPic
9117a5e626
Fixed a display bug: When there was a jump instruction with a destination within the current window (inside the cache) but not aligned on an instruction from the cache (e.g. in case of obfuscation), the GUI didn't display the next instruction.
2014-02-15 18:24:14 +01:00
mr.exodia
e569ebab95
DBG: added signed comparisons.
...
DBG: added many general purpose commands!
PROJECT: updated help
GUI: added msgyn messagebox
GUI: updated GuiScriptAdd behaviour (now it's 1000 times faster!)
BRIDGE: added GuiScriptMsgyn
DBG: changed '#' operator to '$' (for internal reasons)
DBG: threaded stepping (GUI could freeze otherwise)
DBG: added various script commands
2014-02-13 15:42:53 +01:00
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
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
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
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
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
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