mrexodia
|
98a009230d
|
DBG: replaced all 'not enough arguments' (closes #1216)
|
2016-11-05 05:07:32 +01:00 |
Nukem
|
e5026590b4
|
DBG: Capitalize console error/output messages (#1215)
|
2016-11-05 04:45:39 +01:00 |
Torusrxxx
|
da5b38f657
|
print stack trace (#1210)
|
2016-11-02 16:38:09 +01:00 |
mrexodia
|
fa15877303
|
DBG: allow skipping of INT3 instructions when using run
|
2016-11-02 01:33:08 +01:00 |
mrexodia
|
12fba8887b
|
DBG: execute trace record on forced CIP change
|
2016-11-02 01:26:40 +01:00 |
mrexodia
|
17cbb2bc77
|
DBG: commands for setting trace log/command
|
2016-10-31 06:43:57 +01:00 |
mrexodia
|
70c00cb2bb
|
DBG: renamed tracing functions for clarity
|
2016-10-31 06:43:55 +01:00 |
Matthijs Lavrijsen
|
f8a1f3f18a
|
Fix VS2015 compilation (#1194)
Add this month's VS db extension to .gitignore
|
2016-10-24 18:53:13 +02:00 |
mrexodia
|
5653c1bd55
|
DBG: always show extended exception information
|
2016-10-23 16:13:04 +02:00 |
mrexodia
|
e0d6469dc5
|
DBG+GUI: maximum trace count option
|
2016-10-19 13:02:55 +02:00 |
mrexodia
|
9138a3410e
|
BRIDGE+DBG+GUI: basics of analysis plugins
|
2016-10-18 17:28:08 +02:00 |
mrexodia
|
94561bb255
|
DBG: remove CMDRESULT since it's become useless
|
2016-10-13 17:14:17 +02:00 |
mrexodia
|
5e720c4ecc
|
DBG: don't automatically focus on the disassembly when stepping
|
2016-10-13 11:13:18 +02:00 |
mrexodia
|
9d47e9bbbe
|
DBG: added focusinfo command + moved commands to correct categories
|
2016-10-13 10:09:48 +02:00 |
Torusrxxx
|
294a806a31
|
search for GUID (#1156)
|
2016-10-09 18:30:37 +02:00 |
mrexodia
|
00eaf4b5aa
|
DBG: removed debug output
|
2016-10-08 01:50:55 +02:00 |
mrexodia
|
f96434355a
|
DBG: additional behavior for database import/export
|
2016-10-08 01:42:05 +02:00 |
mrexodia
|
6b6c372340
|
DBG: removed translation from capstone command
|
2016-10-06 16:36:14 +02:00 |
Torusrxxx
|
41ed72d689
|
fix issue #1141
|
2016-10-03 13:38:44 +00:00 |
mrexodia
|
ca2796b487
|
DBG: re-added sleep command
|
2016-10-02 22:40:04 +02:00 |
mrexodia
|
a0512e3f4e
|
DBG: prefer comments over labels in bookmark list
|
2016-10-02 16:56:02 +02:00 |
mrexodia
|
f15f7e2d29
|
DBG: fixed some code in varlist
|
2016-10-02 16:12:31 +02:00 |
mrexodia
|
fa50db9f6f
|
DBG: fixed bugs found with Visual Studio static code analysis
|
2016-10-02 16:09:11 +02:00 |
Torusrxxx
|
7edf4616b3
|
use RIP as default parameter for "imageinfo" (#1137)
|
2016-10-02 16:07:44 +02:00 |
Torusrxxx
|
0751df5a24
|
use reference view for varlist (#1138)
|
2016-10-02 16:07:41 +02:00 |
Atvaark
|
aa99e87477
|
Add Label/Comment column to Bookmark list (#1136)
|
2016-10-02 14:33:12 +02:00 |
mrexodia
|
022bceb8f7
|
DBG: basic of the type system working
|
2016-10-01 18:50:32 +02:00 |
mrexodia
|
cffb202cbf
|
DBG: faster disasm instruction
|
2016-09-30 00:34:38 +02:00 |
mrexodia
|
eee946237f
|
DBG: removed strlen, Sleep and GetTickCount commands
|
2016-09-29 19:15:40 +02:00 |
mrexodia
|
ce4bf4bf44
|
DBG: print symbolic name + fixed logic bug in valfromstring_noexpr
|
2016-09-29 19:15:00 +02:00 |
mrexodia
|
830fb5cb99
|
DBG: don't show CPU on memmapdump
|
2016-09-29 17:55:10 +02:00 |
mrexodia
|
c92f5074e1
|
DBG: fixed SetMemoryBPX command
|
2016-09-29 13:38:30 +02:00 |
Torusrxxx
|
2f8a46841f
|
Allow debugging dotNET applications (#1124)
|
2016-09-29 13:15:28 +02:00 |
Torusrxxx
|
02361f597c
|
Update
|
2016-09-29 03:30:50 +00:00 |
Torusrxxx
|
ed2fc683c2
|
Update cmd-breakpoint-control.cpp
|
2016-09-29 03:29:36 +00:00 |
mrexodia
|
8739e8ae52
|
DBG+GUI: code improvements
|
2016-09-28 20:47:29 +02:00 |
mrexodia
|
aed8b4d259
|
DBG: renamed cmd-data to cmd-searching
|
2016-09-27 14:18:50 +02:00 |
mrexodia
|
e4f0654326
|
DBG: moved all commands to separate cpp files
|
2016-09-27 03:45:28 +02:00 |
mrexodia
|
5a1cf5b767
|
DBG: source files for commands
|
2016-09-27 01:45:59 +02:00 |
mrexodia
|
b8c3f51c4d
|
DBG: moved some commands
|
2016-09-27 01:39:25 +02:00 |
mrexodia
|
b6893e0f52
|
DBG: header move finished
|
2016-09-27 01:32:07 +02:00 |
mrexodia
|
e13439fb81
|
DBG: start of command refactor
|
2016-09-26 23:56:25 +02:00 |