1
0
Fork 0
Commit Graph

362 Commits

Author SHA1 Message Date
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 427153511f Revert "PROJECT: updated license + readme"
This reverts commit 9c46b98ca2.
2014-06-15 13:38:36 +02:00
Mr. eXoDia 9c46b98ca2 PROJECT: updated license + readme 2014-06-15 13:35:22 +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 ad9c2d3ea2 GUI: changed token highlighting key to 'Z' + fixed a bug in BeaTokenizer 2014-06-15 03:22:11 +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
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 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 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
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 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
tr4ceflow a2a950ef56 - add vertical scolling 2014-06-11 14:54:42 +02:00
Mr. eXoDia 8559924188 GUI: fixed RegistersView 2014-06-11 14:42:16 +02:00
tr4ceflow a07857e251 - complete rewrite of the RegistersView for more interactions
with features: ASCII-hints, labelname, modulename, highlight value changes
2014-06-11 14:13:36 +02:00
Mr. eXoDia 8f90275a33 GUI: added color customization dialog (seems to work) + fixed tab order in settings dialog 2014-06-11 03:54:27 +02:00
Mr. eXoDia d24a658f1a GUI: better jump arrows in CPUSideBar + fixed custom colors in Disassembly 2014-06-11 02:02:21 +02:00