1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
Nukem dc45a8b270 DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
Mr. eXoDia 3192bc4cdc GUI: fixed a bug with the CalculatorDialog 2015-06-09 23:41:51 +02:00
Mr. eXoDia 8c512057ac DBG: fixed a bug with no context menu in the reference view 2015-06-09 23:38:41 +02:00
Mr. eXoDia 6447ec0139 DBG: fixed uglyness in ExpressionParser 2015-06-08 01:00:10 +02:00
Mr. eXoDia a0be994c5a DBG: new expression parser (should be far more stable, might affect issue #312 and #310) 2015-06-08 00:42:43 +02:00
Mr. eXoDia 4be05b5974 DBG: fixed a crash in mathhandlebrackets 2015-06-07 01:19:15 +02:00
Mr. eXoDia cfd996e9ba DBG: nice sprintf helper functions for String 2015-06-07 01:01:57 +02:00
Mr. eXoDia 4b1f054a95 GUI: fixed more thread bugs (stop thread variable instead of QThread->terminate) possibly affects issues #303, #312 and #310 2015-06-06 22:29:34 +02:00
Mr. eXoDia 832dbf7b8d GUI: added pascal data copy and C QWORD 2015-06-06 22:00:16 +02:00
Mr. eXoDia 0c792c96eb GUI: fixed various bugs with QThread (should fix issue #312, couldn't reproduce it at least) 2015-06-06 20:31:57 +02:00
Mr. eXoDia c0c9e1acdf DBG: decent valfromstring function exported (should make the Goto dialog and calculator much faster) 2015-06-06 20:28:03 +02:00
Mr. eXoDia 732e22b1cd DBG: possibly fixed issue #312 (probably not though) 2015-06-06 01:59:54 +02:00
Mr. eXoDia 0554eef4f3 DBG: fixed a bug with string detection 2015-05-29 02:53:13 +02:00
Mr. eXoDia eb5fddadde DBG: fixed a bug in the function analysis. the end of the function now includes the bytes of the last instruction 2015-05-27 04:11:50 +02:00
Mr. eXoDia 38ff4a0e27 DBG: fixed a crash in fillbasicinfo 2015-05-25 16:15:31 +02:00
Mr. eXoDia 2a60a9a5d6 PROJECT+GUI: snowman decompiler 2015-05-25 00:01:36 +02:00
Mr. eXoDia fea1ce9a14 BRIDGE: show cpu gui function 2015-05-25 00:00:20 +02:00
Mr. eXoDia dcd4ee548f GUI: added goto start/end of page + added follow DWORD/QWORD in dump + shortcut for goto file offset 2015-05-24 15:50:13 +02:00
Mr. eXoDia 3bfacacd87 DBG: meminfo command for bug tracking 2015-05-24 14:55:04 +02:00
Nukem d3f181f6dc Merge pull request #1 from x64dbg/master
fork sync
2015-05-18 19:27:15 -04:00
Mr. eXoDia 8bc9622422 DBG: normalize things 2015-05-11 20:18:56 +02:00
Mr. eXoDia 5d4a06de8f DBG: info in visualize command 2015-05-11 20:09:28 +02:00
Mr. eXoDia 0551c34966 DBG: visualize command to visualize analysis 2015-05-11 20:05:05 +02:00
Mr. eXoDia 696f96ca68 DBG: fixed a bug in analysis 2015-05-11 19:43:31 +02:00
Mr. eXoDia 7e5be6666c PROJECT: readme updates 2015-05-08 00:25:32 +02:00
Mr. eXoDia 46c5fc3495 PROJECT: added regfile to remove registry changes made by the launcher 2015-05-08 00:05:42 +02:00
Mr. eXoDia ed95654da7 DBG: fixed a bug in escaping strings 2015-05-07 20:11:17 +02:00
Mr. eXoDia db4996563b GUI: small fix with comparing tokens 2015-05-05 02:10:36 +02:00
Mr. eXoDia d10fa19b68 GUI: resolved issue #293 (tab between mnemonic and arguments) 2015-05-05 02:01:32 +02:00
Mr. eXoDia 5f43712c75 DBG: hopefully fixed some lag with capstone (now using a global variable for the architecture information) 2015-05-05 01:44:24 +02:00
Mr. eXoDia 7c9a86d8bf GUI: double click in memory map to follow in disassembler 2015-05-05 01:09:39 +02:00
Mr. eXoDia 383325a21a DBG: small refactor of instruction callback names 2015-05-05 01:05:55 +02:00
Mr. eXoDia 8dfc0ff102 DBG: fixed bugs with deleting all breakpoints and also fixed a crash/hash with Yara rules matching (thanks to sstrato for reporting) 2015-05-05 01:01:28 +02:00
Mr. eXoDia 0f9b51e12a GUI: customize function line color 2015-05-02 20:50:08 +02:00
mrexodia cd009a4b50 Merge pull request #294 from fetzerms/master
Fixed GPL-Typo (GLP vs GPL)
2015-05-02 12:32:38 +02:00
Matthias Fetzer 0896407911 Fixed GPL-Typo (GLP vs GPL) 2015-05-02 12:19:55 +02:00
Mr. eXoDia d15146e94a DBG: fixed a bug with deleting memory breakpoints (thanks Dreg for reporting) 2015-05-01 01:45:13 +02:00
Mr. eXoDia e53e074b87 DBG: fixed auto comments + issue #292 2015-05-01 00:18:02 +02:00
Mr. eXoDia d655fb94d7 PROJECT: documentation 2015-04-27 01:00:42 +02:00
Mr. eXoDia edec2c8c3b GUI: menu icons 2015-04-27 00:26:31 +02:00
Mr. eXoDia c006348718 DBG: resolved issue #291 (api for icons) 2015-04-27 00:25:55 +02:00
Mr. eXoDia 8b6f1b4670 GUI: "Open Source File" in CPUDisassembly context menu 2015-04-26 03:38:03 +02:00
Mr. eXoDia 03b0d8b971 DBG: function to get source + line from address 2015-04-26 03:37:30 +02:00
Mr. eXoDia 02c3d44cb8 GUI: follow in disassembler in SourceView 2015-04-26 02:50:01 +02:00
Mr. eXoDia d50d385e01 DBG: function to get address from source line 2015-04-26 02:49:16 +02:00
Mr. eXoDia 98b6ba41a0 DBG: small plugin loader fix (thanks to mrfearless) 2015-04-26 02:48:52 +02:00
Mr. eXoDia b8b75fd18c GUI: very useful icons in context menu for disassembler 2015-04-26 02:02:08 +02:00
Mr. eXoDia 436c6427dc GUI: most useful feature EVAH 2015-04-26 01:33:18 +02:00
Mr. eXoDia 2e0e9d55c7 DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
Mr. eXoDia a89e0eb1c0 DBG: disasm_helper now uses capstone instead of BeaEngine 2015-04-25 23:52:11 +02:00