1
0
Fork 0
Commit Graph

889 Commits

Author SHA1 Message Date
mrexodia 7efd99522a Merged in Dreg_fr33project/x64_dbg (pull request #29)
New feature: now the user can copy the label in registers view.
2014-09-23 13:45:35 +02:00
mrexodia c92e8f8ee3 Merged in Dither/x64_dbg/cosmetic_0914 (pull request #28)
Cosmetic changes separate from the main assemble function
2014-09-23 13:44:59 +02:00
Dither daa15f39a3 No pdb for afterbuildStep.bat 2014-09-23 11:22:21 +04:00
dreg_fr33project fde41cf541 New feature: now the user can copy the label in registers view. 2014-09-22 21:40:00 +02:00
David Reguera Garcia (Dreg) 074584183a Merged mrexodia/x64_dbg into master 2014-09-22 20:04:00 +02:00
Dither 9261e59ca5 QT5 readiness 2014-09-22 17:46:48 +04:00
Dither aa439720f5 Auto-move cursor on toggling BP in reference view 2014-09-22 17:46:38 +04:00
Dither 97baa58e4c Cosmetic changes 2014-09-22 17:46:26 +04:00
Dither 6f003e5404 Secure version of sscanf 2014-09-22 17:46:00 +04:00
mrexodia 664d891910 Merged in log_message_class (pull request #27)
DBG: flexible message logging (like Qt's QDebug has)
2014-09-19 23:22:26 +02:00
tr4ceflow 28b39de5ae DBG: flexible message logging (like Qt's QDebug has) 2014-09-16 19:31:50 +02:00
Mr. eXoDia b86f9144f7 DBG+GUI: fixed some problems with the memory map not being updated. 2014-09-14 23:13:17 +02:00
Mr. eXoDia 7bff9f825c DBG: always update the memory map on script commands 'setpagerights', 'alloc' and 'free' (notice that GuiUpdateMemoryView() doesn't take time, so it's useless to use an argument for that, memupdatemap eats time). 2014-09-14 19:25:08 +02:00
Mr. eXoDia ee88a8bd72 DBG+GUI: some refactoring + formatting 2014-09-13 21:55:23 +02:00
Mr. eXoDia 00a7b3eb96 GUI: removed unused mouse wheel code 2014-09-13 13:05:11 +02:00
mrexodia a9f8aa1d61 Merged in Dreg_fr33project/x64_dbg (pull request #24)
registers view in scroll area (chrome scroll) + CPUInfoBox (chrome scroll), assembeAt : new feautures + bugs fixed, Set focus to dissasembly by default
2014-09-13 12:40:43 +02:00
dreg_fr33project 1401059016 commented mousewheel, with the new scrollarea it is not necessary 2014-09-13 07:54:45 +02:00
dreg_fr33project bfb041859c chrome scrollbars in CPUInfoBox, and Registers View. 2014-09-13 07:45:14 +02:00
dreg_fr33project 973cd01bab after by default the key down and up of the keyboard dont works in the dissasembly when the process is open (you need click in dissasembly layout first). Now up and down works by default. 2014-09-13 07:33:38 +02:00
David Reguera Garcia (Dreg) 4ae16b0863 Merged mrexodia/x64_dbg into master 2014-09-13 07:19:31 +02:00
Nukem 7d3b62c64f DBG: Clean up _dbg_getregdump 2014-09-12 17:55:53 -04:00
dreg_fr33project eeeefc351a tolower for a better == of the old instruction 2014-09-12 09:07:06 +02:00
dreg_fr33project e6fdba11a5 fixed bug and now also skip assembly in unkown instruction, or blank instruction (a new easy way to skip assembly from GUI) and if the writted instruction its the old also skip it. 2014-09-12 08:57:28 +02:00
dreg_fr33project cd29cc5727 new feautres in assembleAt: now have autoscroll support while assembling and skip unkown instruction (???) 2014-09-12 07:57:28 +02:00
dreg_fr33project e936815444 bug fixed in the new assembleAt, and removed the old recursivity (now a do while instead). 2014-09-12 06:57:35 +02:00
dreg_fr33project db91383a9e registers view new scroll area and new size for big symbol names, more registers in one tab etc.. 2014-09-12 06:33:17 +02:00
David Reguera Garcia (Dreg) 7933cd71a7 Merged mrexodia/x64_dbg into master 2014-09-12 05:34:44 +02:00
mrexodia d9834584eb Merged in Dreg_fr33project/x64_dbg (pull request #23)
set and get command line stuff + fix JIT stuff + GuiUpdateMemoryView stuff + Assemble at improved + Pull fixed v1
2014-09-11 21:21:51 +02:00
dreg_fr33project ff8dbcbf34 assembly at in disas improved 2014-09-08 09:00:08 +02:00
dreg_fr33project 31e329593f little fix function name 2014-09-08 04:49:34 +02:00
dreg_fr33project c0db39cb70 pull request fixed v1 2014-09-08 04:45:46 +02:00
David Reguera Garcia d06734a38b Merged mrexodia/x64_dbg into master 2014-09-08 02:16:11 +02:00
Mr. eXoDia 20d8903b22 GUI: better thread-safety in the MainWindow + fixed a bug where you could close the 'Closing debugger...' window 2014-09-07 23:10:27 +02:00
David Reguera Garcia 207722a35e x64_dbg_bridge.vcxproj edited online with Bitbucket 2014-09-03 08:26:58 +00:00
David Reguera Garcia 6b10864a97 x64_dbg_dbg.vcxproj edited online with Bitbucket 2014-09-03 08:26:11 +00:00
dreg_fr33project 342c5fd9a1 a little fix in setpagerights 2014-09-03 10:23:07 +02:00
dreg_fr33project 1d4637add9 GuiUpdateMemoryView stuff 2014-09-03 10:15:14 +02:00
dreg_fr33project 34203afb1c memupdatemap 2014-09-03 08:55:21 +02:00
dreg_fr33project f29d54dab7 regclose fix 2014-09-03 08:30:12 +02:00
dreg_fr33project c5d8a9c089 added check in jit stuff openkeyexa 2014-09-03 08:24:18 +02:00
David Reguera Garcia 16c686d1ec x64_dbg_dbg.vcxproj.user edited online with Bitbucket 2014-09-03 06:20:41 +00:00
David Reguera Garcia 3b31c67a43 x64_dbg_dbg.vcxproj edited online with Bitbucket 2014-09-03 06:20:10 +00:00
dreg_fr33project 90f0ccb3b2 fixed jitauto stuff 2014-09-03 08:11:35 +02:00
dreg_fr33project 4bf215bdc6 finish getcommandline and set command line stuff first release 2014-09-03 06:41:31 +02:00
David Reguera Garcia b56bb9f5c7 Merged mrexodia/x64_dbg into master 2014-09-02 08:19:14 +02:00
dreg_fr33project 50a719ad32 first version of change command line coded 2014-09-02 08:18:41 +02:00
Mr. eXoDia acdfe928e1 PROJECT: removed build.bat 2014-09-02 05:39:49 +02:00
David Reguera Garcia f83e805e00 Merged mrexodia/x64_dbg into master 2014-09-02 05:11:57 +02:00
dreg_fr33project 542e62f365 first changecmdline stuff 2014-09-02 04:48:33 +02:00
Mr. eXoDia 0200911419 better coverity ignore rules 2014-09-02 04:40:02 +02:00