1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
mr.exodia d4b6dd670c BRIDGE: removed CPU title API
GUI: added settings dialog
DBG: added settings (breaking at various callbacks)
DBG: remove singleshoot breakpoints from the database
DBG: safe dprintf function
DBG: set module + thread in window title
DBG: remove memory breakpoints from modules when unloaded
DBG: fixed a few bugs with the recent file list
2014-03-20 00:55:40 +01:00
Mr. eXoDia 1ddb493df1 DBG: automatically set breakpoints on TLS callbacks in the PE Header
DBG: updated TitanEngine (again)
2014-03-18 22:43:25 +01:00
Mr. eXoDia 7d0b07ab53 PROJECT: added design 2014-03-18 20:52:40 +01:00
Mr. eXoDia 1c1270dc76 - added undocumented structures
- added lasterror to the thread list
- fixed the thread list (now clears+updates)
2014-03-16 12:56:55 +01:00
Mr. eXoDia e71d10203a GUI: thread list view (completed 100%)
BRIDGE: added thread list API
DBG: almost completed thread list (needs LastError + WaitReason)
2014-03-16 01:48:14 +01:00
Mr. eXoDia 87491800c4 - updated MinGW libraries of TitanEngine 2014-03-15 17:09:40 +01:00
Mr. eXoDia e591ecc353 - updated TitanEngine
- added DbgMemWrite bridge export
- removed bpfixmemory (now uses MemoryReadSafe & MemoryWriteSafe)
2014-03-15 17:01:35 +01:00
Mr. eXoDia 193e6db55d fixed valapifromstring 2014-03-12 15:26:03 +01:00
Mr. eXoDia 584042455f DBG: added function symgetsymbolicname
DBG: fixed some bugs in valapifromstring (no longer uses TitanEngine, saves a lot of time)
DBG: moved symfromname to symbolinfo.cpp
DBG: better breakpoint callbacks (symbolic name resolving + type resolving)
2014-03-10 21:49:08 +01:00
Mr. eXoDia accc3ff1c1 DBG: updated valapifromstring 2014-03-10 20:30:08 +01:00
Mr. eXoDia ba96cbd9ae DBG: more effecient bpfixmemory 2014-03-10 20:02:32 +01:00
Mr. eXoDia 073cf7b37d GUI: fixed a bug when appendResetDescriptor was called without any previous descriptors 2014-03-08 15:30:39 +01:00
Mr. eXoDia 6746da25c6 GUI: hex/ascii per default 2014-03-08 15:23:57 +01:00
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 39d4bd12f4 DBG: fixed a buffer overflow in addrinfo.cpp 2014-03-05 00:00:16 +01:00
Mr. eXoDia 8d9825f156 PROJECT: updated readme
PROJECT: updated todo list
DBG: added stack dump command
2014-03-03 01:24:16 +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 8a54713db9 DBG: added stack information 2014-03-02 22:31:04 +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 f7985542b0 DBG: blub 2014-03-02 01:36:45 +01:00
mr.exodia 6196cc55dc DBG: benchmark for disasmget 2014-03-02 01:28:49 +01:00
mr.exodia 53ced741c2 PROJECT: added solution dependencies (thanks to iLovro) 2014-03-02 01:08:18 +01:00
mr.exodia 5ef3b6f0db DBG: new benchmark 2014-03-02 00:49:37 +01:00
Mr. eXoDia f92a4091f5 PROJECT: updated readme
BRIDGE: added DbgDisasmAt function
2014-02-24 13:00:47 +01:00
Mr. eXoDia 93e5e0489e DBG: small code improvements 2014-02-23 20:13:03 +01:00
Mr. eXoDia f504f0150a DBG: updated disasmget 2014-02-23 19:03:32 +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 a3eed0f80d BRIDGE: added reference API
GUI: added reference API (untested)
2014-02-23 15:29:39 +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 7f3376df08 PROJECT: added Guids for the visual studio projects 2014-02-22 22:19:57 +01:00
mr.exodia a074dceded DBG: added memval string detection 2014-02-22 18:42:10 +01:00
mr.exodia 99d23e90a5 DBG: unicode 'support' (only extended ASCII currently) 2014-02-22 18:25:55 +01:00
mr.exodia a89f2b24f7 DBG: ignore bad variable names (eg APIs) in scripts 2014-02-22 16:24:31 +01:00
mr.exodia 2fe11001dc BRIDGE: added DbgModBaseFromName function (for plugins) 2014-02-22 16:22:07 +01:00
mr.exodia 53111a169d DBG: added assembleat function
DBG: added XEDParse (does not support all instructions yet)
BRIDGE: added function DbgAssembleAt
GUI: added assemble window
2014-02-22 16:14:36 +01:00
mr.exodia a3ec27853c PROJECT: updated BeaEngine (r8L -> r8b)
DBG: updated internal function 'valfromstring' to be more friendly
DBG: updated valfromstring to only look for the value of registers/memory/addr (this is faster)
2014-02-22 15:34:34 +01:00
mr.exodia f0fc3ea4f9 GUI: better green in the goto dialog
GUI: added Initialized status in the debugStateChangedSlot
2014-02-22 14:51:41 +01:00
Mr. eXoDia ca0d34bad9 DBG: started fixing disasm_helper 2014-02-22 14:23:02 +01:00
mr.exodia f6558ce9df GUI: draft of tabbed register view (for MMX registers etc) 2014-02-20 22:06:48 +01:00
mr.exodia 27f7433cc3 GUI: Qt about message 2014-02-20 14:54:11 +01:00