1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
mrexodia 5272dc9b79 GUI: resolved issue #671 (gui didnt compile) 2016-05-27 22:40:02 +02:00
Atvaark 58e03bfbb2 GUI: Fixed HexEditDialog behavior (#670)
Fixed jumping to the end of the line when changing text.
'Keep size' will set the ASCII / Unicode text box to overwrite mode.
2016-05-27 21:35:36 +02:00
Duncan Ogilvie 12c6fdff14 Update README.md 2016-05-27 20:55:10 +02:00
Duncan Ogilvie b724d5c482 Update README.md 2016-05-27 20:54:35 +02:00
Duncan Ogilvie 61eb6771f4 Merge pull request #668 from torusrxxx/patch-2
Handles view
2016-05-27 18:42:58 +02:00
Duncan Ogilvie a960f629aa Merge pull request #667 from blaquee/mod_ref_modname
Add Module name to Intermodule call list in GUI. Addresses issue #649
2016-05-27 18:11:10 +02:00
Torusrxxx 17dd12e180 Handles view 2016-05-27 13:09:55 +00:00
Torusrxxx e035ba2313 Handles view 2016-05-27 13:09:00 +00:00
Torusrxxx acb7954ae4 Handles view 2016-05-27 13:07:46 +00:00
Torusrxxx 77408c3fbb Handles view
`_NO_ADDRINFO` is set to avoid conflict in `HandlesView.cpp`. (There is an `ADDRINFO` structure for the networking already.)
2016-05-27 13:06:34 +00:00
Torusrxxx 98bafd4ab5 Handles view 2016-05-27 13:03:02 +00:00
Torusrxxx 7f5b493861 Handles view 2016-05-27 13:02:28 +00:00
Torusrxxx c90fab8f32 Privilege view 2016-05-27 13:01:34 +00:00
Torusrxxx 9acca56b4f Privilege view 2016-05-27 13:00:13 +00:00
Torusrxxx 3e02bb0d39 Privilege view 2016-05-27 12:59:00 +00:00
Torusrxxx 091010106f Handles view 2016-05-27 12:58:12 +00:00
Torusrxxx e1db418aca Privilege view 2016-05-27 12:56:28 +00:00
Torusrxxx 2835adc1c5 Handles view 2016-05-27 12:53:35 +00:00
Torusrxxx b3eed3460c Handles view 2016-05-27 12:51:43 +00:00
Torusrxxx 6fb50dcbad GUI: fixing compiler warning 2016-05-27 12:49:38 +00:00
Torusrxxx 35f88507f5 GUI: fixing invalid HTML 2016-05-27 12:48:14 +00:00
Torusrxxx 592a998db4 Handles view 2016-05-27 12:46:06 +00:00
Torusrxxx d878828180 Handles view 2016-05-27 12:45:08 +00:00
Torusrxxx 62a67cfd04 Update translation 2016-05-27 12:43:33 +00:00
Torusrxxx 159ecca7f8 Delete x64dbg_zh_CN.qm 2016-05-27 12:40:09 +00:00
Torusrxxx abc66619f3 Handles view 2016-05-27 12:39:23 +00:00
Torusrxxx faee4650bd Handles view 2016-05-27 12:38:44 +00:00
Torusrxxx d89232cf57 Update translation 2016-05-27 12:32:12 +00:00
glindor 0f37eaa058 Add Module name to Intermodule call list in GUI. Addresses issue #649 2016-05-26 17:59:28 -04:00
mrexodia 60f2537c20 GUI: resolved issue #666 (show/hide mnemonic brief now toggles correctly) 2016-05-26 01:03:51 +02:00
mrexodia d6ef3f10d8 PROJECT+DBG: fixed release.bat & fixed mnemonic help redirections 2016-05-25 17:29:05 +02:00
mrexodia 7b6c4ade4b GUI: changed default color for auto comments 2016-05-25 17:19:57 +02:00
mrexodia 225d687192 DBG: resolved issue #664 (bug with relative symbol paths) 2016-05-25 16:57:17 +02:00
mrexodia 39f4175ba2 Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1
Conflicts:
	src/dbg/TraceRecord.cpp
	src/gui/Src/Gui/CPUDisassembly.h
2016-05-25 16:42:22 +02:00
Torusrxxx 73297802f0 Change the code so they may be auto merged 2016-05-25 14:40:30 +00:00
mrexodia ffac42d16d Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1
Conflicts:
	src/dbg/_dbgfunctions.cpp
	src/dbg/_dbgfunctions.h
	src/dbg/threading.h
	src/dbg/x64_dbg_dbg.vcxproj.filters
	src/gui/Src/Gui/CPUDisassembly.cpp
	src/gui/Src/Gui/CPUDisassembly.h
2016-05-25 16:39:45 +02:00
Torusrxxx 427890b014 GUI: change the icon 2016-05-25 14:31:24 +00:00
Torusrxxx e436d17f13 DBG: finer performance in trace record 2016-05-25 14:28:14 +00:00
Torusrxxx c23b6e31f5 Change the code so they may be auto merged 2016-05-25 14:16:31 +00:00
Torusrxxx 41ab48a444 Change the code so they may be auto merged 2016-05-25 14:15:48 +00:00
Torusrxxx acfc82630d DBG: Fixed crashing 2016-05-25 14:06:22 +00:00
mrexodia 4752f96219 GUI: mnemonic help and mnemonic brief implemented 2016-05-25 15:59:07 +02:00
mrexodia dd96e7aae0 GUI: added show mnemonic brief code 2016-05-25 15:58:35 +02:00
mrexodia 1541f84867 DBG: added mnemonichelp and mnemonicbrief commands + export 2016-05-25 15:57:03 +02:00
Torusrxxx 2359e6a6ed DBG: fixed compile error on 32bit target 2016-05-25 13:38:06 +00:00
Torusrxxx 5e6ace7497 DBG: fixed compile error on 32bit target 2016-05-25 13:37:24 +00:00
Torusrxxx 7f938a06f8 Trace record
#654
2016-05-25 12:21:14 +00:00
Torusrxxx cb66709904 Trace record
#654
2016-05-25 12:20:03 +00:00
Torusrxxx 74a69e6c05 Trace record
#654
2016-05-25 12:14:26 +00:00
Torusrxxx db07065ed7 GUI: Nothing actually changed 2016-05-25 12:12:11 +00:00