mrexodia
|
359a2ae392
|
DBG: fixed the memory map to show reserved pages (fixes various issues, can't find them)
|
2016-02-18 01:23:52 +01:00 |
Nukem
|
f49e145417
|
EXE: Replace AddVectoredExceptionHandler with SetUnhandledExceptionFilter. See #525 for more info.
|
2016-02-16 16:47:17 -05:00 |
Nukem
|
6034541458
|
GUI: Fix double space in infobox
|
2016-02-15 19:18:57 -05:00 |
Nukem
|
a6027b6136
|
DBG: Remove print for "Program is already running"
fixes #528
|
2016-02-15 19:18:34 -05:00 |
Nukem
|
2b03693bf6
|
DBG: Use duplicated handle rather than the debug-event-provided handle
(Prevents early CloseHandle() by outside sources)
|
2016-02-15 01:12:19 -05:00 |
mrexodia
|
be26a685c0
|
GUI: resolved issue #537 (Hide/Show FPU button font now syncs with the RegistersView font)
|
2016-02-15 05:04:59 +01:00 |
Nukem
|
e2ce073c8a
|
DBG: Small memory optimization in AnalysisPass
|
2016-02-14 18:44:15 -05:00 |
Nukem
|
255a139bcf
|
GUI: Use SearchListView in attach dialog
|
2016-02-14 18:43:41 -05:00 |
Nukem
|
a8c6aabfb4
|
GUI: Rewrite SearchListView to remove UI file
|
2016-02-14 18:32:23 -05:00 |
Duncan Ogilvie
|
0d17101ba8
|
Merge pull request #501 from x64dbg/searchlistview
Searchlistview
|
2016-02-14 22:30:53 +01:00 |
Duncan Ogilvie
|
a6d8ee43a5
|
Merge pull request #533 from blaquee/memdump
Dump Memory Regions
|
2016-02-14 22:26:22 +01:00 |
mrexodia
|
a9c711906d
|
GUI+BRIDGE: added api for argument visualisation http://i.imgur.com/RGqrudU.png
|
2016-02-14 21:30:27 +01:00 |
glindor
|
192650d9da
|
path fixup
Using Qt's toNativeSeperators to ensure we're converting to OS supported
paths
|
2016-02-14 00:37:01 -05:00 |
glindor
|
12e16e154e
|
improvements
per PR comments
|
2016-02-13 21:15:44 -05:00 |
glindor
|
d5f3f70c73
|
Dump Memory Regions
Added ability to dump mapped memory to file
|
2016-02-13 14:25:53 -05:00 |
mrexodia
|
93f7196fe4
|
DBG: added Script DLL, create a DLL with the export Start of AsyncStart (async if you want to use Script::Debug features)
|
2016-02-13 01:40:13 +01:00 |
mrexodia
|
e4b890d8c0
|
PROJECT: updated capstone_wrapper (should be faster now)
|
2016-02-12 02:01:45 +01:00 |
mrexodia
|
60bddf62d0
|
DBG: format code
|
2016-02-11 17:32:46 +01:00 |
mrexodia
|
ee1ced186f
|
updated capstone_wrapper (capstone next jan 2016)
|
2016-02-11 17:32:25 +01:00 |
Nukem
|
e0ec0c8f41
|
GUI: Update dd_real/float128
|
2016-02-09 19:28:13 -05:00 |
Duncan Ogilvie
|
d379dd0023
|
added waffle badge
|
2016-02-09 19:13:29 +01:00 |
mrexodia
|
4fff09277b
|
DBG: fixed invalid report of "Assembled branch does not point to an executable memory region!"
|
2016-02-09 16:47:58 +01:00 |
Nukem
|
bc9c05537f
|
DBG: More header guards
|
2016-01-24 18:49:14 -05:00 |
Nukem
|
d30d34835f
|
DBG: Start normalizing header guards
|
2016-01-24 18:41:59 -05:00 |
Nukem
|
dd7e3cfa85
|
DBG: Implement most functions for exception handlers (SEH missing)
|
2016-01-24 18:38:46 -05:00 |
Nukem
|
92ae0058c6
|
DBG: MemDecodePointer (RtlDecodePointer)
|
2016-01-24 17:18:29 -05:00 |
mrexodia
|
dbbf01e963
|
DBG: updated Scylla (it will now automatically use CIP as the entry point which is almost always what you expect)
|
2016-01-21 02:33:14 +01:00 |
Nukem
|
4464b2be26
|
DBG: Allow GUI to initialize once if no debug events are selected
|
2016-01-18 23:42:20 -05:00 |
mrexodia
|
62c6408007
|
GUI: code formatting (newlines)
|
2016-01-19 04:09:57 +01:00 |
mrexodia
|
81117392ec
|
DBG: merged threadDebugLoop and threadAttachLoop in one function to prevent bugs
|
2016-01-19 04:09:00 +01:00 |
Duncan Ogilvie
|
1206486ec8
|
changed misleading error message (issue #504)
|
2016-01-14 15:18:15 +01:00 |
Nukem
|
b5e45bb1af
|
DBG: Fix #502 (patching files w/ readonly flag)
|
2016-01-14 01:05:39 -05:00 |
Nukem
|
9c897e58ab
|
GUI: Support 17 digit precision and exponents -4931 to 4932 in FPU
|
2016-01-13 19:39:28 -05:00 |
Nukem
|
c3b6c470ee
|
GUI: Handle standard/scientific notation. Exponents > 308 are bugged.
Replacement for Float128 pending.
|
2016-01-12 23:28:55 -05:00 |
Nukem
|
d550d3e264
|
DBG: Missing GetLastError code
|
2016-01-12 16:54:07 -05:00 |
Nukem
|
6fc3258f01
|
GUI: Implement ToLongDoubleString
|
2016-01-12 16:26:09 -05:00 |
Nukem
|
f0fc15c96b
|
GUI: Add float128 support library (dd_real)
|
2016-01-12 16:15:26 -05:00 |
mrexodia
|
c53f5b5d6c
|
DBG: start of symbol enumeration function
|
2016-01-12 04:09:07 +01:00 |
mrexodia
|
5ffe220a8d
|
GUI: floating pointer to string conversion functions in StringUtil.h
|
2016-01-12 04:09:06 +01:00 |
mrexodia
|
fcbdf27c55
|
DBG: shit with label
|
2016-01-12 04:09:05 +01:00 |
Nukem
|
4d1245c046
|
GUI: if() -> switch() in RegistersView
|
2016-01-11 19:11:45 -05:00 |
mrexodia
|
b69ef83e01
|
DBG: improved Script:: Bookmark/Comment/Function/Label functions
|
2016-01-11 23:00:10 +01:00 |
Nukem
|
38324960cd
|
GUI: Fix shortcuts when using SearchListView
|
2016-01-10 19:39:22 -05:00 |
Nukem
|
0aad694d92
|
GUI: Refactor SearchListView to use setFocusProxy instead
|
2016-01-10 02:29:15 -05:00 |
mrexodia
|
e1dfb0c813
|
DBG: fixed #ifndef
|
2016-01-08 16:30:58 +01:00 |
mrexodia
|
152816542f
|
DBG+GUI+BRIDGE: fixed all kinds of small errors (thanks to coverity!)
|
2016-01-08 10:49:02 +01:00 |
Nukem
|
140f33441a
|
DBG: Fix deleted submodule link
|
2016-01-07 16:37:13 -05:00 |
mrexodia
|
2dec765e3e
|
PROJECT: fixed capstone_wrapper submodule (lol fail)
|
2016-01-07 17:08:28 +01:00 |
mrexodia
|
63c3101f38
|
PROJECT: capstone_wrapper as a submodule
|
2016-01-07 17:06:30 +01:00 |
mrexodia
|
83e164e4ac
|
DBG: small fixes in controlflowanalysis
|
2016-01-07 17:04:26 +01:00 |