torusrxxx
|
788ecf240d
|
Use integer index for register names
|
2018-10-16 18:15:01 +02:00 |
torusrxxx
|
9d585036b9
|
Don't use Qt wheel scrolling
|
2018-10-13 21:02:54 +08:00 |
torusrxxx
|
64db2ce66b
|
No popups for some views
|
2018-10-13 17:13:00 +08:00 |
torusrxxx
|
594319a654
|
Refactored old disassembly popup in CPUDisassembly
|
2018-10-13 16:56:19 +08:00 |
torusrxxx
|
707cd444ae
|
Moved disassembly popup to AbstractTableView and added its support in StdTable
|
2018-10-13 16:36:05 +08:00 |
Wolfgang Schoechl
|
753ecd3ba5
|
FIXED: uninitialized variable was used for height calculation and caused negative height value (registers view)
|
2018-10-12 22:47:20 +02:00 |
torusrxxx
|
6705ce1af3
|
Disassembly popup in references
|
2018-10-12 23:09:36 +08:00 |
torusrxxx
|
cf1498786c
|
Merge branch 'development' into patch00000092
|
2018-10-12 20:50:28 +08:00 |
Manuel
|
28211215e7
|
FIXED: setting up the auto-follow context menu entry
|
2018-10-11 14:23:45 +00:00 |
Ta Thanh Dinh
|
94fcc52734
|
support copy individual x87 registers
|
2018-10-10 15:53:22 +02:00 |
Mattiwatti
|
d149f6d794
|
Do not leave empty or corrupt PDBs in the store if a download failed. Fixes a crash in LoadDataFromIStream in MS DIA 14.15
|
2018-10-10 15:50:40 +02:00 |
Hank McCord
|
a406a8e3df
|
GUI: Fix build for latest Qt
|
2018-10-10 15:50:22 +02:00 |
Manuel
|
cf763adc18
|
CHANGED: renamed toggleAutoDisassemblyFollowSelectionSlot() to follow given convention
|
2018-10-10 15:48:39 +02:00 |
Manuel
|
69db4494cd
|
ADDED: trace file can now auto-scroll the disassembly view to current selection
|
2018-10-10 15:48:39 +02:00 |
Duncan Ogilvie
|
da69e828ea
|
DBG: improve memory usage and performance with line numbers
|
2018-10-10 15:45:32 +02:00 |
Duncan Ogilvie
|
25a67b778e
|
DBG: fix buffer overflow and assert when tracing fxsave or invalid instructions
|
2018-10-10 15:44:37 +02:00 |
Duncan Ogilvie
|
22861d69e5
|
Add some analysis for exceptions containing FACILITY_VISUALCPP in exinfo
|
2018-10-10 15:44:37 +02:00 |
Duncan Ogilvie
|
23c2f0455d
|
DBG: add some more undocumented Visual C++ exceptions
|
2018-10-10 15:44:37 +02:00 |
Duncan Ogilvie
|
b1188c3c04
|
DBG: fix crash in stackgetsuspectedcallstack when CSP is not pointing to valid memory
|
2018-10-10 15:44:37 +02:00 |
Duncan Ogilvie
|
521195eea9
|
DBG: small refactor for SymAutoComplete
|
2018-10-10 15:44:37 +02:00 |
Duncan Ogilvie
|
d7f1dadb52
|
DBG: exclude some invalid imports + give ordinal imports a name
|
2018-10-10 15:44:37 +02:00 |
Duncan Ogilvie
|
70cfec4094
|
DBG: add (undocumented) option to force load PDB
|
2018-10-10 15:44:37 +02:00 |
torusrxxx
|
03f596c162
|
Stricter ordinal name check
|
2018-10-09 11:20:55 +08:00 |
Duncan Ogilvie
|
da913f7cdc
|
DBG: fix a possible crash in disasmget
|
2018-09-13 12:56:10 +02:00 |
Duncan Ogilvie
|
09fe1e379d
|
BRIDGE: fix incorrect message being sent in some GuiMenuXXX functions
closes #2027
|
2018-09-13 12:56:10 +02:00 |
Duncan Ogilvie
|
7aab39f8e1
|
Revert "DBG: do not step if there is an enable breakpoint at CIP"
This reverts commit 9804400df6 .
|
2018-09-02 00:53:05 +02:00 |
Torusrxxx
|
863f83df49
|
improve nop detection
|
2018-08-28 18:30:15 +02:00 |
torusrxxx
|
d4ec06f6de
|
Fixed a crash when tracing into far jump
|
2018-08-21 17:04:36 +02:00 |
torusrxxx
|
c29eba9d35
|
no errors anymore
|
2018-08-21 17:04:25 +02:00 |
torusrxxx
|
b3b7ceef3e
|
Stop tracing when closing trace file
|
2018-08-21 17:04:25 +02:00 |
torusrxxx
|
c5830e5c26
|
close and delete trace file
|
2018-08-21 17:04:25 +02:00 |
Duncan Ogilvie
|
80c303d48d
|
Merge pull request #2001 from torusrxxx/patch0000008f
Use keys to select in dump
|
2018-08-12 22:45:53 +02:00 |
torusrxxx
|
f6216e2102
|
Add ctrl/alt modifiers to dump
|
2018-08-12 18:44:50 +08:00 |
torusrxxx
|
a4756fe804
|
slight changes of registers view key press event
|
2018-08-08 11:18:11 +08:00 |
torusrxxx
|
ea3943cf0a
|
const functions
|
2018-08-07 20:57:24 +08:00 |
torusrxxx
|
0baa39c207
|
Use keys to select in dump
|
2018-08-07 17:31:40 +08:00 |
Duncan Ogilvie
|
7526b7e482
|
DBG: update TitanEngine
|
2018-07-19 16:44:44 +02:00 |
Duncan Ogilvie
|
1d510d61db
|
DBG+GUI: update Zydis to fix a crash when disassembling certain instructions
|
2018-07-15 19:15:02 +02:00 |
Duncan Ogilvie
|
f042e81a28
|
LAUNCHER: clean up command line handling and allow the launcher as JIT debugger
|
2018-07-15 19:14:31 +02:00 |
Duncan Ogilvie
|
bbf2dc296a
|
LAUNCHER: fix a bug in forwarding of the command line parameters
closes #1918
|
2018-07-15 19:13:45 +02:00 |
Duncan Ogilvie
|
62b6be97e0
|
DBG: allow the "-p PID -e EVENT" command line for JIT debugging
|
2018-07-15 19:11:52 +02:00 |
Duncan Ogilvie
|
681eb3e2c8
|
GUI: fix a crash in the CPUSideBar
|
2018-07-14 20:48:02 +02:00 |
torusrxxx
|
d09e89687a
|
Allow folding a function when first instruction is selected. Add code fold box tooltip.
|
2018-07-05 02:44:14 +02:00 |
torusrxxx
|
91924de32f
|
Really copy bytes HTML
|
2018-07-05 02:44:14 +02:00 |
torusrxxx
|
8ab605b7f6
|
Input NaN & Inf into FPU registers
|
2018-07-05 02:44:14 +02:00 |
Duncan Ogilvie
|
fa82c80c51
|
DBG: temporary fix for AutoPatchExporter
|
2018-07-05 02:41:18 +02:00 |
Duncan Ogilvie
|
bcb1df389c
|
DBG: include DIA in deps
|
2018-07-05 02:41:09 +02:00 |
Duncan Ogilvie
|
d7eac4598d
|
DBG: better error messages in PDBDiaFile::open
|
2018-07-05 02:39:58 +02:00 |
Duncan Ogilvie
|
144dbd4c2f
|
DBG: undecorate import/export names
|
2018-07-04 17:12:37 +02:00 |
Duncan Ogilvie
|
c11659da23
|
Merge pull request #1820 from ZehMatt/symcache
Improved symbol lookups.
|
2018-07-01 19:44:51 +02:00 |