1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
mrexodia ba9973fe93 DBG: fixed a bug in the command parser accepting invalid commands (discovered because of issue #412) 2016-01-07 15:54:22 +01:00
mrexodia 283610894d DBG: fixed a bug with isInstructionPointingToExMemory flagging every non-branch instruction incorrectly 2016-01-07 15:29:27 +01:00
mrexodia 61f7b4b38a GUI: fixed more bugs with UpdateChecker 2016-01-07 13:24:55 +01:00
Duncan Ogilvie b3e0aa647d Merge pull request #494 from x64dbg/gui_scriptoption
looks great!
2016-01-07 13:21:32 +01:00
mrexodia e5e0411ec3 GUI: fixed a bug in SearchListView where events were not correctly forwarded to QWidget::eventFilter (effectively disabling anything) 2016-01-07 12:09:53 +01:00
mrexodia a9ba9f79c4 DBG: filter more `string' symbols 2016-01-07 12:09:20 +01:00
mrexodia ce7a77a093 DBG: extended the scriptapi to support Get/Set/Delete/Enum/Whatever for labels/comments/bookmarks/functions 2016-01-07 11:51:20 +01:00
mrexodia 20e0803ad4 GUI: fixed warning message box to look nice + fixed a bug in UpdateChecker 2016-01-07 09:47:57 +01:00
mrexodia 0219efa6b0 DBG: fixed annoying behaviour in assembleat with moaning about pointers to non-executable regions. now it will only warn you if you assemble a branch (call/jmp) that goes directly to a non-executable memory region. 2016-01-07 09:44:02 +01:00
mrexodia 01a7c1eea3 GUI: updated UpdateChecker that checks for the latest snapshots instead of the deprecated version.txt 2016-01-07 09:42:48 +01:00
mrexodia 51999506b5 DBG: fixed some small bugs (thanks to ReSharper!) 2016-01-07 08:58:26 +01:00
Nukem 00a006578a GUI: Fix signal....... 2016-01-06 22:59:52 -05:00
Nukem 7b6c839a76 Merge branch 'development' of https://github.com/x64dbg/x64dbg 2016-01-06 22:39:30 -05:00
Nukem 344a830475 GUI: Finalize script selector 2016-01-06 22:36:25 -05:00
Nukem 4a0687f856 DBG/GUI: Fix typos 2016-01-06 19:14:47 -05:00
Nukem 55e69f1457 GUI: Fix small autocomplete bug 2016-01-06 16:25:18 -05:00
Nukem b0304a1a36 DBG/GUI: Move default script register to dbginit function 2016-01-06 15:36:44 -05:00
Nukem a6e658c61b GUI: Gui(Un)RegisterScriptLanguage + normalize variable names 2016-01-05 21:23:03 -05:00
Nukem d078c80314 GUI: Add include for any Qt5 builds 2016-01-05 18:46:45 -05:00
Nukem 0ef0a46537 GUI: Fix a problem where the QLineEdit wasn't cleared 2016-01-03 15:45:28 -05:00
mrexodia 6922d916a6 GUI: fixed display of dword ptr fs:[0] in disassembly 2016-01-03 09:28:50 +01:00
Nukem db92b2cf92 GUI: Add option for switching command bar script types 2016-01-03 03:16:36 -05:00
mrexodia 8f32952bd9 GUI: comment about memory leaks in the GUI 2016-01-03 05:36:44 +01:00
mrexodia fa92e3bcb2 GUI: fixed a few memory leaks in the GUI (thanks to firelegend!) 2016-01-03 05:28:08 +01:00
Nukem 2ab0cc3e87 GUI: Remove unused declaration 2016-01-02 23:06:32 -05:00
Nukem 6968f73636 GUI: Clean things/remove debug print for GUI thread id 2016-01-02 22:51:17 -05:00
Nukem fbfbd54826 DBG: Leftover includes 2016-01-02 18:31:01 -05:00
mrexodia d972b0ee23 DBG+GUI: fixed up breakpoint behaviours 2016-01-03 00:23:28 +01:00
Nukem a26e7cb713 DBG: Read only TIB instead of TEB in MemUpdateMap 2016-01-02 17:46:33 -05:00
Nukem cc3b32aaab DBG: Remove useless dynamicptr.h 2016-01-02 17:19:19 -05:00
Nukem dec53c13c4 DBG: MemUpdateMapAsync() 2016-01-01 19:05:20 -05:00
mrexodia 4a192a1c9f GUI: help on symbolic name + more icons in disasm menu 2015-12-31 09:53:13 +01:00
mrexodia 0f2aa94117 DBG: fixed bug in DbgDisasmFastAt 2015-12-31 09:53:12 +01:00
Nukem 81ad369d3a GUI: Check for out-of-bounds mLine 2015-12-31 00:41:16 -05:00
Nukem 96da2e4b45 EXE: Remove MFC requirement 2015-12-31 00:33:06 -05:00
mrexodia 6008e02e6e GUI: added a link to the FAQ 2015-12-31 02:17:28 +01:00
Nukem 8944c824fe DBG: Use FileHelper in database code 2015-12-30 17:15:12 -05:00
Nukem 3e7c0496cb DBG: Add locks to database functions 2015-12-30 16:41:22 -05:00
mrexodia 245e32fb0d GUI: removed annoying debug log 2015-12-30 20:10:06 +01:00
Duncan Ogilvie 3c3682635c Merge pull request #483 from Herz3h/Herz3hDev
Two fixes for ReferenceView and CPUDisassembly
2015-12-30 19:08:02 +01:00
Herzeh ad0a7ab60b CPUDisassembly : Fix for the snowman menu to remove the function check when on a selection and put it on the function submenu 2015-12-30 17:15:51 +01:00
Herzeh 05565350de ReferenceFix : Fix for the view to have focus so typing would trigger search box 2015-12-30 16:08:30 +01:00
Duncan Ogilvie 67d75fab95 Merge pull request #481 from Herz3h/Herz3hDev
for these kind of fixes you can just push directly to development, prs are more for bigger features or refactors i think
2015-12-30 12:16:06 +01:00
Herzeh 9ad1667a8c SearchViewList : Fix a bug where typing after selecting text in searchBox would mess up the cursor position 2015-12-30 10:27:37 +01:00
mrexodia e7bb2a7b16 PROJECT: separate icons for x32dbg and x64dbg + some small project updates 2015-12-30 07:10:01 +01:00
mrexodia 601117d303 DBG: some small cosmetic changes to the debugger/database 2015-12-30 04:52:10 +01:00
mrexodia f6e747ec25 GUI: layout changes in the SymbolView + changed behavior with assembleDialog in CPUDisassembly 2015-12-30 04:22:21 +01:00
mrexodia 9b61d9d023 GUI: layout changes in the ReferenceView and SearchListView 2015-12-30 04:21:51 +01:00
mrexodia a719dfb54c GUI: changed layout of the AssembleDialog 2015-12-30 04:17:25 +01:00
mrexodia 59e6c43b18 GUI: added C-Style shellcode string 2015-12-29 23:36:12 +01:00