Commit Graph

21 Commits

Author SHA1 Message Date
mrexodia 81bb985c5b barebones of the TitanEngine emulator that is going to be used by x64dbg 2015-12-20 04:38:08 +01:00
mrexodia 8f62768690 (hopefully) high performance safe memory read function 2015-12-19 07:05:50 +01:00
mrexodia 439fd82767 singleshoot hardware/software breakpoints working + delete hardware/software breakpoints + nice callback set function for hardware breakpoints 2015-12-19 05:17:16 +01:00
Mr. eXoDia 1c9b5468a4 fix 2015-09-11 15:47:37 +02:00
Mr. eXoDia 3bde590956 hardware breakpoints working + fixed possible bug with breakpoints + added unknownEvent callback + added cbUnhandledException in MyDebugger 2015-09-11 15:46:31 +02:00
Mr. eXoDia 26c71cc6e4 simple software (0xCC) breakpoints working + examples with lambda functions 2015-08-15 20:13:47 +02:00
mrexodia 3568de5680 initial breakpoint work + added MemIsValidPtr + fixed some documentation inaccuracies 2015-08-09 00:53:13 +02:00
Mr. eXoDia 59574f105f fixed const correctness + removed default constructors from ProcessInfo, DllInfo and ThreadInfo + fixed copy constructor of ThreadInfo 2015-07-15 07:27:31 +02:00
Mr. eXoDia 655dd78d4c removed useless stuff 2015-07-15 06:00:27 +02:00
Mr. eXoDia 424edbc226 register getter/setter functions should be working + refactoring 2015-07-15 05:54:06 +02:00
Mr. eXoDia 2481e33abd massive cleanup + fixed various code problems 2015-07-15 02:48:11 +02:00
Mr. eXoDia 1a072a78c5 working single step with callbacks 2015-04-05 05:11:51 +02:00
Mr. eXoDia 8e5f758c96 basic cached RegistersInfo 2015-04-05 03:21:42 +02:00
Mr. eXoDia c1bb981c16 some very amazing coding was done here (documentation + RegistersInfo with cache) 2015-04-05 01:23:21 +02:00
Mr. eXoDia b92b32b146 even more code separation 2015-03-28 15:21:54 +01:00
Mr. eXoDia a3529f8b27 dll housekeeping done 2015-03-28 02:27:10 +01:00
Mr. eXoDia 6ddcb2d798 better thread and process housekeeping 2015-03-28 01:33:14 +01:00
mrexodia 5f526bac56 process & thread housekeeping functionality 2015-03-25 21:25:25 +01:00
strongbit a1847472ba I wonder how do you send the debugger a singlestepping exception. Added only two functions 2015-03-25 13:26:21 +00:00
Duncan 6197f91790 documentation 2015-03-25 13:23:42 +01:00
Mr. eXoDia 371a6d57b4 separated MyDebugger from GleeBug 2015-03-25 03:37:08 +01:00