1
0
Fork 0
Commit Graph

367 Commits

Author SHA1 Message Date
tr4ceflow 7f73d9f862 GUI: add heuristic to detect function (start, body, end) 2014-06-15 13:54:37 +02:00
Mr. eXoDia 528970bb96 Merge branch 'master' into basic_analysis 2014-06-15 03:23:01 +02:00
Mr. eXoDia ad9c2d3ea2 GUI: changed token highlighting key to 'Z' + fixed a bug in BeaTokenizer 2014-06-15 03:22:11 +02:00
Mr. eXoDia 737eea11d4 GUI: updated static analysis 2014-06-14 22:40:49 +02:00
Mr. eXoDia abd4fbd1b5 Merge branch 'master' into basic_analysis 2014-06-14 22:39:31 +02:00
tr4ceflow 999e1dca57 GUI: detects api-calls 2014-06-14 18:27:31 +02:00
Mr. eXoDia f1b60af0fa GUI: improved highlighting (click on highlighted token = unhighlight) + use border color from config 2014-06-14 17:34:34 +02:00
Mr. eXoDia a0e268a0a6 GUI: shift+arrows in disassembly, changed token mode highlighting 2014-06-14 16:26:33 +02:00
tr4ceflow 41644e0ce2 Merge branch 'basic_analysis' of https://bitbucket.org/mrexodia/x64_dbg into basic_analysis 2014-06-14 16:18:34 +02:00
tr4ceflow 0595ea209b GUI: prepare static analysis 2014-06-14 16:18:27 +02:00
Mr. eXoDia f362c31506 GUI: better highlighting in RichTextPainter + fixed Qt5 compile + Qt shift detection + hold control for highlighting 2014-06-14 15:04:42 +02:00
Mr. eXoDia b6823cba16 Merge branch 'master' into basic_analysis 2014-06-14 05:03:14 +02:00
Mr. eXoDia dcfec774c3 GUI: IDA-like highlighting (press CTRL + click token to highlight) (resolved issue #91) + better default colors + code formatting (AStyle) 2014-06-14 05:02:46 +02:00
Mr. eXoDia 5d19cdb0d1 GUI: fixed a small compile error 2014-06-14 00:01:04 +02:00
Mr. eXoDia 6dd4765444 GUI: removed BeaHighlight class + added settings for argument/memory spaces 2014-06-13 23:56:58 +02:00
Mr. eXoDia 2f4fdd0c21 GUI: fixed register view scrolling 2014-06-13 23:08:38 +02:00
Mr. eXoDia 5595fb337c GUI: more userfriendly Appearance dialog (will set colors in disassembly directly when you change them) 2014-06-13 21:26:19 +02:00
Mr. eXoDia 2531c9e176 GUI: analysis basics 2014-06-13 20:31:02 +02:00
Mr. eXoDia e505b198a1 Merge branch 'master' into basic_analysis 2014-06-13 20:10:15 +02:00
Mr. eXoDia 7dc17de212 GUI: fixed bugs in expandSelectionUpTo + added selection with SHIFT 2014-06-13 19:37:41 +02:00
Mr. eXoDia c9ca7ff411 GUI: more highlighting options 2014-06-13 19:37:08 +02:00
Mr. eXoDia cb3a174f2c Merge branch 'master' into hexdump_setlabel 2014-06-13 15:42:13 +02:00
Mr. eXoDia ec2f441001 GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
tr4ceflow 88547a0c2f GUI: additional apifingerprints 2014-06-13 14:50:09 +02:00
tr4ceflow df01c1ca26 added analyse compileable (pseudo-)code 2014-06-13 13:28:44 +02:00
Mr. eXoDia 6e469823c5 GUI: highlighting options in Appearance dialog 2014-06-13 05:32:39 +02:00
Mr. eXoDia 13cd7a9353 GUI: BeaTokenizer: added string instructions + fixed minor bugs + more highlighting customization + added label resolver to BeaTokenizer 2014-06-13 05:09:47 +02:00
Mr. eXoDia ae50e0a7a3 GUI: generate debug symbols in release mode (useful for JIT debugging on unknown crashes) 2014-06-13 02:33:21 +02:00
Mr. eXoDia bf2c60e3e1 GUI: BeaTokenizer: fixed various small bugs in the tokenizer, now it appears to be working good 2014-06-13 02:32:51 +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 d836493764 GUI: RegisterView: use the REGSTRUCT at CIP as reference to highlighting (keep CIP register changes when you change a register manually) 2014-06-13 02:27:29 +02:00
Mr. eXoDia 0d697d5418 added analyse command 2014-06-12 22:47:01 +02:00
Mr. eXoDia 6af311f495 GUI: analysis message 2014-06-12 22:35:49 +02:00
Mr. eXoDia 3350d26f9d GUI: fixed BeaTokenizer + fixed CPUSideBar crash + added token to Instruction_t 2014-06-12 22:34:52 +02:00
Mr. eXoDia adfb11587e GUI: fixed base 2014-06-12 21:51:19 +02:00
tr4ceflow 1a8090ab06 GUI: add setLabelSlot in Hex-Dump 2014-06-12 21:48:17 +02:00
Mr. eXoDia 4fb85f0c80 GUI: richtext struct is not in the class 2014-06-12 21:46:15 +02:00
tr4ceflow 96299cc60a Merge branch 'register_follow' 2014-06-12 20:35:06 +02:00
tr4ceflow 599952f2ba Merge branch 'extracolors' 2014-06-12 20:34:58 +02:00
Mr. eXoDia 5c2fbab5cb DBG: updated Scylla+TitanEngine 2014-06-12 19:45:06 +02:00
Mr. eXoDia 46beff5aa0 PROJECT: updated gitignore 2014-06-12 19:44:10 +02:00
Mr. eXoDia d975c1fe1f GUI: added BeaTokenizer class 2014-06-12 19:44:09 +02:00
Mr. eXoDia 68e57ce49f GUI: fixed a bug with the previous commit 2014-06-12 19:44:08 +02:00
Mr. eXoDia 5ee06be014 GUI: fixed a crash with the CPU SideBar 2014-06-12 19:44:08 +02:00
Mr. eXoDia d2c7fcd490 DBG: fixed a bug with detaching while paused sometimes 2014-06-12 19:44:07 +02:00
tr4ceflow b26bb724b8 new features:
- register --> follow in Dump
- label "eax", ... will be displayed in CPUSideBar
bugfixes:
- RegistersView now accept the RETURN key instead of ENTER key for modifying values
2014-06-11 18:14:47 +02:00
tr4ceflow 21bcc2e19b additional colors added for various elements
scrolling in RegistersView is now enabled
better access to ApiFingerprints
2014-06-11 17:37:55 +02:00
Mr. eXoDia 7fc0c9a31f GUI: added jump arrows when jump leaves the screen 2014-06-11 16:04:56 +02:00
Mr. eXoDia 3c57f5e368 GUI: added support for UNICODE characters to regview + added checks for IsDebugging + fixed alignment drawing issues + no characters for flags etc + fixed highlighting 2014-06-11 15:38:24 +02:00
tr4ceflow 8e8643cb24 bugfix: register selection using mouse click is working even when scrolling 2014-06-11 14:58:02 +02:00