1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
Mr. eXoDia 0e1c1449ce PROJECT: some formatting 2014-07-25 22:57:11 +02:00
mrexodia 305faec66b Merged in RaMMicHaeL/x64_dbg/DbgLoopDel (pull request #5)
Fixes DbgLoopDel
2014-07-25 19:41:17 +02:00
RaMMicHaeL 1c01dbd74e Fixed DbgLoopDel 2014-07-25 10:04:23 +03:00
RaMMicHaeL ddd59a5e24 Merged mrexodia/x64_dbg into master 2014-07-25 09:57:42 +03:00
Mr. eXoDia aa2d934780 DBG: updated version 2014-07-24 23:17:20 +02:00
Mr. eXoDia 57dd5d6004 GUI: resolved issue #137 2014-07-24 22:27:25 +02:00
Mr. eXoDia 859b01fa1c GUI: WordEditDialog now allows entering in signed and unsigned too 2014-07-24 22:16:37 +02:00
Mr. eXoDia f2e14beca9 GUI: callstack context menu + shortcuts (resolved issue #61) 2014-07-24 21:48:42 +02:00
Mr. eXoDia 551791ea46 DBG: fixed a crash in stackgetcallstack 2014-07-24 21:12:53 +02:00
Mr. eXoDia 4a043315c0 GUI: very basic callstack + added patches to the disasm context menu 2014-07-24 21:12:39 +02:00
Mr. eXoDia 0f75da8315 BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
Mr. eXoDia 9e6d1e4311 GUI: fixed some size problems in WordEditDialog 2014-07-24 21:03:40 +02:00
Mr. eXoDia 5846940719 DBG: fixed a bug with negative values used in more complex expressions 2014-07-24 20:07:04 +02:00
Mr. eXoDia bac2efe8c1 DBG: fixed a bug in valtostring 2014-07-24 19:35:33 +02:00
Mr. eXoDia 22ab7f3920 GUI: fixed some button sizes in HexEditDialog 2014-07-24 18:45:10 +02:00
Mr. eXoDia 3f4584ce63 PROJECT: updated gitignore 2014-07-24 17:22:01 +02:00
Mr. eXoDia 77afb0222e DBG: fixed some interface 'bugs' 2014-07-23 03:21:42 +02:00
Mr. eXoDia ee899f85c1 GUI: fixed another bug in BeaTokenizer with the string instructions (rep/repne prefix) 2014-07-21 14:11:28 +02:00
Mr. eXoDia 39a73ba838 Merge branch 'fontSettings' 2014-07-21 03:57:30 +02:00
Mr. eXoDia 8f6cfd1516 GUI: fixed a few bugs in SearchListViewTable + fixed a compile error with qMetaType 2014-07-21 03:57:24 +02:00
Mr. eXoDia bc3db1d2e2 GUI: fonts now fully customizable (resolved issue #132) 2014-07-21 03:56:24 +02:00
Mr. eXoDia 4e0803882c GUI: updated QHexEdit 2014-07-21 03:54:02 +02:00
Mr. eXoDia 50fdf02f29 GUI: set combo boxes to the currently selected fonts 2014-07-21 02:35:45 +02:00
Mr. eXoDia 00ab2b6c42 GUI: one step closer to font configuration 2014-07-21 02:20:38 +02:00
Mr. eXoDia f9b2764cf8 GUI: removed stuff from the appearance dialog 2014-07-21 00:29:15 +02:00
Mr. eXoDia fa7c198c2b GUI: Font tab in AppearanceDialog 2014-07-21 00:19:33 +02:00
Mr. eXoDia 67513f78f9 GUI: double click on CIP will show the instruction pointer in the disassembly window 2014-07-21 00:08:57 +02:00
Mr. eXoDia 1ec755ed34 GUI: fixed some problems in GotoDialog 2014-07-20 22:19:50 +02:00
Mr. eXoDia c0ffece743 GUI: resolved issue #59 2014-07-19 06:02:00 +02:00
Mr. eXoDia 867b9d45c7 GUI: small fix in the CPUInfoBox 2014-07-19 05:19:37 +02:00
Mr. eXoDia 1e8a2772cb GUI: resolved issue #136 (double click on breakpoint will follow in disassembler) + "toogle" --> "toggle" 2014-07-19 05:17:26 +02:00
Mr. eXoDia e18b3735f3 GUI: fixed a bug with the double click signal in StdTable 2014-07-19 05:15:18 +02:00
Mr. eXoDia 278604e801 DBG: fixed a bug in valapifromstring (with the imagebase of the main exe) + fixed a buffer overflow (resolved issue #134) 2014-07-19 04:53:28 +02:00
Mr. eXoDia 3c9c6fa17b DBG: performance improvement with the memory map 2014-07-19 04:34:22 +02:00
Mr. eXoDia bb6c541f69 GUI: only toggle breakpoint when actually clicked on bullet 2014-07-19 04:31:28 +02:00
Mr. eXoDia 74db6c6448 Revert "GUI: fixed the disabled breakpoint color in CPUSideBar"
This reverts commit a216878ab1.
2014-07-18 17:26:19 +02:00
Mr. eXoDia a216878ab1 GUI: fixed the disabled breakpoint color in CPUSideBar 2014-07-18 17:20:11 +02:00
Mr. eXoDia 4f615d691e Merge branch 'sidebarbp' 2014-07-18 17:12:13 +02:00
Mr. eXoDia 167fa825d3 GUI: resolved issue #124 (dots next to breakpoints toggle the breakpoint states) 2014-07-18 17:11:57 +02:00
Mr. eXoDia 55fe598bdb GUI+DBG: removed the BPXSTATE enum from the bridge 2014-07-18 17:06:40 +02:00
Mr. eXoDia fd621b76ed DBG: resolved some issues with removing disabled breakpoints + fixed an issue with the database not being removed when every breakpoint etc was removed 2014-07-18 17:03:25 +02:00
Mr. eXoDia ab829cee65 DBG: fixed a custom handler, that was not registered 2014-07-18 16:39:04 +02:00
Mr. eXoDia 54538dccf2 DBG: fixed the title when there is no module 2014-07-18 16:30:12 +02:00
Mr. eXoDia d152b111bf PROJECT: updated help 2014-07-16 17:15:14 +02:00
Mr. eXoDia 1ffff8fdf7 DBG+GUI: winEventFilter plugin callback 2014-07-16 17:07:42 +02:00
Mr. eXoDia bedd58447c PROJECT: updated help 2014-07-16 16:46:08 +02:00
Mr. eXoDia d7beef8561 DBG: fixed an issue with the size parameter of fillbasicinfo (thanks to RaMMicHaeL) 2014-07-12 04:07:46 +02:00
mrexodia 88e251e3cc Merged in RaMMicHaeL/x64_dbg (pull request #4)
C support for public header files
2014-07-11 19:32:46 +02:00
RaMMicHaeL 46576d64f2 C support for public header files 2014-07-11 16:22:35 +03:00
tr4ceflow 53e9686624 GUI: toogle breakpoint state in sidebar by clicking on the bullet
GUI: better visualisation of enabled/disabled breakpoint due filled red/green circles

Left click on the breakpoint bullets will cause the sequence "create --> disable --> delete --> create --> ...". The Breakpoint class now provides a function to get the breakpoint state of a certain breakpoint at some address and some type:
bp_enabled -> breakpoint exists and is enabled
bp_disabled -> breakpoint exists and is disbled
bp_non_existent -> breakpoint was not found
2014-07-11 13:51:34 +02:00