Mr. eXoDia
|
d1c92eeb55
|
DBG: fixed most strcpy_s problems
|
2015-02-02 00:58:25 +01:00 |
zerosum0x0
|
6f36c0d69b
|
applied formatting
|
2015-02-01 08:49:39 -07:00 |
zerosum0x0
|
4a955c6b13
|
Fixes for three C4313 warnings on sprintf.
|
2015-02-01 08:37:01 -07:00 |
Mr. eXoDia
|
d73f926918
|
DBG: split up addrinfo to multiple files
|
2015-01-23 17:41:01 +01:00 |
Mr. eXoDia
|
c6caf21e26
|
DBG: fixed hardware breakpoints on execute
|
2015-01-05 14:12:20 +01:00 |
Mr. eXoDia
|
3a15a26a6e
|
DBG: hardware breakpoints working again
|
2015-01-03 20:45:52 +01:00 |
Nukem
|
ff2b7422c7
|
DBG: Capitalize status messages
|
2015-01-02 13:01:45 -05:00 |
Mr. eXoDia
|
3b755c9279
|
DBG: resolved issue #211 (added a 'skip' command to skip the next instruction)
|
2014-12-14 03:07:45 +01:00 |
SmilingWolf
|
072f18b3c1
|
Threads problem: FIXED
|
2014-12-12 21:53:43 +01:00 |
SmilingWolf
|
df4159720f
|
Merge remote-tracking branch 'remotes/mrexodia/x64_dbg/master' into loadlib_asm
|
2014-12-12 21:49:48 +01:00 |
SmilingWolf
|
5fe328e73c
|
Implemented (almost) all of the suggested fixes
|
2014-12-12 20:06:22 +01:00 |
Mr. eXoDia
|
24ca2b4af3
|
DBG: resolve shortcut files
|
2014-12-12 15:45:38 +01:00 |
Mr. eXoDia
|
90c7c2393a
|
DBG: added suspend/resume all threads
|
2014-12-11 17:49:36 +01:00 |
SmilingWolf
|
2ea09c39bd
|
Clear the trap flag
|
2014-12-08 15:48:18 +01:00 |
SmilingWolf
|
2aac3c2de9
|
(Re)implemented loadlib using inline asm: save the current context, allocate a memory page in the debugged process' context, assemble a CALL LoadLibraryA there, execute it and then free the memory and restore the previous context.
|
2014-12-08 02:04:00 +01:00 |
Mr. eXoDia
|
021bc4d778
|
DBG: removed crappy UString class and moved string manipulation/conversion functions in a StringUtils class
|
2014-11-15 14:56:29 +01:00 |
Mr. eXoDia
|
e7c15d2596
|
DBG: fixed some bugs wirh printing the debug string + thread name + fixed SetThreadName
|
2014-11-09 00:44:25 +01:00 |
dreg_fr33project
|
ed0f837dfd
|
jit support improved
|
2014-11-08 13:48:48 +01:00 |
Mr. eXoDia
|
ebae693694
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
Mr. eXoDia
|
192b0e3e37
|
Merge branch 'master' into utf8_support
|
2014-09-14 23:13:50 +02:00 |
Mr. eXoDia
|
b86f9144f7
|
DBG+GUI: fixed some problems with the memory map not being updated.
|
2014-09-14 23:13:17 +02:00 |
Mr. eXoDia
|
7bff9f825c
|
DBG: always update the memory map on script commands 'setpagerights', 'alloc' and 'free' (notice that GuiUpdateMemoryView() doesn't take time, so it's useless to use an argument for that, memupdatemap eats time).
|
2014-09-14 19:25:08 +02:00 |
Mr. eXoDia
|
f8510841f4
|
DBG: more UTF-8 support
|
2014-09-14 17:56:43 +02:00 |
Mr. eXoDia
|
9aee1461e9
|
DBG: more UTF-8 support (now you can attach to chinese processes without problems too)
|
2014-09-14 17:53:36 +02:00 |
Mr. eXoDia
|
9fa06becc0
|
Merge branch 'master' into utf8_support
|
2014-09-14 16:35:44 +02:00 |
Mr. eXoDia
|
ee88a8bd72
|
DBG+GUI: some refactoring + formatting
|
2014-09-13 21:55:23 +02:00 |
Mr. eXoDia
|
12c924b6c3
|
Merge branch 'master' into utf8_support
|
2014-09-13 00:29:47 +02:00 |
Mr. eXoDia
|
8d6e2d2b5a
|
DBG: basic UTF-8 support.
|
2014-09-11 21:22:10 +02:00 |
dreg_fr33project
|
31e329593f
|
little fix function name
|
2014-09-08 04:49:34 +02:00 |
dreg_fr33project
|
c0db39cb70
|
pull request fixed v1
|
2014-09-08 04:45:46 +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 |
dreg_fr33project
|
1d4637add9
|
GuiUpdateMemoryView stuff
|
2014-09-03 10:15:14 +02:00 |
dreg_fr33project
|
4bf215bdc6
|
finish getcommandline and set command line stuff first release
|
2014-09-03 06:41:31 +02:00 |
David Reguera Garcia
|
f83e805e00
|
Merged mrexodia/x64_dbg into master
|
2014-09-02 05:11:57 +02:00 |
dreg_fr33project
|
542e62f365
|
first changecmdline stuff
|
2014-09-02 04:48:33 +02:00 |
Mr. eXoDia
|
5a214ab104
|
DBG: fixed all kinds of small coding bugs (thanks to Coverity)
|
2014-08-31 23:21:31 +02:00 |
dreg_fr33project
|
7560ee9aec
|
JIT fixes and more improvements (admin check etc.)
|
2014-08-18 09:43:32 +02:00 |
dreg_fr33project
|
a85c7e5b45
|
Memory Rights finish
|
2014-08-18 08:41:24 +02:00 |
dreg_fr33project
|
ce343b06a9
|
some fixes in JIT stuff
|
2014-08-10 15:44:24 +02:00 |
dreg_fr33project
|
097e57a47f
|
new setjit args, changes in JIT stuff, better JIT GUI and some fixes
|
2014-08-10 15:36:51 +02:00 |
Mr. eXoDia
|
44138bb4cf
|
DBG: the grammar nazi came around
|
2014-08-08 16:16:21 +02:00 |
dreg_fr33project
|
41ddea139e
|
new jit and jet auto stuff improves, wow64 stuff and auto registry creation stuff
|
2014-08-08 15:31:17 +02:00 |
Mr. eXoDia
|
bab2aef85a
|
DBG: fixed a bug in the getjit function.
|
2014-08-07 20:12:52 +02:00 |
Mr. eXoDia
|
d6677d462f
|
DBG: use dynamic memory class as much as possible
|
2014-08-06 22:48:04 +02:00 |
Mr. eXoDia
|
4122202a66
|
PROJECT: formatting
|
2014-08-06 10:27:13 +02:00 |
dreg_fr33project
|
a68d95d77d
|
JIT AUTO SUTFF - before attaching - and some code improves
|
2014-08-05 22:19:09 +02:00 |
Mr. eXoDia
|
091af5d362
|
DBG+GUI+PROJECT: JIT Debugging now actually works (before it would hang in WaitForMultipleObjects) + added JIT restore option + updated help
|
2014-08-05 07:39:15 +02:00 |
Mr. eXoDia
|
520d063a79
|
DBG: automatically stop debugging when trying to attach/initialize while still in a session + added Handle class + added DbgFunctions()->GetProcessList
|
2014-08-05 04:28:48 +02:00 |
Mr. eXoDia
|
fa1377be12
|
GUI: fixed a compile problem
DBG: formatting
|
2014-08-05 01:21:17 +02:00 |
Mr. eXoDia
|
9b1867bb5b
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |