1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
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
mr.exodia c6f4bb0f99 GUI: better message boxes (without taskbar entry) 2014-02-20 14:48:11 +01:00
mr.exodia d8b506cfc0 DBG: fixed another possible memory leak inside _dbg_getbplist when no breakpoints were set
GUI: fixed hardware breakpoint view (thanks to White for the report!)
GUI: fixed Goto dialog (thanks to White for the report!)
2014-02-20 11:59:08 +01:00
mr.exodia 695e8eba12 GUI: compatible with Qt 4.8.5 MSVC2010 2014-02-19 02:58:49 +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 b9aeea14f1 GUI: 'resolved' issue #36 (added recent file list, thanks to durazell!) 2014-02-19 00:00:25 +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