Commit Graph

450 Commits

Author SHA1 Message Date
Mr. eXoDia
e7ad330dde PROJECT: changed GPL to LGPL 2014-07-01 17:09:13 +02:00
Mr. eXoDia
12979f33ca DBG: added various useful functions 2014-07-01 17:01:30 +02:00
Mr. eXoDia
0bd3792da3 GUI: do not select the next instruction when assembling failed 2014-07-01 17:01:08 +02:00
Mr. eXoDia
636e4c5eba PROJECT: updated readme 2014-07-01 16:33:41 +02:00
Mr. eXoDia
1b1493f930 PROJECT: updated license 2014-07-01 15:57:19 +02:00
Mr. eXoDia
46232df070 GUI: fixed context menu in script view + fixed shortcut in CPUDump (ctrl+g now works) 2014-06-30 17:44:25 +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
97abb21408 GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
Mr. eXoDia
cab27a38d5 GUI: Copy->Whole Line + Copy->Whole Table tested&working + added memory map section text color config 2014-06-25 20:38:31 +02:00
Mr. eXoDia
5f9592aef0 GUI: added Copy menus to most StdTables 2014-06-25 19:52:19 +02:00
Mr. eXoDia
4f6d43b900 GUI: use 'setupCopyMenu' in SearchListView (symbols + references) 2014-06-25 19:29:07 +02:00
Mr. eXoDia
29fb1764fe GUI: context menu in Memory Map 2014-06-25 19:28:37 +02:00
Mr. eXoDia
8957b5a1d1 GUI: added 'setupCopyMenu' in StdTable 2014-06-25 19:28:18 +02:00
Mr. eXoDia
131f34b358 GUI: fixed various warnings 2014-06-25 18:46:35 +02:00
Mr. eXoDia
dbf74ae723 GUI: memory map breakpoint color 2014-06-25 16:25:38 +02:00
Mr. eXoDia
a9ecc85792 GUI: fixed incorrect default color 2014-06-25 15:03:40 +02:00
Mr. eXoDia
3a2f96331d GUI: save hexdump view to config file 2014-06-25 04:37:53 +02:00
Mr. eXoDia
19a9d4de26 GUI: ASCII/UNICODE bytes now have no separating spaces (since it's text) 2014-06-25 04:20:12 +02:00
Mr. eXoDia
e77ea10c8f GUI: updated configuration 2014-06-25 04:19:10 +02:00
Mr. eXoDia
899e7239f5 GUI: Dump: added 'Breakpoint' menu 2014-06-25 03:18:06 +02:00
Mr. eXoDia
7a4757be61 GUI: fixed another bug with the string instructions in BeaTokenizer (thanks Nukem for reporting!) 2014-06-25 03:08:19 +02:00
Mr. eXoDia
023f0a6a0c GUI: fixed some bugs in paintJumpsGraphic 2014-06-25 01:34:36 +02:00
Mr. eXoDia
e52b824fad GUI: do not draw jump lines in the sidebar when they go out of the current disassembled section 2014-06-25 01:19:54 +02:00
Mr. eXoDia
de7556c95a GUI: fill with NOPs option in GUI (resolved issue #43) 2014-06-25 01:14:00 +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
d2ae3d2529 Revert "PROJECT: updated help template"
This reverts commit 4065d27f31.
2014-06-24 23:43:34 +02:00
Mr. eXoDia
4065d27f31 PROJECT: updated help template 2014-06-24 23:40:32 +02:00
Mr. eXoDia
a948291ea4 GUI: better assembling experience 2014-06-24 22:25:56 +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
df0819b122 PROJECT: updated gitignore 2014-06-24 17:00:13 +02:00
Mr. eXoDia
f7eed3d426 GUI: fixed bugs with the selection of items bigger than 1 byte 2014-06-24 16:24:48 +02:00
Mr. eXoDia
38c3399fe4 PROJECT: updated gitignore 2014-06-24 15:23:44 +02:00
Mr. eXoDia
493816f557 DBG: fixed a memory leak 2014-06-24 15:23:34 +02:00
Mr. eXoDia
b139b6440f GUI: fully use the MemoryPage class, removed mBase + mSize 2014-06-24 15:23:17 +02:00
Mr. eXoDia
6f38a0c5e5 GUI: added 'Search For -> Intermodular calls' (resolved issue #89) 2014-06-24 04:52:52 +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
2cb45f1d7a GUI: fixed a very annoying bug on some systems with the '^' character being inserted after the '6' without shift pressed 2014-06-23 23:08:08 +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
31d0bd7d6e GUI: partially fixed the scroll range bug 2014-06-23 17:02:12 +02:00