1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Duncan Ogilvie 6c807c1fe3 Merge pull request #556 from blaquee/shortcuts
add desktop shortcuts to launcher
2016-02-24 00:47:58 +01:00
GLindor d682380f0d add desktop shortcuts to launcher 2016-02-23 18:28:41 -05:00
mrexodia f9e5d54346 DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
Duncan Ogilvie 45899f70d2 Merge pull request #552 from blaquee/shell_icon
Add Icon to right click Context menu for shell extension.
2016-02-24 00:15:37 +01:00
mrexodia 3f4711702d DBG: error message when CreateProcess failed + fixed a bug with binary search in the memory map 2016-02-23 02:26:31 +01:00
GLindor 42e34286aa ran astylewhore 2016-02-21 19:53:40 -05:00
GLindor efd85800d1 Style changes. 2016-02-21 19:46:51 -05:00
GLindor 964e0731f3 Add Icon to right click Context menu for shell extension. 2016-02-21 17:16:48 -05:00
Nukem 2c006cdeff DBG: Temporary hack to check #551 2016-02-19 10:00:56 -05:00
Duncan Ogilvie 4626351c6a Merge pull request #547 from blaquee/stackview_dump_at
Stackview dump at Implementation
2016-02-19 04:28:42 +01:00
mrexodia 27c83507e8 DBG: fixed a bug with the debuggee notes being cleared on manual database save 2016-02-19 04:26:53 +01:00
GLindor a7420ecfe0 fixed wrong address being followed bug 2016-02-18 19:46:18 -05:00
GLindor 9fb8ba706f stack view follow in dump N implementation 2016-02-18 15:47:50 -05:00
mrexodia d9f0639b0d DBG: finally have "<<" and ">>" for shl and shr 2016-02-18 03:43:29 +01:00
mrexodia c0e41aed15 DBG: removed debug log statement in value.cpp 2016-02-18 02:54:13 +01:00
mrexodia 23c0dc6f5c DBG: resolved issue #544 ([[esp]] now works as it's supposed to) 2016-02-18 02:41:19 +01:00
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