1
0
Fork 0
Commit Graph

591 Commits

Author SHA1 Message Date
Mr. eXoDia 5a214ab104 DBG: fixed all kinds of small coding bugs (thanks to Coverity) 2014-08-31 23:21:31 +02:00
Mr. eXoDia 773b324301 DBG: fixed a bug in DbgDisasmFastAt 2014-08-28 05:53:06 +02:00
Mr. eXoDia 01151640b5 DBG: added modentryfromaddr function 2014-08-27 15:18:22 +02:00
Mr. eXoDia a4a3eaa614 DBG: resolved issue #180 (stupid I didn't implement it this way in the first place lol) 2014-08-27 01:21:23 +02:00
Mr. eXoDia 9060ab2e1b DBG: added some comments in the loop functions 2014-08-26 20:58:35 +02:00
Mr. eXoDia c2ebac0ecf GUI: refresh memory map + removed std::string from the GUI (QString.toUtf8().constData() works fine) 2014-08-18 12:25:41 +02:00
dreg_fr33project 9dcef6ac33 new elevated method 2014-08-18 09:57:18 +02:00
dreg_fr33project 7560ee9aec JIT fixes and more improvements (admin check etc.) 2014-08-18 09:43:32 +02:00
dreg_fr33project a85c7e5b45 Memory Rights finish 2014-08-18 08:41:24 +02:00
Mr. eXoDia e028ccf680 DBG: clear threads on detach + fixed a crash in AbstractTableView + updated about dialog 2014-08-17 00:16:10 +02:00
Mr. eXoDia 6effe440a0 DBG: resolved issue #176 (for real this time) 2014-08-15 23:32:35 +02:00
Mr. eXoDia c9b7b67fa6 DBG+GUI: resolved issue #174 (don't draw black CIP when running) 2014-08-15 21:22:49 +02:00
Mr. eXoDia bf8c69b475 DBG: clear plugin list on unload 2014-08-15 20:44:50 +02:00
Mr. eXoDia a52749002b DBG: resolved a potential crash when calling cbPlugin functions 2014-08-15 20:01:29 +02:00
Mr. eXoDia 6f667ae955 DBG: updated TitanEngine import libraries 2014-08-15 19:43:31 +02:00
dreg_fr33project fe72065b4d more info in the jit stuff 2014-08-14 05:10:09 +02:00
dreg_fr33project ce343b06a9 some fixes in JIT stuff 2014-08-10 15:44:24 +02:00
dreg_fr33project 097e57a47f new setjit args, changes in JIT stuff, better JIT GUI and some fixes 2014-08-10 15:36:51 +02:00
Mr. eXoDia c56b13ff54 DBG: create plugin directory when it does not yet exist 2014-08-09 15:46:29 +02:00
Mr. eXoDia 1a0df393d6 DBG: implemented findasm instruction 2014-08-09 15:18:03 +02:00
Mr. eXoDia f419397b00 DBG: updated TitanEngine to the current development version 2014-08-09 10:38:02 +02:00
Mr. eXoDia 8177810b85 DBG: escape section name in modload + full view now also works for sections 2014-08-08 18:17:00 +02:00
Mr. eXoDia 541e173633 DBG+BRIDGE: define for max disassembly size 2014-08-08 16:23:48 +02:00
Mr. eXoDia 44138bb4cf DBG: the grammar nazi came around 2014-08-08 16:16:21 +02:00
David Reguera Garcia 02d3b834d3 Merged mrexodia/x64_dbg into master 2014-08-08 15:32:04 +02:00
dreg_fr33project 41ddea139e new jit and jet auto stuff improves, wow64 stuff and auto registry creation stuff 2014-08-08 15:31:17 +02:00
Mr. eXoDia 0f1683170b DBG: fixed a crash with very big commands 2014-08-08 14:19:32 +02:00
Mr. eXoDia bab2aef85a DBG: fixed a bug in the getjit function. 2014-08-07 20:12:52 +02:00
Mr. eXoDia 2522571266 DBG: fixed a warning + a crash on x64 2014-08-06 23:13:21 +02:00
Mr. eXoDia b38a55bffb DBG: dynamicmem now working (crashes before) 2014-08-06 22:48:05 +02:00
Mr. eXoDia 0bff6d7427 DBG: fixed variable aliases 2014-08-06 22:48:05 +02:00
Mr. eXoDia d6677d462f DBG: use dynamic memory class as much as possible 2014-08-06 22:48:04 +02:00
Mr. eXoDia b46b7394e1 DBG: rewrote variable.cpp 2014-08-06 22:48:03 +02:00
Mr. eXoDia 708321b4fd DBG: better dynamicmem class 2014-08-06 22:48:03 +02:00
Mr. eXoDia 66ee98e2dd DBG: 'Memory' class that takes care of resources and doesn't require typecasting 2014-08-06 22:48:02 +02:00
Mr. eXoDia 02e6e8ca95 GUI+DBG: some horizontal scrollbars (resolved issue #35) 2014-08-06 16:28:18 +02:00
Mr. eXoDia 07183f91d4 DBG: setting for ListAllPages 2014-08-06 14:39:32 +02:00
Mr. eXoDia fd86fd2cc4 DBG: updated all pages option 2014-08-06 14:12:26 +02:00
Mr. eXoDia 4122202a66 PROJECT: formatting 2014-08-06 10:27:13 +02:00
dreg_fr33project a68d95d77d JIT AUTO SUTFF - before attaching - and some code improves 2014-08-05 22:19:09 +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 520d063a79 DBG: automatically stop debugging when trying to attach/initialize while still in a session + added Handle class + added DbgFunctions()->GetProcessList 2014-08-05 04:28:48 +02:00
Mr. eXoDia 3b76aa76ed Merge remote-tracking branch 'Dreg_fr33project/x64_newdbgjustintimedebugger/master'
Conflicts:
	x64_dbg_dbg/x64_dbg.cpp
2014-08-05 01:25:15 +02:00
Mr. eXoDia fa1377be12 GUI: fixed a compile problem
DBG: formatting
2014-08-05 01:21:17 +02:00
dreg_fr33project 2457790c96 fix emalloc 2014-08-05 01:17:10 +02:00
dreg_fr33project c5dbfb9bbb add -a param in dbginit for JIT support 2014-08-05 01:11:10 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
dreg_fr33project 6acb8040f6 a few of changes 2014-08-05 00:08:56 +02:00
dreg_fr33project bf27d57116 get def JIT 2014-08-04 23:32:07 +02:00
Mr. eXoDia e14884443f DbgFunctions()->GetJit export 2014-08-04 22:23:49 +02:00
dreg_fr33project 0e7c61b24f jit improves 2014-08-04 20:41:02 +02:00
dreg_fr33project 36fa885842 add wow64 check to jit 2014-08-04 19:54:01 +02:00
dreg_fr33project af0491950a basic JIT support 2014-08-04 16:40:51 +02:00
Mr. eXoDia c7b9bdc74f DBG: resolved issue #150 (valapifromstring now works again) + correctly use the symbol cache as search path 2014-08-03 02:36:44 +02:00
Mr. eXoDia a8d9743fa8 PROJECT: AStyle 2014-08-02 20:50:03 +02:00
Mr. eXoDia bdb13ebeb2 DBG: some messages in thread functions 2014-08-02 17:53:07 +02:00
Mr. eXoDia 001c744a9f DBG: fixed some bugs with hardware breakpoints 2014-08-02 17:04:21 +02:00
Mr. eXoDia c341beab0b DBG: added DbgFunctions()->SymbolDownloadAllSymbols 2014-08-02 03:58:28 +02:00
Mr. eXoDia 5377371c76 DBG: new command: "symdownload" 2014-08-02 03:58:13 +02:00
Mr. eXoDia d6ca7e08ba DBG: improved symbol handling 2014-08-02 02:43:12 +02:00
Mr. eXoDia e85b474b13 DBG+GUI: enable/disable memory breakpoints 2014-08-02 02:18:26 +02:00
Mr. eXoDia 6b6fc7634f DBG: fixed a bug in EnableAllHardwareBreakpoints (report when no more slots are free) + fixed bugs in all breakpoint enable/disable functions (check if the type matches + not already enabled/disabled) 2014-08-02 02:07:50 +02:00
Mr. eXoDia dab3e45508 DBG+GUI: enable/disable hardware breakpoints 2014-08-02 01:59:03 +02:00
Mr. eXoDia f0f6a15244 DBG: split debugger commands and debugger code into two files 2014-08-02 01:14:42 +02:00
Mr. eXoDia 04c772720f DBG: fixed a bug in cbDebugInit + differentiate between system breakpoint and "attach breakpoint"
GUI: resolved issue #139 (Break on system breakpoint only when attaching option)
2014-08-02 00:28:20 +02:00
Mr. eXoDia 76e7927349 DBG: resolved issue #135 (check file architecture before attempting to start debugging) 2014-08-02 00:15:24 +02:00
Mr. eXoDia 958394cffd GUI+DBG: resolved issue #98 (REGISTER strings / labels only on CIP) 2014-08-02 00:06:28 +02:00
Mr. eXoDia 5fec262354 PROJECT: removed coding guidelines from source repo 2014-08-01 16:04:14 +02:00
Mr. eXoDia 8b2b9f9cd4 DBG: fixed thread commands (no switching to a different thread + small behavior changes) 2014-08-01 05:39:25 +02:00
Mr. eXoDia 0041d58076 DBG: tabs -> spaces 2014-07-30 22:48:52 +02:00
dreg_fr33project e2a0054594 improve thread stuff 2014-07-30 22:18:26 +02:00
dreg_fr33project 2e92b2b4a3 all thread debug stuff 2014-07-30 21:14:41 +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
Nukem 32ec82ac23 DBG: Fix possible wcs/strlen overflow 2014-07-26 00:46:07 -04:00
Nukem 990833dbf7 DBG: Fix possible WideCharToMultiByte crash 2014-07-26 00:41:28 -04:00
Mr. eXoDia 0e1c1449ce PROJECT: some formatting 2014-07-25 22:57:11 +02:00
Mr. eXoDia 551791ea46 DBG: fixed a crash in stackgetcallstack 2014-07-24 21:12:53 +02:00
Mr. eXoDia 0f75da8315 BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
Mr. eXoDia 5846940719 DBG: fixed a bug with negative values used in more complex expressions 2014-07-24 20:07:04 +02:00
Mr. eXoDia bac2efe8c1 DBG: fixed a bug in valtostring 2014-07-24 19:35:33 +02:00
Mr. eXoDia 77afb0222e DBG: fixed some interface 'bugs' 2014-07-23 03:21:42 +02:00
Mr. eXoDia 278604e801 DBG: fixed a bug in valapifromstring (with the imagebase of the main exe) + fixed a buffer overflow (resolved issue #134) 2014-07-19 04:53:28 +02:00
Mr. eXoDia 3c9c6fa17b DBG: performance improvement with the memory map 2014-07-19 04:34:22 +02:00
Mr. eXoDia fd621b76ed DBG: resolved some issues with removing disabled breakpoints + fixed an issue with the database not being removed when every breakpoint etc was removed 2014-07-18 17:03:25 +02:00
Mr. eXoDia ab829cee65 DBG: fixed a custom handler, that was not registered 2014-07-18 16:39:04 +02:00
Mr. eXoDia 54538dccf2 DBG: fixed the title when there is no module 2014-07-18 16:30:12 +02:00
Mr. eXoDia 1ffff8fdf7 DBG+GUI: winEventFilter plugin callback 2014-07-16 17:07:42 +02:00
Mr. eXoDia d7beef8561 DBG: fixed an issue with the size parameter of fillbasicinfo (thanks to RaMMicHaeL) 2014-07-12 04:07:46 +02:00
RaMMicHaeL 46576d64f2 C support for public header files 2014-07-11 16:22:35 +03:00
Mr. eXoDia a7e7d6d59a DBG: fixed a bug in the memory (would not display the actual module) 2014-07-11 02:28:58 +02:00
Mr. eXoDia 031dadc319 DBG: use section vector for the memory map, now updating the memory map is close to instant 2014-07-10 23:52:53 +02:00
Mr. eXoDia c3a832fc0e DBG: use std::map to save the memory pages so sections will have their original size in memory (very slow now, will be fixed) 2014-07-08 19:55:45 +02:00
Mr. eXoDia e038d690da DBG: added some extra try to get the path from handle (use devicepath when failed) 2014-07-07 20:03:05 +02:00
Mr. eXoDia cf404b9273 DBG: automatically add plugin callbacks on certain export names +updated help 2014-07-07 19:38:23 +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 fa21ba1b16 DBG: fixed compilation error 2014-07-07 03:12:21 +02:00
Mr. eXoDia 101ba59d37 DBG: slightly changed various command behaviors. 2014-07-07 03:11:11 +02:00
Mr. eXoDia 67694b087f DBG: get module base using a macro 2014-07-07 02:37:50 +02:00
Mr. eXoDia b5999a9780 DBG: fixed a bug in DebugUpdateGui (dont update GUI when requested address is invalid) 2014-07-07 02:19:28 +02:00
Mr. eXoDia 1249b04510 DBG: show some exception names when an exception occurs 2014-07-07 01:04:46 +02:00
Mr. eXoDia 9ade0e3933 DBG: fixed a compile error 2014-07-07 00:05:46 +02:00
Mr. eXoDia c2a2177bd1 DBG: no auto refresh of patches when calling MemPatch + clear patches on close 2014-07-06 23:35:08 +02:00
Mr. eXoDia 74d0b92474 DBG: support 0x prefixed numbers 2014-07-06 22:04:16 +02:00
Mr. eXoDia d9907a9fc8 DBG: patchfile now works 2014-07-06 21:09:35 +02:00
Mr. eXoDia 9e7040629a DBG: PatchFile interface draft 2014-07-06 19:42:09 +02:00
Mr. eXoDia 441c895cf0 DBG: apply patches on every memory change 2014-07-06 19:40:36 +02:00
Mr. eXoDia 41adaf539f DBG: fixed some small bugs in restoreRange + added PatchRestore 2014-07-06 04:12:32 +02:00
Mr. eXoDia 460489189c DBG: added GuiUpdatePatches 2014-07-05 23:12:51 +02:00
Mr. eXoDia 993a8fe988 DBG: PatchEnum function 2014-07-05 22:24:33 +02:00
Mr. eXoDia 574bc468e9 DBG: restore patch range function 2014-07-05 21:55:32 +02:00
Mr. eXoDia b8754441d7 DBG: MemPatch + PatchInRange + PatchGet functions 2014-07-05 21:41:10 +02:00
Mr. eXoDia ad4eda86d2 DBG: added patches.cpp with simple std::map for patch storage 2014-07-05 18:29:26 +02:00
Mr. eXoDia cd8ca17568 DBG: fixed various bugs in addrinfo 2014-07-05 18:28:37 +02:00
Mr. eXoDia f62c38fb97 DBG: updated 'findall' (maximum dumped occurrences = 5000) + dump data when the 3rd parameter equals '&data&' 2014-07-05 17:11:52 +02:00
Mr. eXoDia ec7d7c9bd1 DBG: added findall command 2014-07-05 16:33:19 +02:00
Lovro Lu d1bcc86c77 GUI: corrected a function call\nDBG: corrected a few types 2014-07-05 01:42:15 +02:00
Mr. eXoDia 12979f33ca DBG: added various useful functions 2014-07-01 17:01:30 +02:00
Mr. eXoDia cd4e07597f DBG: fixed a bug in 'getstr' + added function 'strcpy' 2014-06-30 17:43:59 +02:00
Mr. eXoDia 67e2544259 DBG: fixed a crash with deleting all breakpoints 2014-06-30 17:43:32 +02:00
Mr. eXoDia a448e74e70 DBG: fixed a bug in 'memfindpattern' (thanks to Computer_Angel) 2014-06-29 21:48:53 +02:00
Mr. eXoDia 5338955686 DBG: various commands to dump database info to reference view 2014-06-25 23:35:47 +02:00
Mr. eXoDia c168bc7336 DBG: enum functions for database 2014-06-25 23:35:24 +02:00
Mr. eXoDia dbbff39ef0 GUI: show section name in InfoBox 2014-06-25 22:41:44 +02:00
Mr. eXoDia 52dda6c0ea DBG: fixed some bugs with invalid ordinals returned from dbghelp + added ordinal api resolving + ignore 'OrdinalXXX' in symfromname 2014-06-25 22:07:09 +02:00
Mr. eXoDia afdcd0a7d5 DBG: fill with NOPs is working now 2014-06-25 01:11:42 +02:00
Mr. eXoDia bacfcf498b DBG: fixed a bug with inter-modular calls for x64 (thanks ahmadmansoor for reporting) 2014-06-25 00:32:01 +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 0b64b56395 DBG: updated XEDParse 2014-06-24 19:19:02 +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 493816f557 DBG: fixed a memory leak 2014-06-24 15:23:34 +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 958ae10886 DBG: fixed a bug with breakpoints
GUI: fixed a bug with the string instructions (thanks Nukem for reporting!)
2014-06-21 00:36:16 +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 e9bb33239f DBG: database performance (100 000 comments+labels+bookmarks+functions = 900ms) + added database compression 2014-06-20 22:01:10 +02:00
Mr. eXoDia c3c9f1d04d DBG: better minus sign handling 2014-06-20 17:45:21 +02:00
Mr. eXoDia e9f18c2802 DBG: fixed some bugs in addrinfo + save breakpoints to database 2014-06-20 17:44:56 +02:00
Mr. eXoDia d0160f2f0a DBG: save functions & loops to database 2014-06-20 17:12:44 +02:00
Mr. eXoDia 974be7ee3e DBG: labels + bookmarks working in database 2014-06-20 14:30:09 +02:00
Mr. eXoDia 26d653e9d8 DBG: module list in an std::map + comments in an std::map + call modunload 2014-06-20 05:04:47 +02:00
Mr. eXoDia dbef65e09b DBG: better (hopefully) module lookup functions 2014-06-20 03:41:09 +02:00
Mr. eXoDia e4a4966614 Merge branch 'master' into performance_improvement 2014-06-20 00:37:40 +02:00
Mr. eXoDia 425bd2f361 DBG: allow '-' in front of any value (valfromstring) 2014-06-20 00:33:56 +02:00
Mr. eXoDia 448e81c7d6 DBG: added murmurhash (really fast hashing) 2014-06-20 00:32:54 +02:00
Mr. eXoDia b587c30aeb DBG: some fixes in addrinfo 2014-06-20 00:09:09 +02:00
Mr. eXoDia 8ba093b0ba DBG: comment database working again (using JSON) 2014-06-19 00:44:43 +02:00
Mr. eXoDia 289f11db05 DBG: updated jansson headers 2014-06-19 00:44:24 +02:00
Mr. eXoDia b4df671222 DBG: fixed a potential bug with running a script and then exiting x64_dbg 2014-06-18 21:23:52 +02:00
Mr. eXoDia 6d09617554 DBG: added jansson (JSON) library + kill the command thread to prevent crashes on exit + memory leak detector (allow the user to send 'alloctrace.txt'
PROJECT: updated clean & release scripts
2014-06-18 21:11:54 +02:00
Mr. eXoDia 17abb7f136 DBG: removed some garbage 2014-06-18 21:08:09 +02:00
Mr. eXoDia c43d7428c9 DBG: renamed global variable 2014-06-18 19:50:34 +02:00
Mr. eXoDia f3d7e70797 PROJECT: updated help template + removed CodeBlocks project files 2014-06-18 19:46:33 +02:00
Mr. eXoDia f6d04a90a8 DBG: removed sqlite 2014-06-18 19:45:59 +02:00
Mr. eXoDia 42b5e38f4b DBG: some modifications 2014-06-15 21:45:15 +02:00
Mr. eXoDia d2d0960bfd DBG: started massive performance improvement (cache the database in std::map and std::vector) this will impove the disassembly scrolling performance very very much.
GUI: manually refresh the GUI
2014-06-15 04:07:55 +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 d2c7fcd490 DBG: fixed a bug with detaching while paused sometimes 2014-06-12 19:44:07 +02:00
Mr. eXoDia cfb78d8beb formatted the whole project (AStyle) 2014-06-10 15:56:42 +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 edaa9eaffe DBG: updated DeviceNameResolver (fixes a bug with changed directory names & GetMappedFileNameA) 2014-05-26 21:10:04 +02:00
Mr. eXoDia f6ebe36439 DBG: resolved issue #116 (bpdll command) 2014-05-26 16:40:17 +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 4ef078d463 resolved issue #105 (commandline support) 2014-05-24 02:05:36 +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 259099f936 DBG: fixed two small bugs in the script engine 2014-05-18 14:13:07 +02:00
Mr. eXoDia 03a18dd9c4 GUI: fixed a bug with the reference view (thanks to Artic for reporting this)
GUI: fixed a bug with the reloadData function
DBG: removed useless DeleteFile calls
2014-05-18 02:24:08 +02:00
Mr. eXoDia 43744a6ef9 DBG: updated TitanEngine 2014-05-13 21:35:17 +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 c6826ca65a fixed issue #100 (ntdll redefinition problems) 2014-05-10 01:23:22 +02:00
Mr. eXoDia b4c264ad8b DBG: fixed a bug with the '=' sign (non-existent variables were seen as invalid) 2014-05-09 21:51:56 +02:00
Mr. eXoDia 70a91a06fc DBG: added section names to the memory map
DBG: fixed a bug with string escaping in cbOutputDebugString
DBG: bring to front when paused
2014-05-09 13:43:12 +02:00
Mr. eXoDia 0bee4ed73a PROJECT: updated debugging command (ctrl+f5 now runs the main executable, easier for testing) 2014-05-09 02:04:55 +02:00
Mr. eXoDia 0972dfdcee DBG: updated plugin SDK version, fixed issue #95 (I think) 2014-05-07 20:45:52 +02:00
Mr. eXoDia 5b92f63e29 DBG: fixed a bug with the reference functions 2014-05-05 18:16:56 +02:00
Mr. eXoDia 41fc89f402 DBG: strings in the stack 2014-05-04 17:33:23 +02:00
Mr. eXoDia 92df7faea1 DBG: added size argument to 'find', 'strref' and 'reffind'
DBG: updated reference API to support a custom size and start address
PROJECT: updated help
2014-05-01 18:39:40 +02:00
Mr. eXoDia c523a37dc0 DBG: fixed a bug in specialformat (thanks to Nukem for reporting!) 2014-04-30 01:16:12 +02:00
Mr. eXoDia 8bf415dbb4 GUI: added find references to address context menu
GUI: fixed a small thing in the ExceptionRangeDialog
GUI: Find Strings now looks inside the memory page currently disassembled instead of CIP
DBG: moved some commands to the documented side
PROJECT: updated help
2014-04-28 03:18:51 +02:00
Mr. eXoDia 5f9f3f88f9 BRIDGE: added DbgScriptGetBranchInfo
DBG: added branch info
DBG: fixed a bug with comments in scripts
DBG: fixed a bug with prepended spaces in scripts
DBG: added script command 'nop'
GUI: separate class RichTextPainter
GUI: script syntax highlighting (jumps+calls+rets+comments)
GUI: backgroundColor property in AbstractTableView
GUI: added keyPressEvent handler (enter follows jumps & arrows select next command) in ScriptView
2014-04-26 20:44:19 +02:00
Mr. eXoDia f476569458 DBG: added pattern finder
DBG: added 'find' command
2014-04-24 00:49:27 +02:00
Mr. eXoDia a8488322da DBG: fixed a few plugin callback bugs
PROJECT: updated help
2014-04-23 01:21:47 +02:00
Mr. eXoDia b7b4fb2969 DBG: finished plugin menu API (tested&working)
DBG: updated TitanEngine
GUI: different DbgInit calling place
2014-04-22 21:24:26 +02:00
Mr. eXoDia 98b0d7d858 DBG: add plugin menu api 2014-04-22 19:25:37 +02:00
Mr. eXoDia 8e0e02bc2e DBG: fixed some handle leaks with CreateThread
DBG: fixed a bug in valtostring (thanks to a friend for reporting!)
DBG: reset script when the target is closed (thanks to a friend for reporting!)
DBG: removed annoying result of the 'mov' instruction (thanks to a friend for reporting!)
DBG: error when your target is already running and you try to run a script
2014-04-22 01:39:09 +02:00
mr.exodia e21a1b0406 DBG: undo internal command crap 2014-04-18 23:04:28 +02:00
mr.exodia 4ff6ea0cb1 BRIDGE: removed DbgMenuEntryClicked
DBG: added internal 'menuentryclicked' command (to simulate a command when a menu entry is clicked)
2014-04-18 22:59:59 +02:00
mr.exodia f17afa0ea7 BRIDGE: added menu API
DBG: added menu API
GUI: changed bridge result variable behavior
GUI: added menu API
2014-04-18 22:37:54 +02:00
Mr. eXoDia d340ec6ae1 DBG: different way of obtaining the createprocess/loadlib paths 2014-04-18 01:05:26 +02:00
Mr. eXoDia 8b07e44826 DBG: re-added DeviceNameResolver 2014-04-17 22:43:55 +02:00
Mr. eXoDia 1e1b921afd DBG: fixed the DevicePathToPath function 2014-04-17 21:05:50 +02:00
Mr. eXoDia 8c24955031 DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already)
PROJECT: updated release script
2014-04-17 20:18:01 +02:00
Mr. eXoDia 29fd03d687 DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors)
DBG: fixed MinGW compile bugs
DBG: fixed TitanEngine for MinGW
DBG: some more header files in the project
2014-04-16 23:52:41 +02:00
Mr. eXoDia 920fedc9ad DBG: added the detach command (should be working now)
PROJECT: updated help
2014-04-16 20:30:15 +02:00
Mr. eXoDia e8664e2749 DBG: added EnableDebugPrivilege setting
DBG: fixed a small bug in GetFileNameFromHandle
DBG: fixed a bug with attaching to x32 processes from x64_dbg
DBG: updated TitanEngine
GUI: added 'Enable Debug Privilege' to the settings dialog
2014-04-16 19:25:45 +02:00
Mr. eXoDia 22e78f5a8d IsFileBeingDebugged problem 2014-04-14 23:06:08 +02:00
Mr. eXoDia 47e0f53565 BRIDGE: added GuiReferenceSetSearchStartCol
DBG: only search the strings
GUI: fixed a bug with printDumpAt (the selection would change when you changed the view mode)
GUI: added API for changing the search start col
GUI: fixed a bug the search list view (it would only copy the first three columns)
2014-04-05 16:37:21 +02:00
Mr. eXoDia 9ce77e13cb DBG: fixed a small bug in cbRef*
GUI: added a 'Find Strings' button
2014-04-05 00:32:01 +02:00
Mr. eXoDia 3c67b77ec3 BRIDGE: added DbgDisasmFastAt & GuiGetDisassembly
DBG: exported DBG_DISASM_FAST
DBG: references now have disassembly as displayed in the GUI
GUI: added double click signal to StdTable
GUI: added 'Copy' context menu items to the ReferenceView
GUI: added double click slot to the SearchListView
GUI: added GET_DISASSEMBLY export
GUI: fixed a bug with unknown memory sizes (in BeaHighlight)
2014-04-05 00:17:20 +02:00
Mr. eXoDia db9f14ed69 DBG: fixed a bug in fillbasicinfo
DBG: added function 'disasmispossiblestirng' (faster then disasmgetstringat)
DBG: fixed a bug in cbRefFind
DBG: added string references (command: 'strref')
GUI: fixed a bug in deleteAllColumns (from reference view)
2014-04-04 18:45:20 +02:00
Mr. eXoDia e5ab01f63f DBG: removed benchmark code
DBG: fixed a bug in the definition of disasm_fast.h
DBG: added command 'ref' (to search for references to addresses/values/constants)
DBG: added simple (but useful) reference API (reference.cpp)
DBG: fixed a bug in valfromstring
GUI: added Follow address context menus to ReferenceView
GUI: added Follow in Dump to symbol view context menu
GUI: added '*' to settings that require a restart of the debuggee
2014-04-04 16:48:09 +02:00
Mr. eXoDia 258ed71d48 DBG: latest TitanEngine 2014-04-04 14:58:29 +02:00
Mr. eXoDia d2a37413e8 DBG: added fast disassembly (1million instructions per second with analysis) 2014-04-02 22:47:10 +02:00
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 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 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 0ef8c6e2c9 DBG: UndecorateSymbolNames preference 2014-03-28 16:28:05 +01:00
mr.exodia 7abe2e19b2 PROJECT: updated todo list
DBG: updated TODO
2014-03-26 23:52:38 +01:00
mr.exodia a781f740aa DBG: fixed a bug in cbInstrMov (non-uint variables were not set)
DBG: added commands setstr & getstr (to set+get string variables)
DBG: fixed a bug with deleting data variables
DBG: added function 'vargettype'
2014-03-26 23:42:11 +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 a1cb43657a PROJECT: updated help (plugin functions documented now)
DBG: added the 'xor' command
DBG: added a CMDRESULT (for scripts only)
DBG: added dwThreadId to PLUG_CB_CREATETHREAD
DBG: fully escape debug strings
DBG: fixed the 'mov' command (mov newvar,value wouldnt work)
DBG: added 'call' to the script (works 100% like ODBGScript)
DBG: fixed a bug with comments after a command
DBG: added a 'pause' command to the script
DBG: fixed a bug with script commands not waiting for the debugger to be paused again
2014-03-24 21:39:43 +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 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 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 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 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 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 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 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 ca0d34bad9 DBG: started fixing disasm_helper 2014-02-22 14:23:02 +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 b9aeea14f1 GUI: 'resolved' issue #36 (added recent file list, thanks to durazell!) 2014-02-19 00:00:25 +01:00
mr.exodia 549a08c6bd DBG: symbol enumeration
GUI: working symbol enumeration
2014-02-18 21:35:43 +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 3a741e9df8 DBG: undecorated symbol names 2014-02-16 22:42:14 +01:00
mr.exodia 2af781caa9 - fixed a bug when stopping the currently debugged file
- fixed a problem with  the output symbols
2014-02-16 22:33:04 +01:00
mr.exodia 7841d1c1b3 - resolved issue #34 (no more random crashes)
- added step until return (thanks to RaMMicHaeL for the suggestion)
2014-02-16 22:06:59 +01:00
mr.exodia e5a6871ab3 GUI: updated breakpoint view to display label+comment
DBG: fixed a small bug in DebugDisableBPX
DBG: breakpoint list contains module names without extension
2014-02-15 19:50:31 +01:00
mr.exodia b3fa2c3ad4 BRIDGE: changed BridgeAlloc to use WINAPI
DBG: changed emalloc to use WINAPI
GUI: added GPUStack files
2014-02-15 18:27:11 +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 39ce03caff DBG: first unpacking script runs without problems! 2014-02-11 00:41:35 +01:00
mr.exodia 86cfc38e46 DBG: more edge cases with labels/branches covered 2014-02-10 23:08:19 +01:00
mr.exodia abca61daec PROJECT: updated help
DBG: added cmp instruction
DBG: fixed branch detection (not works completely)
2014-02-10 22:44:35 +01:00
mr.exodia 82064d3636 DBG: more reliable scripting (auto-fixes format errors etc) 2014-02-10 22:05:23 +01:00
mr.exodia a45fedaa0a DBG: script branches working 100% 2014-02-10 21:40:06 +01:00
mr.exodia f4dc05f541 DBG: added various script branch types
DBG: added internal flag variables
2014-02-10 21:32:17 +01:00
mr.exodia 668121f431 DBG: added an error message
DBG: more generic command execution routines
2014-02-10 21:01:20 +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 867914b7ea DBG: label checks
DBG: new branch type supported: 'jmp'
2014-02-09 22:02:28 +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 1a33da40af first draft of the script window 2014-02-09 00:18:16 +01:00
mr.exodia 346dafc46c updated TitanEngine 2014-02-08 21:23:36 +01:00
mr.exodia 2f39c779b8 PROJECT: added x64_dbg_crashdump project (generate crash dumps for analysis)
DBG: changed hiding method (to PEB only)
2014-02-05 17:47:37 +01:00
mr.exodia 05c7f6f8dc DBG: added the "[expression]" and the "n:[expression]" memory syntax to valtostring (meaning 1:[cip+1]=0 is now supported) 2014-01-26 02:25:51 +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 594e1d7d8f DBG: fixed a name conflict problem 2014-01-22 18:22:59 +01:00
mr.exodia 10096c1d57 DBG: fixed various small bugs 2014-01-12 15:02:14 +01:00
mr.exodia a470348627 meh 2014-01-12 14:21:58 +01:00
mr.exodia 5928d502ac fixed a possible crash 2014-01-12 14:19:54 +01:00
mr.exodia 63a0efdd29 DBG: removed debug file 2014-01-06 16:19:25 +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
mr.exodia f3f1056165 BRIDGE: changed typedef of GUISENDMESSAGE
BRIDGE: added GuiGetWindowHandle function
DBG: added crappy(!) string detection
DBG: fixed another bug with valfromstring not being silent
DBG: added function 'disasmgetstringat' (UNICODE detection doesnt work)
2013-12-22 16:38:14 +01:00
mr.exodia af4f257c45 BRIDGE: changed DbgGetLabelAt behaviour
BRIDGE: added GUI_SET_INFO_LINE
DBG: removed in-memory checking of the label inside _dbg_addrinfoget
DBG: updated disasm_helper (fill argument description)
DBG: fixed a bug with non-silent 'valfromstring' output
GUI: added InfoBox class
GUI: 'setShowHeader' function in the AbstractTableView
GUI: hide disassembly header
2013-12-22 14:43:46 +01:00
mr.exodia 09f622e3e1 DBG: added function 'disasmtext'
DBG: added BeaEngine import libraries
2013-12-21 14:58:20 +01:00