Duncan Ogilvie
|
004607867b
|
Merge pull request #578 from blaquee/cpu_follow_in_disasm
Follow in CPU in Disassembly view
|
2016-02-27 05:21:15 +01:00 |
GLindor
|
b8479bd43f
|
Follow in CPU in Disassembly view
|
2016-02-26 23:01:28 -05:00 |
mrexodia
|
cfd1bc127f
|
GUI: some minor enhancements with icons and fixed a duplicate shortcut
|
2016-02-27 02:16:34 +01:00 |
Duncan Ogilvie
|
4a1122d412
|
Merge pull request #577 from RaMMicHaeL/patch2
merged, thanks!
|
2016-02-27 02:12:04 +01:00 |
mrexodia
|
9ac27751d9
|
DBG: fixed a few bugs with reference finding
|
2016-02-27 01:55:27 +01:00 |
Duncan Ogilvie
|
3d6e474efe
|
Merge pull request #576 from RaMMicHaeL/patch1
Fixed: X86_INS_LOOP shouldn't be of type Unconditional
|
2016-02-26 15:03:51 +01:00 |
RaMMicHaeL
|
8170f99b3c
|
Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries
|
2016-02-26 15:52:02 +02:00 |
RaMMicHaeL
|
8d3f6796a8
|
Fixed: X86_INS_LOOP shouldn't be of type Unconditional
|
2016-02-26 15:35:23 +02:00 |
mrexodia
|
2001885537
|
LAUNCHER: shell extension how has icons
|
2016-02-25 04:00:09 +01:00 |
mrexodia
|
6e128ddfea
|
GUI: fixed the update checker (hopefully)
|
2016-02-25 03:37:45 +01:00 |
mrexodia
|
ea39c7ba48
|
DBG: workaround for issue #551 (backup databases before attempting to write them)
|
2016-02-25 02:22:37 +01:00 |
mrexodia
|
b4c6c09faf
|
DBG: cache modules (should speed up stepping quite a bit), closed issue #566
|
2016-02-25 02:13:09 +01:00 |
Duncan Ogilvie
|
4699d415ca
|
Merge pull request #560 from blaquee/development
attempting to refactor the code to be more compliant with MS crazy st…
|
2016-02-24 20:54:06 +01:00 |
GLindor
|
db55578437
|
remove unneeded CoInitialize()
|
2016-02-24 12:35:57 -05:00 |
GLindor
|
e2f0d77a87
|
Merge branch 'development' of https://github.com/x64dbg/x64dbg into development
|
2016-02-24 12:20:45 -05:00 |
GLindor
|
fee26db781
|
attempting to refactor the code to be more compliant with MS crazy string theories. #define UNICODE is needed, or we can change project setting to enforce unicode and avoid ansi/unicode hell.
|
2016-02-24 12:13:21 -05:00 |
Duncan Ogilvie
|
0e1ba9fb64
|
Merge pull request #557 from blaquee/development
bug fix, release interfaces on early failure
|
2016-02-24 02:48:08 +01:00 |
GLindor
|
259d4fd2f0
|
bug fix, release interfaces on early failure
|
2016-02-23 20:33:08 -05:00 |
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 |