Mr. eXoDia
b31ff8256b
DBG: fixed ignored exceptions (when deleting everything, the list is cleared)
...
GUI: fixed ignored exceptions (delete last now works)
2014-04-01 20:56:54 +02:00
Mr. eXoDia
ddf8d59742
PROJECT: some help update
...
GUI: fixed 'invalid range' messages (thanks to Hellsp@wn)
2014-04-01 19:38:42 +02:00
Mr. eXoDia
95fb7c2624
GUI: fixed a bug in disassembly
2014-03-30 22:20:18 +02:00
Mr. eXoDia
7fa39c08f2
BRIDGE: removed infoline stuff
...
DBG: fixed stack dumping (now you cannot dump outside of the stack range)
DBG: fixed a bug with x64 memory reading (values were written back incorrectly @ math.cpp)
GUI: fixed a bug with dumping on invalid memory addresses
GUI: fixed a bug with disassembling on invalid memory addresses
GUI: InfoBox draft
GUI: chop spaces at the end of disassembled instructions
GUI: follow in dump draw (currently you can only follow the current selection)
GUI: fixed bugs with slots executed when not debugging anything
GUI: added goto expression to the menu
GUI: very basic stack menu
GUI: GotoDialog now has a valid memory range specifier
2014-03-30 22:12:09 +02:00
Mr. eXoDia
e9e5b26d14
PROJECT: updated todo list
...
GUI: fixed infobox
GUI: removed last space
GUI: added Goto dialog to the dump
2014-03-30 14:47:56 +02:00
Mr. eXoDia
d9fdc0a99a
BRIDGE: added GuiSetLastException
...
DBG: dump somewhere when the system breakpoint was hit
DBG: set last exception code in GUI
GUI: last exception code in settings dialog
2014-03-28 17:37:24 +01:00
Mr. eXoDia
a72ba35712
GUI: fixed the dump (dump with RVA=0 now works + view switching fully works)
2014-03-28 17:09:16 +01:00
Mr. eXoDia
0ef8c6e2c9
DBG: UndecorateSymbolNames preference
2014-03-28 16:28:05 +01:00
mr.exodia
ffce59a2b6
GUI: fixed a bug in the exception catcher
...
DBG: started with multi-type variables
2014-03-26 22:52:41 +01:00
Mr. eXoDia
fda377a057
DBG: fixed a crash with addrinfoget
...
DBG: fixed a bug with double-set DLL entry breakpoints when debugging a DLL
GUI: fixed a bug with the exception dialog not parsing the hexadecimal value correctly
GUI: added a message box when you saved some settings
DBG: fixed an exploit with the cbDebugString callback (it didn't escape '\')
2014-03-22 16:36:42 +01:00
Mr. eXoDia
bd284a385b
DBG: added ignored exception list functiosn
...
GUI: fixed a bug in the SettingsDialog with ignored exceptions
2014-03-21 23:55:59 +01:00
Mr. eXoDia
dce8ddcac7
GUI: start with the exception range
2014-03-21 17:32:20 +01:00
Mr. eXoDia
a4d3470897
GUI: auto-save default settings
2014-03-20 22:41:48 +01:00
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
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
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
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
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
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
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
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