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 |
Nukem
|
0a69aa95e9
|
Begin using shared locks
|
2015-03-11 18:14:25 -04:00 |
Nukem
|
ff52bc2321
|
Merge branch 'master' of https://bitbucket.org/Nukem9/x64_dbg
|
2015-03-10 21:32:59 -04:00 |
Nukem
|
47306590cc
|
Refactor Thread.cpp/.h
|
2015-03-10 21:25:18 -04:00 |
Nukem
|
125f07ff6c
|
Refactor CriticalSectionLocker
|
2015-03-10 21:24:47 -04:00 |
Nukem
|
0f1923d65e
|
Order exception list by number
|
2015-03-10 20:13:37 -04:00 |
Nukem9
|
57c44b4678
|
Merged mrexodia/x64_dbg into master
|
2015-03-10 13:35:58 -04:00 |
Mr. eXoDia
|
1f080ede2c
|
GUI: update hex when editing ascii/unicode in HexEditDialog
|
2015-02-20 17:57:30 +01:00 |
Mr. eXoDia
|
9120de5f84
|
DBG: rmp.cpp (start of better readmemory code)
|
2015-02-07 19:28:20 +01:00 |
Mr. eXoDia
|
e46c3d879d
|
GUI: report bug option + small GUI changes
|
2015-02-04 02:02:42 +01:00 |
Mr. eXoDia
|
dd82db43cc
|
DBG: fixed a small bug with the memory map on process start
|
2015-02-04 00:27:49 +01:00 |
Mr. eXoDia
|
9d78dfbbd6
|
GUI: close all tabs button in reference view + fixed annoying next line selection in references
|
2015-02-04 00:02:34 +01:00 |
Mr. eXoDia
|
59038b5e94
|
DBG: added separate file for pattern finding
|
2015-02-02 01:05:11 +01:00 |
Mr. eXoDia
|
d1c92eeb55
|
DBG: fixed most strcpy_s problems
|
2015-02-02 00:58:25 +01:00 |
mrexodia
|
9178b28ece
|
Merged in zerosum0x0/x64_dbg (pull request #43)
a few strcpy_s patches
|
2015-02-02 00:26:05 +01:00 |
zerosum0x0
|
ca1bca2e58
|
strcpy_s patches
|
2015-02-01 16:06:44 -07:00 |
zerosum0x0
|
7b5ea5f878
|
strcpy_s patch for bridgemain.cpp
|
2015-02-01 16:04:33 -07:00 |