1
0
Fork 0
Commit Graph

798 Commits

Author SHA1 Message Date
Mr. eXoDia 61fa77d3ac DBG + GUI: don't try to set breakpoints on invalid TLS callbacks + added time wasted counter + added version number in menu bar 2015-08-08 15:55:59 +02:00
Mr. eXoDia f0565fb57b DBG: section enumeration now actually works :D 2015-08-02 19:53:01 +02:00
Mr. eXoDia 11921963d9 DBG+BRIDGE: fixed a small buffer overrun bug and also fixed a warning with signed/unsigned comparison 2015-08-02 19:17:17 +02:00
Mr. eXoDia 4c313061cf DBG: fixed a bug in the module enumeration function + better readable ListInfo (now you can use ListOf(ModuleInfo) instead of ListInfo*) 2015-08-02 19:06:51 +02:00
Mr. eXoDia 11affdd5f0 DBG: resolved issue #355 (truncated strings in disassembly and with string search) 2015-08-02 18:13:55 +02:00
Mr. eXoDia eac21d6a3b DBG: better callstack (soon fixing #301) + added some functions in memory.cpp 2015-07-31 20:11:55 +02:00
Mr. eXoDia 6a269202c3 DBG: resolved issue #343 (portable symbol path with custom behavior) 2015-07-31 19:56:51 +02:00
Mr. eXoDia 5ef020dcbd DBG: updated the capstone wrapper for const-correctness 2015-07-31 19:47:35 +02:00
Mr. eXoDia 3d9e397534 DBG: resolved issue #352 (x64dbg should now work properly with network paths) 2015-07-30 18:50:39 +02:00
Mr. eXoDia f3ad2bc8b5 DBG: extended script api with module and section enumeration functions 2015-07-23 19:26:18 +02:00
fileoffset f041498bd7 Fixing fix of bug #340. strncpy_s was copying maxlen instead of actual len. 2015-07-20 22:48:07 +10:00
Nukem 69c8847f8e DBG: Minor code changes 2015-07-17 21:05:35 -04:00
Nukem 12c6013fd0 DBG: Use module exports in FunctionPass 2015-07-17 21:05:19 -04:00
Nukem 8016b3973a DBG: Fix visual bug in reference view init 2015-07-17 21:04:03 -04:00
Mr. eXoDia e7d46eb214 DBG: close the handle when it is no longer needed 2015-07-18 01:07:24 +02:00
Nukem d883ae820d DBG: Fix more ReSharper warnings 2015-07-17 02:46:25 -04:00
Nukem 9d67cb9a66 DBG: _WIN32_WINNT -> WinXP (0x501) 2015-07-17 02:27:01 -04:00
Nukem 9d5860d1e1 DBG: Win8.1 kernel bug appears to be fixed 2015-07-17 01:22:20 -04:00
Nukem f395530cf0 DBG: Win32 HANDLE -> Handle class 2015-07-16 23:48:28 -04:00
Nukem d1ada48fc5 DBG: Specialize templates for class pointers in dynamicptr 2015-07-16 20:36:50 -04:00
Nukem 341df8b867 DBG: RemoteMemberPtr to avoid reading/caching entire structures 2015-07-16 04:04:22 -04:00
Nukem 9f048239d7 DBG: Update RemotePtr/Use RemotePtr in ThreadGetLastErrorTEB 2015-07-16 02:11:28 -04:00
Nukem 1706f169eb DBG: Add RPC server exceptions + fix warnings 2015-07-16 01:20:46 -04:00
Nukem 1eac42ef99 DBG: Reuse StackEntryFromFrame in stackinfo.cpp 2015-07-16 01:06:04 -04:00
Nukem 7876663f86 DBG: Set invalid OEP only when not a dll (and some other fixes) 2015-07-15 21:29:13 -04:00
Nukem 570d2e51c4 DBG: Fix warnings 2015-07-15 20:54:51 -04:00
Nukem 1e5c8082b2 DBG: Clean up code from previous commit 2015-07-15 20:39:37 -04:00
Nukem 4d91e847db DBG: Fix #340 2015-07-15 20:14:34 -04:00
Mr. eXoDia 4ad1a28942 DBG+BRIDGE: fixed a possible race condition with locks (hail multi-threading!) 2015-07-16 00:30:14 +02:00
Nukem 3e1ad4d154 DBG: YieldProcessor() in MsgWait for single core machines 2015-07-15 17:44:30 -04:00
Nukem be6dc8a139 DBG: Clean ModLoad() and fix a problem with OEP set to 0 2015-07-15 00:56:01 -04:00
Nukem 7a9cc48888 DBG: Acquire ownership of message stack before freeing it 2015-07-14 21:56:42 -04:00
Nukem 1a9c2c9c09 DBG: Fix buffer overflow when reading from CachePath 2015-07-14 21:54:14 -04:00
Nukem e8a39e7e79 DBG: vector::clear() is redundant right before destructor 2015-07-14 21:10:00 -04:00
Nukem b999f58416 DBG: Remove a few now-redundant type casts 2015-07-14 20:58:45 -04:00
Nukem ac2d814fa0 DBG: Avoid accidental use of global locker context functions 2015-07-14 20:40:18 -04:00
Nukem 2727db7408 DBG: Clarify some comments in threading 2015-07-14 20:35:01 -04:00
Mr. eXoDia 4505f9f652 DBG+BRIDGE+GUI: resolved a possible race condition on the lock initialization 2015-07-15 02:05:10 +02:00
Mr. eXoDia 5634206e85 DBG: resolved issue #78 (added virtual module support) 2015-07-14 14:03:20 +02:00
Mr. eXoDia 6612e59d81 DBG: added auto label for the entry point of modules 2015-07-14 14:02:12 +02:00
Mr. eXoDia 1039f452b1 DBG: working on Windows XP again. But still guys, buy a new operating system... 2015-07-14 12:13:24 +02:00
Mr. eXoDia f55e4bd020 DBG: refactor plugin_loader.cpp 2015-07-14 09:20:38 +02:00
Mr. eXoDia ba63ac3057 DBG: fixed huge memleak (probably also related to issue #323 and/or #303) 2015-07-14 08:25:50 +02:00
Mr. eXoDia 1083a365d2 DBG: fixed memory leaks 2015-07-14 08:25:40 +02:00
Nukem 423e320f0f DBG: Prototype RemotePtr class 2015-07-13 22:18:58 -04:00
Nukem 391a90862a DBG: Callback handles in stackinfo (StackWalk64) have been verified 2015-07-13 22:15:10 -04:00
Nukem 7d81eea81c DBG: More redundant string terminations (cleared by above memset()) 2015-07-13 22:13:17 -04:00
Mr. eXoDia d3da3e867e DBG: fixed some more stuff (event filters are not not executed when the debugger is already closed) 2015-07-14 02:27:35 +02:00
Mr. eXoDia 8ff5012cd5 DBG: unregister dbghelp callback when doing dbghelp cleanup (might have to do with issue #303) 2015-07-14 01:24:40 +02:00
Nukem 6dfcfd99e7 Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-13 17:16:06 -04:00