1
0
Fork 0
Commit Graph

1598 Commits

Author SHA1 Message Date
Mr. eXoDia 81377dd4b0 GUI+DBG: issue #416 should be partially fixed now (mainly disassembling) 2015-10-29 23:47:07 +01:00
Mr. eXoDia 0cffb9d42b GUI: moved from BeaTokenizer to CapstoneTokenizer. there should also be a slight peed increase because the config colors are now read from the cache. 2015-10-28 05:21:38 +01:00
Mr. eXoDia a5e490e820 DBG: resolved issue #414 (didn't test) 2015-10-28 04:04:23 +01:00
Mr. eXoDia 0cb27a182c DBG+GUI+PROJECT: removed BeaEngine and completely moved to capstone in the GUI. 2015-10-28 04:02:23 +01:00
Mr. eXoDia ec947144e0 DBG + GUI: updated capstone + capstone_wrapper 2015-10-28 03:46:30 +01:00
Mr. eXoDia 1a880893dd DBG: formatting 2015-10-20 01:44:33 +02:00
Mr. eXoDia e379512fe8 GUI: capstone is now used for syntax highlighting (resulting in quite a good speedup) 2015-10-20 01:44:01 +02: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
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
Mr. eXoDia e5c18df86f DBG: renamed filereader to filehelper 2015-08-16 00:38:14 +02:00
Mr. eXoDia d0ed3a7c96 GUI: added appearance options for the log view 2015-08-16 00:37:39 +02:00
Mr. eXoDia 2232138e84 DBG: fixed some stuff in controlflowanalysis 2015-08-16 00:36:55 +02:00
Mr. eXoDia 9992a0e90c DBG: added support for flags in the scriptapi 2015-08-15 21:09:19 +02:00
Mr. eXoDia 61579618b8 DBG: added software + hardware breakpoints to the scriptapi 2015-08-15 20:50:12 +02:00
Mr. eXoDia c6c49c8102 GUI: fixed a bug with the TimeWastedCounter (it would flicker the menus), just moved it to another place + removed the status bar size handle (for better looks when not maximized) 2015-08-15 13:19:44 +02:00
Mr. eXoDia 2d670c14ea DBG: added 'push' and 'pop' commands 2015-08-14 17:21:22 +02:00
Mr. eXoDia b3e3a340ca DBG: fixed a bug in the Script::Stack 2015-08-14 17:17:07 +02:00
Mr. eXoDia fd044407a7 GUI: added a very simple entropy graph in the dump (selection), memory map (page) and symbol view (file) 2015-08-14 02:17:46 +02:00
Mr. eXoDia 0c80b46056 GUI: fixed a warning with compiling 2015-08-14 02:17:08 +02:00
Mr. eXoDia b90c2c56d0 GUI: resolved issue #364 (both discussed issues are resolved even) + solved a similar issue in the calculator dialog (open -> type value -> close -> open gets the wrong result) 2015-08-14 00:12:57 +02:00
Mr. eXoDia 9ad616a546 GUI: resolved issue #358 (feature requests for search in the SearchListView), added a menu item that makes the search bar flicker with a red border three times 2015-08-13 15:31:28 +02:00
Mr. eXoDia cd6c113b0f DBG+GUI: some formatting... 2015-08-13 15:29:38 +02:00
Mr. eXoDia 9340cb45a8 BRIDGE: removed a pointless call to settings.GetValue 2015-08-13 15:28:33 +02:00
Mr. eXoDia 61fa77d3ac DBG + GUI: don't try to set breakpoints on invalid TLS callbacks + added time wasted counter + added version number in menu bar 2015-08-08 15:55:59 +02:00
Mr. eXoDia f0565fb57b DBG: section enumeration now actually works :D 2015-08-02 19:53:01 +02:00
Mr. eXoDia 11921963d9 DBG+BRIDGE: fixed a small buffer overrun bug and also fixed a warning with signed/unsigned comparison 2015-08-02 19:17:17 +02:00
Mr. eXoDia 4c313061cf DBG: fixed a bug in the module enumeration function + better readable ListInfo (now you can use ListOf(ModuleInfo) instead of ListInfo*) 2015-08-02 19:06:51 +02:00
Mr. eXoDia 11affdd5f0 DBG: resolved issue #355 (truncated strings in disassembly and with string search) 2015-08-02 18:13:55 +02:00
Mr. eXoDia eac21d6a3b DBG: better callstack (soon fixing #301) + added some functions in memory.cpp 2015-07-31 20:11:55 +02:00
Mr. eXoDia 6a269202c3 DBG: resolved issue #343 (portable symbol path with custom behavior) 2015-07-31 19:56:51 +02:00
Mr. eXoDia 5ef020dcbd DBG: updated the capstone wrapper for const-correctness 2015-07-31 19:47:35 +02:00