1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
mrexodia 0d4e0bb065 DBG: implemented caching (lookup in the memory map) for MemIsValidReadPtr + check MemIsValidReadPtr in MemRead (this improves performance quite a bit) 2016-03-05 13:03:30 +01:00
mrexodia 1141309a40 PROJECT: ignore pin log file 2016-03-05 13:03:30 +01:00
mrexodia 743dc202b4 DBG: added a few more exception names 2016-03-05 13:03:29 +01:00
Duncan Ogilvie 3ae1bfc989 Merge pull request #594 from RaMMicHaeL/patch7
Thanks again!
2016-03-05 12:48:39 +01:00
RaMMicHaeL 9c8f7adbcf Fixed removal of DLLLoader.exe 2016-03-05 13:45:52 +02:00
Duncan Ogilvie 8071a4b07a Merge pull request #593 from RaMMicHaeL/patch6
Free module file handles upon cleanup
2016-03-05 12:33:26 +01:00
Duncan Ogilvie 390d39a5b4 Merge pull request #582 from RaMMicHaeL/patch5
Removing a label/comment which didn't exist shouldn't be an error
2016-03-05 12:33:20 +01:00
RaMMicHaeL 6e9b125351 Free module file handles upon cleanup 2016-03-05 13:20:14 +02:00
mrexodia 50aa0b83ab GUI: removed useless ";" when copying the disasm. 2016-03-04 16:54:47 +01:00
Duncan Ogilvie f0293bc387 Merge pull request #581 from RaMMicHaeL/patch4
looking good! thanks
2016-02-29 02:56:36 +01:00
RaMMicHaeL ed9ff023d8 Removing a label/comment which didn't exist shouldn't be an error 2016-02-27 18:12:37 +02:00
RaMMicHaeL 8e706ed69d Continue running MemFindInMap even if unreadable pages exist 2016-02-27 16:44:30 +02:00
Duncan Ogilvie a52eeb9e6e Merge pull request #579 from RaMMicHaeL/patch3
thanks!
2016-02-27 11:46:56 +01:00
RaMMicHaeL ae2d3fdf12 Fixed LabelDelRange 2016-02-27 12:37:30 +02:00
mrexodia 967db9cfc9 GUI: on x64 give the function argument registers (rcx, rdx, r8, r9) a different color (can be changed in the AppearanceDialog if you don't like it) 2016-02-27 06:01:05 +01:00
mrexodia 9c5339f5d3 GUI: slightly improved the follow in disassembly menu 2016-02-27 05:40:55 +01:00
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