1
0
Fork 0
Commit Graph

889 Commits

Author SHA1 Message Date
lovrolu 4018261f84 Documented some more function inside bridgemain.cpp. 2014-09-20 21:56:26 +02:00
lovrolu 72ebfa4b60 Reformatted the comments (no more asterisks) but still using the Qt style. Comments that need work have been marked with "FIXME". 2014-09-20 00:14:05 +02:00
lovrolu 3008fdb6f3 No longer show a list of include files---we have a graph for that. 2014-09-16 21:28:32 +02:00
lovrolu 0997b55b1c Started documenting the Bridge. Using the Qt style with the backslash as a command prefix. 2014-09-16 00:59:47 +02:00
lovrolu df5291ec02 Corrected the absolute path for the logo 2014-09-14 23:56:08 +02:00
lovrolu bbed3a8199 Merge branch 'doxygen' of https://bitbucket.org/mrexodia/x64_dbg into doxygen
Conflicts:
	Doxyfile
2014-09-14 23:55:06 +02:00
lovrolu d27d34b0bb Deleted the lowercase doxyfile---it was somehow still present even though Windows doesn't take case into consideration. I hope this works. 2014-09-14 23:51:22 +02:00
lovrolu 20e934d606 Corrected the absolute paths inside the Doxyfile to relative ones 2014-09-14 23:41:35 +02:00
Mr. eXoDia 9968c1d609 Merge branch 'master' into doxygen 2014-09-14 23:13:58 +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 06c11e7424 DOXYGEN: added logo required 2014-09-14 22:42:29 +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 ebbc42a451 doxygen template 2014-09-14 16:28:23 +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