1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
justin c3f03b6675 Added support for passing user data with expression functions 2016-07-09 15:56:39 -06:00
justin 4e4378811c Guarded for a particular bug when you select an item in the auto complete, then hit space 2016-07-09 11:33:22 -06:00
justin 1d11564437 More modifications to seperate out debug/release modes 2016-07-09 10:40:07 -06:00
justin d3c31fd8de Added 'Silent' option for breakpoints 2016-07-09 10:40:07 -06:00
mrexodia 4657786726
DBG: more expression functions 2016-07-09 18:23:45 +02:00
mrexodia e0497818c0
GUI: step into/over (source) (implemented with conditional tracing) 2016-07-09 17:58:13 +02:00
mrexodia e8c2e5c572
DBG: added 'srcline' exprfunc 2016-07-09 17:41:16 +02:00
mrexodia 88784b357a
GUI: better performance in SearchListViewTable + show which module CIP is in with the symbol view 2016-07-09 17:11:22 +02:00
mrexodia 150830a9c9
DBG: slight change to DbgFunctions()->GetAddrFromLine 2016-07-09 17:09:38 +02:00
mrexodia 7f7e4ff4b9
GUI: better source debugging + better SearchListViewTable 2016-07-09 15:10:31 +02:00
mrexodia 063872f1f8
DBG: only resolve source lines without displacement 2016-07-09 14:51:01 +02:00
mrexodia 1a7f87d440
DBG+GUI: fixed a crash with escaped section names 2016-07-09 13:03:32 +02:00
mrexodia 9123ed3338
LAUNCHER: correctly forward gflags.exe command line arguments 2016-07-09 12:50:02 +02:00
mrexodia 3c71e8493c
DBG: resolved issue #210 (pass-through of command line parameters) 2016-07-09 12:14:02 +02:00
mrexodia f266f1ebce
DBG: fixed a crash 2016-07-09 12:13:04 +02:00
mrexodia 08cfccedba
GUI: updated Translations 2016-07-09 10:45:23 +02:00
mrexodia c95034e7a1
GUI: significant cut with icon construction length (use DIcon with just the filename from now on) 2016-07-09 10:44:11 +02:00
mrexodia 6df9712ae3
GUI: more GUI icons (#775) 2016-07-09 10:23:12 +02:00
mrexodia 3cb1fd6b09
GUI: icon for undo instruction 2016-07-09 10:08:40 +02:00
mrexodia 912aef4102
PROJECT: moved Translations into a submodule for easy crowdin integration 2016-07-09 09:10:28 +02:00
mrexodia 0459a5832e
GUI: temporarily delete Translations directory 2016-07-09 09:09:31 +02:00
mrexodia 7248f0aa60
PROJECT: crowdin badge 2016-07-09 09:03:04 +02:00
mrexodia d74db3044c
GUI: updated translations 2016-07-09 08:56:52 +02:00
mrexodia 6f889c6b91
DBG+GUI: different default for bTraceRecordEnabledDuringTrace 2016-07-09 08:54:08 +02:00
mrexodia e5c12f861e
DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
mrexodia 388e965f46
moved documented commands to the appropriate sections 2016-07-09 08:26:25 +02:00
mrexodia 836f44450f
DBG: improved output for exinfo 2016-07-09 08:11:31 +02:00
mrexodia 9ee48b630b
DBG: added the exinfo command (extended information on the last exception) 2016-07-09 08:03:16 +02:00
mrexodia 069f524500
PROJECT: updated readme 2016-07-09 01:59:55 +02:00
mrexodia d0e07312ff
PROJECT: readme on signatures in hooks 2016-07-08 06:09:41 +02:00
mrexodia 3a53898470
PROJECT: GPG on hooks 2016-07-08 06:05:04 +02:00
mrexodia 79771f5a85
DBG: added RegisterEasy to eventually register lots of expression functions 2016-07-08 05:48:20 +02:00
mrexodia 5a3b2d54c6
GUI: fixed shorcuts with shift (now Ctrl+Shift+> works!) 2016-07-08 00:10:45 +02:00
mrexodia e5c2b6ae7f
DBG: expose registration of expression functions to plugins 2016-07-07 13:40:34 +02:00
mrexodia 2a8e7e9026
DBG: restrict naming of expression functions 2016-07-07 13:19:26 +02:00
mrexodia ecd7988e28
DBG: workaround for some windows bullshit with duplicate cbLoadDll in compatibility mode 2016-07-07 13:07:55 +02:00
jdavidberger 45c45ffb64 Fixed label bug, guarded header file for window kit 8.1, debug builds build in non-release folder (#826)
* Make extremely long status messages not resize the window

* Added ifdefs to differentiate between windows kit versions to address a breaking change between 7.1 and 8

* Modified build settings so debug build is put in a seperate directory
2016-07-07 12:21:23 +02:00
mrexodia 504c794667
Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1
# Conflicts:
#	src/dbg/threading.h
#	src/dbg/x64_dbg.cpp
#	src/dbg/x64_dbg_dbg.vcxproj.filters
#	src/gui/resource.qrc
2016-07-07 12:16:34 +02:00
Torusrxxx 6c2f16feec revert change to help 2016-07-07 09:38:11 +00:00
Torusrxxx cb5e6b8659 add %PID% variable 2016-07-07 09:29:54 +00:00
Torusrxxx f9774ecdab set up shortcut for "manage favourite tools" 2016-07-07 08:43:08 +00:00
Torusrxxx 8b0852dddc remove expensive operation 2016-07-07 08:16:17 +00:00
Torusrxxx f62683f62b remove expensive operations 2016-07-07 08:12:29 +00:00
Torusrxxx 1ffd38707e remove unused function 2016-07-07 08:04:51 +00:00
Torusrxxx 5cf50d871b fix compile error 2016-07-07 07:52:04 +00:00
Torusrxxx ffab7f7890 disable expensive operations in tracing 2016-07-07 07:47:03 +00:00
Torusrxxx a9b23ad041 disable expensive operations in tracing 2016-07-07 07:45:22 +00:00
Torusrxxx a8242b41b8 watch view 2016-07-07 07:33:39 +00:00
mrexodia c855c15fd7
DBG: full function support in ExpressionParser 2016-07-07 09:02:39 +02:00
mrexodia 5358596997
DBG: ExpressionFunctions class to handle function calls in ExpressionParser 2016-07-07 09:02:07 +02:00