tr4ceflow
d1943dc3d1
DBG: integrate analysisplugin for out-of-the-box analysis
...
This is the last version of this analysis code. The next will contain a program-flow-graph for further analysis. It currently supports:
- detect Api-Calls and add comments for the parameter (x86/x64)
- detect function-bodies (x86)
you have to download the "api.dat" from the static analysis plugin
2014-08-17 15:50:16 +02:00
Mr. eXoDia
7e7f051cab
PROJECT: updated version
2014-08-09 16:49:05 +02:00
Mr. eXoDia
541e173633
DBG+BRIDGE: define for max disassembly size
2014-08-08 16:23:48 +02:00
Mr. eXoDia
cc4d1963ac
GUI: very basic implementation of CPUInfoBox (resolved issue #64 )
2014-08-05 09:01:50 +02:00
Mr. eXoDia
091af5d362
DBG+GUI+PROJECT: JIT Debugging now actually works (before it would hang in WaitForMultipleObjects) + added JIT restore option + updated help
2014-08-05 07:39:15 +02:00
Mr. eXoDia
9b1867bb5b
PROJECT: code formatting
2014-08-05 01:07:31 +02:00
Mr. eXoDia
219908b4f8
BRIDGE+GUI: GuiSymbolRefreshCurrent
2014-08-02 03:57:37 +02:00
Mr. eXoDia
5b6f71efba
LAUNCHER: you can now use launcher.exe as a shell extension to load files in x64_dbg (or x32_dbg).
...
BRIDGE: fixed something
2014-08-01 03:49:28 +02:00
Mr. eXoDia
976a08c236
BRIDGE: macro fix
2014-07-29 18:24:37 +02:00
Mr. eXoDia
894b41dc0a
BRIDGE: dead-simple macro list
2014-07-29 18:16:22 +02:00
Mr. eXoDia
2ec2ee9669
BRIDGE: use a macro to load exports
2014-07-29 17:46:05 +02:00
Mr. eXoDia
63268253d3
DBG+GUI+BRIDGE: replaced tabs with spaces
2014-07-29 17:45:41 +02:00
Mr. eXoDia
b64245837d
GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command
2014-07-28 01:57:42 +02:00
RaMMicHaeL
1c01dbd74e
Fixed DbgLoopDel
2014-07-25 10:04:23 +03:00
Mr. eXoDia
aa2d934780
DBG: updated version
2014-07-24 23:17:20 +02:00
Mr. eXoDia
0f75da8315
BRIDGE+DBG: added callstack functions + speedup of stackcommentget
2014-07-24 21:04:46 +02:00
Mr. eXoDia
1ffff8fdf7
DBG+GUI: winEventFilter plugin callback
2014-07-16 17:07:42 +02:00
RaMMicHaeL
46576d64f2
C support for public header files
2014-07-11 16:22:35 +03:00
Mr. eXoDia
f6adccaef8
DBG: added boundary checks on DbgMemRead and DbgMemWrite (might solve some unexpected crashes like the ones I experienced today with a random enigma file)
2014-07-08 00:07:35 +02:00
Mr. eXoDia
250271ed03
DBG: fixed many warnings on x64 (size_t conversions)
2014-07-07 17:13:57 +02:00
Mr. eXoDia
47c0518f59
DBG: added DbgFunctions()->DisasmFast
2014-07-07 17:00:24 +02:00
Mr. eXoDia
174afe635b
DBG: added _dbgfunctions to the plugin api + updated dbgversion in bridge
2014-07-07 14:49:31 +02:00
Mr. eXoDia
e4101a0d79
BRIDGE: no long do GuiUpdatePatches in a separate thread
2014-07-06 23:35:30 +02:00
Mr. eXoDia
d9907a9fc8
DBG: patchfile now works
2014-07-06 21:09:35 +02:00
Mr. eXoDia
8bef2cef39
patch list in separate thread
2014-07-06 04:11:50 +02:00
Mr. eXoDia
460489189c
DBG: added GuiUpdatePatches
2014-07-05 23:12:51 +02:00
Mr. eXoDia
dbf74ae723
GUI: memory map breakpoint color
2014-06-25 16:25:38 +02:00
Mr. eXoDia
a7c5ca87bd
PROJECT: better method of calling functions inside the DBG + show error message on assembling
2014-06-24 21:19:16 +02:00
Mr. eXoDia
5176dd1cd1
DBG: new memory allocation/deallocation functions + fixed a handle leak
...
GUI: fixed a handle leak
2014-06-24 17:03:32 +02:00
Mr. eXoDia
43eb27258e
DBG: added 'modcallfind' command
2014-06-24 04:52:04 +02:00
Mr. eXoDia
f1a2270d31
DBG: updated disasm_fast
2014-06-24 04:46:54 +02:00
Mr. eXoDia
5f23a25f95
GUI: resolved issue #94 + re-enabled autocomments + fixed spelling mistake
2014-06-24 00:16:41 +02:00
Mr. eXoDia
4a8a44764e
DBG: resolved issue #112 (SetThreadName) + fixed possible buffer overflows + fixed 'invalid database' when no db present + fixed file version
2014-06-23 22:44:14 +02:00
Mr. eXoDia
1149aafa05
PROJECT: updated version
2014-06-21 05:33:34 +02:00
Mr. eXoDia
f9ab7c7723
GUI: update the sidebar while in the settings dialog
2014-06-21 00:14:35 +02:00
Mr. eXoDia
5f6a151d32
DBG: added various API functions
2014-06-20 22:55:11 +02:00
Mr. eXoDia
1ddef656f3
Merge branch 'master' into performance_improvement
2014-06-20 22:02:32 +02:00
Mr. eXoDia
71ac393668
GUI: do not close the mainwindow before the debugger has finished
2014-06-20 22:02:22 +02:00
Mr. eXoDia
f3d7e70797
PROJECT: updated help template + removed CodeBlocks project files
2014-06-18 19:46:33 +02:00
Mr. eXoDia
a68e2d1e4c
GUI: CPUSideBar: fixed a massive lag + added disabled breakpoint color + better color properties for jump lines (unconditional: true/false and conditional true/false)
2014-06-13 02:32:13 +02:00
Mr. eXoDia
49bfaebedd
DBG: added DbgIsRunLocked
...
BRIDGE: added BridgeGetDbgVersion
GUI: use BridgeGetDbgVersion
2014-06-02 10:22:09 +02:00
Mr. eXoDia
16b36bb569
DBG: function + loop (draft) API
2014-05-29 00:36:45 +02:00
Mr. eXoDia
4d5a8f3749
DBG: fixed a nasty bug in modbasefromname (thanks Artic!)
...
DBG: added draft of loop display
GUI: simple status bar API
2014-05-26 15:40:14 +02:00
Mr. eXoDia
a339dd2d2f
BRIDGE: added GuiScriptEnableHighlighting
...
DBG: removed debug printf
DBG: fixed manifest problems
2014-05-21 01:18:20 +02:00
Mr. eXoDia
5777b7364f
DBG: added command auto-completion
...
BRIDGE: added command auto-completion
GUI: added command auto-completion
GUI: added HistoryLineEdit in the Goto Dialog
2014-05-21 00:22:49 +02:00
Mr. eXoDia
bf7c1fb8c3
DBG: fixed a few warnings
...
DBG: updated pattern finder
2014-05-21 00:20:31 +02:00
Mr. eXoDia
72b16cf089
PROJECT: added VERSIONINFO, resolved issue #106
2014-05-15 01:18:43 +02:00
Mr. eXoDia
faf53de72a
DBG: downgraded plugin SDK version again (1 byte alignment not needed), now FORCE default alignment
2014-05-10 15:10:02 +02:00
Mr. eXoDia
7bf164d8a5
BRIDGE: added GuiGetLineWindow
...
GUI: added GuiGetLineWindow
2014-05-10 03:47:03 +02:00
Mr. eXoDia
c6826ca65a
fixed issue #100 (ntdll redefinition problems)
2014-05-10 01:23:22 +02:00