1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Nukem b8d107317f DBG: Remove annoying _WIN64 defines in scriptapi_memory 2015-10-18 15:10:22 -04:00
Nukem 3233e9fd9b DBG: Fix potential bug in ThreadGetList (uninitialized variable) 2015-10-18 14:49:18 -04:00
Nukem 2a43e32820 DBG: Standardize assert function names 2015-10-18 14:09:50 -04:00
Nukem 00a028bb7c BRIDGE: Fix duplicate forward declaration (see: pull request #405) 2015-10-18 14:09:21 -04:00
Nukem 8edc982597 DBG: Auto-formatting 2015-10-18 13:48:44 -04:00
Nukem 5e21927f7b DBG: Use async send in msgqueue 2015-10-18 12:58:35 -04:00
Nukem e8d1904211 PROJECT: Use 2013 for default setenv 2015-10-18 12:58:08 -04:00
Mr. eXoDia 02eddcb406 DBG: start of capstone gui things (sorry for pushing this, but i dont wanna go around with usb sticks) 2015-10-18 18:42:48 +02:00
Nukem 603e130092 PROJECT: Re-add scheme.vsd by request 2015-10-18 12:35:31 -04:00
Nukem c67cdf447e DBG: More minor asserts 2015-10-18 02:03:28 -04:00
Nukem b9b8e4ada2 DBG: Fix visual display of callstack 2015-10-18 01:40:23 -04:00
Nukem 0f41be54d9 GUI: Include capstone files 2015-10-18 01:31:03 -04:00
Nukem d71ac5458b DBG: Second attempt at removing while/sleep from msgqueue 2015-10-18 01:30:52 -04:00
Nukem 166d402cef DBG: Remove unnecessary assert 2015-10-17 23:39:08 -04:00
Nukem c00ae0bb1b GUI: Fix debugbreak when RegistersView::paintEvent is called 2015-10-17 23:34:23 -04:00
Nukem c0a9ec5a50 DBG: Add asserts in a bunch of places 2015-10-17 23:32:52 -04:00
Nukem 394cae37eb EXE: Fix #385 2015-10-17 22:38:49 -04:00
Nukem ad3b84c419 PROJECT: Don't ignore the reg file 2015-10-17 21:18:42 -04:00
Nukem c0a6040ded GUI: Fix #409 2015-10-17 21:12:27 -04:00
Nukem a5c85b7710 DBG: Very minor 2015-10-17 20:40:01 -04:00
Nukem 8ee7f7eaad GUI/PROJECT: Fixing various errors 2015-10-17 20:15:21 -04:00
Nukem 33dea5d705 GUI: Replacing uint_t and int_t 2015-10-17 20:00:15 -04:00
Nukem b48fd41967 DBG: Replace dsint 2015-10-17 19:54:23 -04:00
Nukem f23b5af60a DBG: Replacing uint with duint 2015-10-17 19:52:02 -04:00
Nukem eda641f6a7 DBG: Only use StackWalk64 for stack info 2015-10-17 19:35:55 -04:00
Nukem 50008401ee DBG: Update exception name 2015-10-17 19:34:33 -04:00
Nukem e61921d449 PROJECT: Update most batch scripts 2015-10-17 18:58:15 -04:00
Nukem 772167b29e PROJECT: Fixing .gitignore 2015-10-17 18:01:01 -04:00
Nukem 5c6a2efdf6 GUI: Update QMake file 2015-10-17 17:53:53 -04:00
Nukem 2297a92935 PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
Mr. eXoDia cb173d28a1 GUI: resolved issue #407 (copy address + rva in dump and disasm) 2015-10-15 17:38:50 +02:00
Mr. eXoDia 0195c20936 DBG: fixed issue #112 (binary search in memory map over all pages) 2015-10-14 12:43:33 +02:00
Mr. eXoDia e0085323f5 Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-10-14 11:22:59 +02:00
Mr. eXoDia 13a19aa32d ignore osx file 2015-10-14 11:22:36 +02:00
Mr. eXoDia 6bb96406b3 DBG: find pattern in the memory map (findallmem startAddr, "1? 24 ?6 78") 2015-10-13 22:52:21 +02:00
Duncan Ogilvie 156641b0c5 Merge pull request #397 from mrgreywater/resizable-attach
Make attach window resizable
2015-09-22 01:18:35 +02:00
Duncan Ogilvie 3fa6bfdba9 Merge pull request #398 from mrgreywater/vc14-compat
Fix inline string concatenation
2015-09-22 01:18:17 +02:00
Duncan Ogilvie cbf7879d8c Merge pull request #399 from mrgreywater/gui-mem-align
Fix memory alignment
2015-09-21 16:40:55 +02:00
Duncan Ogilvie 32dc0b73df Merge pull request #400 from mrgreywater/fix-debug-string-termination
Yea, seems good to me. Wasn't paying attention. Thanks for the fix!
2015-09-21 16:36:52 +02:00
mrgreywater 441f6c7a0a Fix zero termination
bug only affected debug build, see #396
2015-09-21 14:16:08 +02:00
mrgreywater 11ac2a3a52 Fix memory alignment
Fix SSE dependent classes not being properly aligned when created on the
heap.
2015-09-21 14:15:22 +02:00
mrgreywater 240885b76b Fix inline string concatenation
so it compiles with vc14
2015-09-21 14:14:20 +02:00
mrgreywater 42a7ac3e61 Make attach window resizable
Attach window previously had a fixed size (as does ollydbg for that
matter), which made finding the right process in some cases difficult.
2015-09-21 14:13:08 +02:00
Duncan Ogilvie 00c66d1bd1 Merge pull request #392 from mrgreywater/patch-1
Fix #372
2015-09-18 14:18:06 +02:00
mrgreywater cb0f278078 Fix #372 2015-09-18 14:14:28 +02:00
Mr. eXoDia f7db29e91a DBG: finally fixed the bug with string searches producing inaccurate results 2015-08-30 12:35:15 +02:00
Nukem 53f7bed38c DBG: Fix bad array index 2015-08-20 00:57:17 -04:00
Nukem 7a687ddc3d DBG: Moving some functions to memory.cpp 2015-08-20 00:54:38 -04:00
Nukem 4c01875d09 DBG: Add new Win10 exception code (#374 related) 2015-08-20 00:11:12 -04:00
Mr. eXoDia c627fd6ecb DBG+GUI: resolved issue #361 (notepad for global and debuggee) 2015-08-16 00:39:47 +02:00