1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
mrexodia dc8278d16b GUI: resolved issue #433 (freeze when dropping a program in x64dbg) 2015-11-21 04:16:36 +01:00
mrexodia 5e9a33022b DBG: (hopefully) fixed issue #249 (force refresh memory map every second) 2015-11-20 17:27:16 +01:00
mrexodia bac28590d4 CAPSTONE_WRAPPER: better formatting for OperandText 2015-11-20 17:26:06 +01:00
mrexodia dd6d10a4b7 GUI: resolved issue #432 (stack segments being displayed incorrectly) 2015-11-20 17:15:41 +01:00
mrexodia 62b0e7222f PROJECT+DBG+GUI: capstone_wrapper as a static library (for maintainability) 2015-11-20 17:09:15 +01:00
mrexodia 8e7887df82 PROJECT: ignore user preferences for vcxproj files. 2015-11-19 23:08:52 +01:00
Nukem 3de99ea17c DBG: Display TEB/stack ranges in the memory map 2015-11-16 19:27:35 -05:00
Nukem 923f7c5394 Merge branch 'Nukem9-master' of https://github.com/x64dbg/x64dbg 2015-11-16 19:26:26 -05:00
Nukem e4931b7676 GUI: Oops 2015-11-16 17:06:59 -05:00
Mr. eXoDia b1c12d8cb1 fixed gui building (once again, this time it didn't work when there were spaces in the path) 2015-11-16 15:08:10 +01:00
Nukem d1dfdebb0c GUI: Change infobar address line format (#428) 2015-11-15 23:29:00 -05:00
Nukem 2a8252ec9b GUI: Avoiding creating a new QPen instance when possible 2015-11-15 20:18:07 -05:00
Nukem 9f530c39a3 GUI: Eliminate flicker in infobox when scrolling 2015-11-15 01:50:12 -05:00
Nukem 6e97553315 GUI: Draw sidebar register labels after (ontop) everything else 2015-11-14 23:53:21 -05:00
Nukem edeb0f032a GUI: Missed a few 2015-11-13 19:17:41 -05:00
Nukem 0afaf5ac62 GUI: More caching in disassembly view 2015-11-13 18:40:37 -05:00
Nukem c56f0d4d76 GUI: Cache some values in dissassembler; standardize config updates (signals/vtable) 2015-11-12 23:59:00 -05:00
Nukem 5ae3315ece GUI: Set flag to prevent drawing cells when a process isn't being debugged (#424) 2015-11-12 17:26:45 -05:00
Nukem 1bbc9a998f GUI: This should fix a very rare bug (#365) from bad values 2015-11-11 21:55:22 -05:00
Nukem f8051582a0 GUI: Don't select a row in the infobox until the user does manually 2015-11-11 17:13:11 -05:00
Nukem 759a384d4c GUI: Cache color values in the cpu sidebar drawing 2015-11-11 17:01:32 -05:00
Nukem e009bea0c8 GUI: Abstracting various things in CPUWidget 2015-11-11 01:04:40 -05:00
Nukem 0ad44b2a0c GUI: Draw register labels on top of jump labels 2015-11-10 21:52:00 -05:00
Nukem 2ebb8e323d GUI: Make bold jump line arrows symmetrical (3px arrow body -> 2px) 2015-11-10 21:44:50 -05:00
Nukem 3fddd67deb GUI: Fix off-by-1 pixels when drawing jump arrows 2015-11-10 20:16:09 -05:00
Nukem 3529e9a2ea GUI: Eliminate unused emit / stylize. Needs to be checked. 2015-11-10 19:36:04 -05:00
Nukem 285e0c16c0 GUI: Undo last commit and fix the source problem (viewport->repaint()) 2015-11-10 19:34:41 -05:00
Nukem 1515cb2d2d GUI: Fix MHTabBar not painting the tab bar correctly
( Fixes https://github.com/Nukem9/IDASkins/issues/1 )
2015-11-08 19:18:23 -05:00
Nukem ab2727600d EXE: Update version manifest 2015-11-08 15:28:44 -05:00
Nukem dde847291b PROJECT: Update .gitignore 2015-11-08 15:25:41 -05:00
Nukem 09ccd88e8d GUI: Remove dead code in MHTabBar 2015-11-08 15:24:36 -05:00
Nukem 223c3ccdef GUI+PROJECT: "build" -> "gui_build" 2015-11-08 01:50:46 -05:00
Nukem a39406ed0f PROJECT: Update readme 2015-11-08 00:40:47 -05:00
Nukem 6bcb4fe6b2 GUI: Add F1 key for help manual 2015-11-08 00:36:23 -05:00
Mr. eXoDia d452c5f04a DBG: fixed the realloc function 2015-11-07 16:12:45 +01:00
Nukem bbaa2a0176 EXE: Ignore STATUS_INVALID_HANDLE when generating crashdumps 2015-11-07 02:21:31 -05:00
Nukem e5a998af21 PROJECT: Always include lib files in git 2015-11-07 01:53:43 -05:00
Nukem 2ebfe89ec4 PROJECT: sceme -> scheme 2015-11-07 01:50:49 -05:00
Mr. eXoDia ca0dbcd7c1 PROJECT+DBG+GUI: re-added libs + fixed build+clean+release scripts + removed BeaTokenizer from the GUI. 2015-11-07 07:29:35 +01:00
Mr. eXoDia 9a66825db5 Merge branch 'master' of https://github.com/Nukem9/x64dbg into Nukem9-master
Conflicts:
	src/dbg/capstone_wrapper.cpp
	src/gui/Src/Disassembler/capstone_wrapper.cpp
2015-11-07 06:13:29 +01:00
Mr. eXoDia a1ec3e75b1 DBG+GUI: fixed another bug with the capstone_wrapper 2015-11-07 06:04:37 +01:00
Nukem d165833811 Revert "GUI: Possibly fix #406, #401, #243 (NEEDS CHECKING)"
This reverts commit 4ea160e709.
2015-11-06 23:33:28 -05:00
Nukem fdd2945fb8 GUI: Minor thing I missed 2015-11-06 23:26:16 -05:00
Nukem d5e757c7b0 Merge branch 'master' of https://github.com/x64dbg/x64dbg
Conflicts:
	src/dbg/capstone_wrapper.cpp
	src/dbg/capstone_wrapper.h
	src/dbg/debugger.cpp
	src/dbg/instruction.cpp
	src/dbg/memory.cpp
	src/gui/Src/BasicView/Disassembly.cpp
	src/gui/Src/BasicView/Disassembly.h
	src/gui/Src/Bridge/Bridge.cpp
	src/gui/Src/Disassembler/BeaTokenizer.cpp
	src/gui/Src/Disassembler/BeaTokenizer.h
	src/gui/Src/Disassembler/QBeaEngine.cpp
	src/gui/Src/Disassembler/QBeaEngine.h
	src/gui/Src/Gui/AppearanceDialog.cpp
	src/gui/Src/Gui/CPUDisassembly.cpp
	src/gui/Src/Gui/CPUSideBar.cpp
	src/gui/Src/Gui/SettingsDialog.ui
	src/gui/Src/ThirdPartyLibs/BeaEngine/BeaEngine.h
	src/gui/Src/ThirdPartyLibs/BeaEngine/basic_types.h
	src/gui/Src/ThirdPartyLibs/BeaEngine/export.h
	src/gui/Src/ThirdPartyLibs/BeaEngine/libBeaEngine.a
	src/gui/Src/ThirdPartyLibs/BeaEngine/libBeaEngine_64.a
	src/gui/Src/ThirdPartyLibs/BeaEngine/macros.h
	src/gui/Src/Utils/Configuration.cpp
	src/gui/Src/main.cpp
	src/gui/x64dbg.pro
2015-11-06 23:21:13 -05:00
Mr. eXoDia d81b9be6ae DBG: fixed misleading message 2015-11-06 21:14:44 +01:00
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