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 |