1
0
Fork 0
Commit Graph

25 Commits

Author SHA1 Message Date
Mr. eXoDia 3789fad460 Merge remote-tracking branch 'nukem/master'
Conflicts:
	x64_dbg_dbg/plugin_loader.cpp
2015-07-11 23:52:12 +02:00
Mr. eXoDia 67f0c91f9c DBG: fixed a nice heap overflow 2015-07-11 23:17:20 +02:00
Nukem 260e2eb6fb Merge branch 'master' of https://github.com/x64dbg/x64dbg
Conflicts:
	x64_dbg_dbg/thread.cpp
2015-07-11 16:04:05 -04:00
Mr. eXoDia c86eaa5a08 DBG: removed the 'and' and 'or' defines 2015-07-11 03:30:44 +02:00
Nukem d8445e14b8 DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
Mr. eXoDia a0be994c5a DBG: new expression parser (should be far more stable, might affect issue #312 and #310) 2015-06-08 00:42:43 +02:00
Mr. eXoDia e38619b2b1 DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!) 2015-04-06 00:16:45 +02:00
Mr. eXoDia 89b1d96ffc DBG: removed old and crappy command parser and replaced it with a nice one (hopefully didn't make any bug on the way) 2015-04-04 23:25:38 +02:00
Mr. eXoDia 439507f306 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/value.cpp
2015-04-02 19:58:39 +02:00
zerosum0x0 ca1bca2e58 strcpy_s patches 2015-02-01 16:06:44 -07:00
zerosum0x0 5eac008849 Added buffer sizes for strcpy_s 2015-02-01 16:02:53 -07:00
Mr. eXoDia efb5a02fa0 DBG: command.cpp documentation 2014-12-10 22:55:23 +01:00
Mr. eXoDia ebbc42a451 doxygen template 2014-09-14 16:28:23 +02:00
Mr. eXoDia 698005bb81 DBG: converted some functions to UTF-8 (now you can debug/comment a file with chinese characters in it) 2014-09-13 00:28:05 +02:00
Mr. eXoDia c79bc82292 DBG: added some comments on where to update the string handling to UTF-8 2014-09-07 19:04:57 +02:00
Mr. eXoDia 5a214ab104 DBG: fixed all kinds of small coding bugs (thanks to Coverity) 2014-08-31 23:21:31 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
Mr. eXoDia 250271ed03 DBG: fixed many warnings on x64 (size_t conversions) 2014-07-07 17:13:57 +02:00
Mr. eXoDia b4c264ad8b DBG: fixed a bug with the '=' sign (non-existent variables were seen as invalid) 2014-05-09 21:51:56 +02:00
Mr. eXoDia c523a37dc0 DBG: fixed a bug in specialformat (thanks to Nukem for reporting!) 2014-04-30 01:16:12 +02:00
Mr. eXoDia 22e78f5a8d IsFileBeingDebugged problem 2014-04-14 23:06:08 +02:00
mr.exodia be36241a69 DBG: updated TitanEngine
BRIDGE: added LOOP_ENTRY definition
DBG: fixed a bug with strings
DBG: added an alloctrace feature (for debugging only)
DBG: added plugin callbacks: CB_ATTACH and CB_DETACH
GUI: added LOOP_ENTRY drawing
2013-12-25 15:39:54 +01:00
mr.exodia 4f77810f8f BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP
BRIDGE: added _dbg_dbgcmddirectexec import
DBG: added export: _plugin_registercommand & _plugin_unregistercommand
DBG: fixed a bug in 'labelfromstring' (with modules)
DBG: different command architechture (argc, argv[] now)
DBG: different CMDRESULT enum (for compatibility with plugins)
DBG: added cmddirectexec
2013-11-24 17:27:18 +01:00
mr.exodia da3fdf53a3 DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00