1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Nukem df8119250d Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_dbg/debugger.cpp
	x64_dbg_dbg/symbolinfo.cpp
	x64_dbg_dbg/threading.h
2015-03-28 15:13:17 -04:00
Nukem b56a1d4b91 Small code/style changes in math module 2015-03-28 15:03:58 -04:00
Nukem bf91af33e7 Inconsistent static functions in math.cpp 2015-03-28 14:40:28 -04:00
Nukem 79fa4e85c1 Disable more debug profile optimizations 2015-03-28 00:10:56 -04:00
Nukem 0f7b253c51 Revert "GUI: Fix memory deallocation bug"
This reverts commit f02e4d5f17.
2015-03-28 00:10:32 -04:00
Nukem f02e4d5f17 GUI: Fix memory deallocation bug 2015-03-27 23:11:56 -04:00
Nukem 269f42f09f Application manifest to fix AcLayers hooking 2015-03-27 22:49:53 -04:00
Mr. eXoDia 20fa55cc2b DBG: safe dbghelp functions 2015-03-28 03:28:06 +01:00
Nukem b090e31085 Missing file 2015-03-27 21:36:56 -04:00
Nukem 14ac3efd04 GUI: Fix sign extension bug (visual only) 2015-03-27 21:35:45 -04:00
Nukem 4e9a588c36 Redundant hashes in comment.cpp 2015-03-27 20:30:22 -04:00
Nukem c85f87fea2 Remove redundant hashes in bookmarks 2015-03-27 20:25:06 -04:00
Nukem 16ae9a82fb Possible sign extension bug 2015-03-27 19:31:43 -04:00
Nukem efaee6ffdd Add debug profile to visual studio project 2015-03-27 18:46:41 -04:00
Nukem 12fb5445ba Fix formatting in memory.cpp 2015-03-27 18:42:32 -04:00
Nukem f1a3e3cfa3 Add operator+ to dynamicmem
Also refactor class
2015-03-26 22:11:49 -04:00
Nukem d0936894a9 Optimize MemRead/MemWrite (add MemIsCanonicalAddress) 2015-03-26 21:57:45 -04:00
Nukem cea1f32b2d More unordered_map conversions 2015-03-26 19:54:01 -04:00
Nukem 36caae2b4f Fix possible memory leak in varfree 2015-03-26 18:58:48 -04:00
Nukem 753418a80d Capitalize global variable name 2015-03-26 18:46:55 -04:00
Nukem 4cb93d72e8 Replace std::map with std::unordered_map 2015-03-26 18:40:15 -04:00
Nukem 78d4efc312 Partially refactor memory.cpp/.h 2015-03-25 22:17:52 -04:00
Nukem 5bd3a0b5a7 Optimize SectionLocker to use fewer runtime variables 2015-03-22 21:56:25 -04:00
Nukem 5b948d974f Better shared SRWLock code (Template class) 2015-03-22 21:19:28 -04:00
Nukem 7cd657abe6 Multiprocessor compilation 2015-03-22 21:16:08 -04:00
Nukem 4c115e5e7e Fix recursive deadlocks / some small bugs 2015-03-22 21:14:18 -04:00
Nukem b42bb8a19e Refactor comment.cpp/.h 2015-03-22 19:03:04 -04:00
Nukem9 05c84c33ee Merged mrexodia/x64_dbg into master 2015-03-22 18:25:24 -04:00
Mr. eXoDia 0fb5f7590b GUI: some fixes with importing patches 2015-03-22 14:09:43 +01:00
mrexodia 4cdf15b72e Merged in ultramancool/x64_dbg (pull request #44)
settings gui scaling support
2015-03-21 19:39:15 +01:00
Nukem f161227174 Fix BpGetCount and some warnings 2015-03-18 19:25:18 -04:00
Nukem a80f6f0bf9 Use a local buffer in dprintf 2015-03-18 19:12:34 -04:00
Nukem e6b9a681b0 Change module function parameter names 2015-03-18 19:08:46 -04:00
Nukem 179c5ea5dd Missing SHARED_ACQUIRE 2015-03-18 19:04:00 -04:00
Nukem 0abe4fc1bd Refactor function.cpp/.h 2015-03-18 19:03:18 -04:00
Nukem 003babb4bb Small BpEnumAll optimization 2015-03-18 17:00:30 -04:00
Nukem 94ec4a822f Fix possible for loop iterator bug 2015-03-18 16:56:45 -04:00
Nukem 9d03839918 Small cleanup 2015-03-18 16:51:36 -04:00
Nukem 31f816afd1 Change 'bookmark' function names (capitalization) 2015-03-18 16:45:40 -04:00
Nukem 66c290c331 Small compile-time optimization for locks 2015-03-18 16:35:42 -04:00
Nukem 4e19f58bbe Create SymGetModuleList() 2015-03-17 21:42:20 -04:00
Nukem efa87720f6 EnumModules() inline lambda 2015-03-17 21:37:14 -04:00
Nukem ebb46e67a0 Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
Nukem 61c731693c Refactor symbolinfo.cpp/.h 2015-03-17 16:46:06 -04:00
Nukem 722665fe53 Use foreach() loops in thread.cpp 2015-03-16 22:47:40 -04:00
Nukem d38817c9ac Missing thread lock 2015-03-15 22:33:29 -04:00
ultra 9bad5fceea settings gui scaling support 2015-03-15 21:43:24 -04:00
Nukem 3d454323e4 More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
Nukem c84b2e40c8 VS2013 project 2015-03-15 21:27:35 -04:00
Nukem c36f4708a7 Refactor bookmark.cpp 2015-03-11 19:16:22 -04:00