1
0
Fork 0
Commit Graph

4932 Commits

Author SHA1 Message Date
mrexodia 4b58c05cad
PROJECT: 'fixed' Doxyfile (now generates something again) 2016-06-27 18:43:23 +02:00
mrexodia 9deb09257a
DBG: fixed a bug with spaces in the yaramod command 2016-06-27 18:33:44 +02:00
mrexodia 65c2a4dfee
DBG: updated DeviceNameResolver 2016-06-27 01:05:23 +02:00
mrexodia e626270bfc
GUI: and finally done correctly 2016-06-26 13:07:39 +02:00
mrexodia b7b87b36ca
GUI: and back again (lol too tired for this shit) 2016-06-26 13:07:17 +02:00
mrexodia fea98449b8
GUI: Ctrl -> Alt in CommandLineEdit 2016-06-26 13:06:22 +02:00
mrexodia f616d7d0f8
GUI: Ctrl+Arrows allow selection of different script languages 2016-06-26 12:57:02 +02:00
mrexodia a542c434bb
DBG: small fixes + added more error messages 2016-06-26 11:32:54 +02:00
mrexodia 0370886aad
DBG: stringformat fix 2016-06-25 19:29:13 +02:00
Torusrxxx 5532333101 Fix some tiny issues (#803)
* fix "error loading library" error message

it displays the macro name instead of the file name before

* allow the ending { without escape

to ease the input of source-like comments like "while(eax < 40) {"

* set some variables before breakpoint command

* breakpoint variables
2016-06-25 19:27:17 +02:00
mrexodia 4f45dff9e1
DBG+PROJECT: updated capstone_wrapper 2016-06-25 19:26:51 +02:00
mrexodia 0e391b7084
GUI: all treat selection as * hotkeys defined (+ added some defaults) 2016-06-25 00:12:37 +02:00
mrexodia 7475c393c7
GUI: more icons in CPUDisassembly 2016-06-24 23:45:41 +02:00
mrexodia d948db0dcc
GUI: goto function start/end (fixes issue #785) 2016-06-24 18:01:50 +02:00
mrexodia 42782d8919
DBG: more fixes for #800 2016-06-24 17:53:17 +02:00
mrexodia b18ed798d0
GUI: resolved issue #798 ('extended ascii' instead of UTF-16) 2016-06-24 17:07:55 +02:00
mrexodia ff15b3890f
DBG: resolved issue #800 (incorrect thread switch on cbExitThread) 2016-06-24 17:02:15 +02:00
mrexodia 82cac1e6d9
GUI: icons for trace record 2016-06-24 16:57:13 +02:00
Torusrxxx 42ff89d28b Change Strings.rc to UTF-16 (#799)
* update Strings.rc to UTF-16 file

* Update Strings.rc to UTF-16 file
2016-06-24 16:19:57 +02:00
mrexodia b9df094db1
GUI: added various icons (thanks to @mrfearless!) 2016-06-24 09:29:23 +02:00
mrexodia 8d33baac1b
GUI: default hotkey for view notes 2016-06-24 08:50:01 +02:00
mrexodia fc143a165a
DBG: compressed hex in TraceRecord (6mb -> 34kb for ntdll TraceRecord) 2016-06-24 08:41:33 +02:00
mrexodia 1bccca0669
DBG: xref analysis for RecursiveAnalysis (analyze single function) 2016-06-24 08:06:55 +02:00
mrexodia 969efaab4f
DBG+GUI: fixed compile error 2016-06-24 07:59:12 +02:00
mrexodia 11006848c4
DBG: fixed invalid CRT parameters 2016-06-24 07:56:39 +02:00
mrexodia 4c35ed2a8d
GUI: size dialog for the fill nops option + updated translation template 2016-06-24 07:40:48 +02:00
mrexodia 61fc985fc8
DBG: allow turning off skipping of exceptions by re-running the erun command 2016-06-24 07:40:08 +02:00
mrexodia 528aea7ba4
GUI: updated translation + removed Chinese translation from project 2016-06-24 07:28:29 +02:00
mrexodia 1e6cecb41b
GUI: better allocate memory dialog 2016-06-24 07:27:24 +02:00
mrexodia 8406e09219
GUI: better "treat from selection as" and "remove analysis from selection" 2016-06-24 07:26:34 +02:00
mrexodia 048871c45b
GUI: GotoDialog with invalid address support (basically ExpressionDialog) 2016-06-24 07:12:17 +02:00
mrexodia 43319be9d6
DBG: more efficient ToCompressedHex function (emits bytes directly if repeated 1 or 2 times) 2016-06-24 07:10:46 +02:00
mrexodia 24a94edd78
GUI: check if mCodeFoldingManager is set before attempting to call it 2016-06-24 06:24:56 +02:00
mrexodia 2d4a463d12
GUI: added "run until expression" feature 2016-06-24 06:14:32 +02:00
mrexodia 07ca0a45c3
GUI: fixed bad drawing of mnemonic briefs 2016-06-24 06:14:03 +02:00
mrexodia bd1cc673f2
GUI: automatically detect functions/arguments in the CPUSideBar for code folding 2016-06-24 05:53:38 +02:00
mrexodia 906843b7f2
GUI: manual arguments menus in CPUDisassembly 2016-06-24 05:53:09 +02:00
mrexodia 7e185e9c60
GUI: better arguments drawing + visualize folded code in disasm ("EB 03...") 2016-06-24 05:52:12 +02:00
mrexodia ad7a680126
BRIDGE+DBG: fully support arguments (#536) 2016-06-24 05:51:14 +02:00
mrexodia 089a593405
GUI: resolved issues #761 and #731 (crashes) 2016-06-24 03:59:55 +02:00
mrexodia 31511c6baa
GUI: updated icons for analysis (thanks to @mrfearless) 2016-06-24 03:08:38 +02:00
mrexodia eaceadb260
GUI: completely overhauled the EncodeMap 2016-06-24 02:47:22 +02:00
mrexodia 2956b01962
DBG: various changes to the encodemap 2016-06-24 02:47:22 +02:00
mrexodia 7315183855
BRIDGE: small changes 2016-06-24 02:47:22 +02:00
mrexodia cde6b41c8d
GUI: resolved issue with weird column view bugs in the CPUDump 2016-06-24 02:47:22 +02:00
fearless 725dce1b58 GUI: added icons (#797) 2016-06-24 00:57:10 +02:00
mrexodia 02a58ab83e
PROJECT: AStyle 2016-06-23 19:10:04 +02:00
mrexodia 7f171bdd6b
PROJECT: support for a MAXCORES environment variable in build script 2016-06-23 18:56:43 +02:00
Torusrxxx abf026db04 Translate the launcher and add more shortcuts (#793)
* translate the launcher

* translate the launcher

* translate launcher

* translate launcher

* translate launcher

* translate launcher

* translate launcher

* translate launcher

* translate launcher

* translate launcher

* translate launcher

* translate this file

* add more shortcuts

* add more shortcuts

* add more shortcuts

* add more shortcuts

* add more shortcuts

* add more shortcuts

* add more shortcuts

* add more shortcuts
2016-06-23 17:50:26 +02:00
mrexodia 6df390bfd7
PROJECT: updated capstone_wrapper 2016-06-23 17:44:41 +02:00