1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
mrexodia f8095288a1 Merged in Dreg_fr33project/x64_dbg (pull request #15)
JIT AUTO SUTFF - before attaching - and some code improves
2014-08-06 09:43:21 +02:00
dreg_fr33project a68d95d77d JIT AUTO SUTFF - before attaching - and some code improves 2014-08-05 22:19:09 +02:00
Mr. eXoDia cc4d1963ac GUI: very basic implementation of CPUInfoBox (resolved issue #64) 2014-08-05 09:01:50 +02:00
Mr. eXoDia 091af5d362 DBG+GUI+PROJECT: JIT Debugging now actually works (before it would hang in WaitForMultipleObjects) + added JIT restore option + updated help 2014-08-05 07:39:15 +02:00
Mr. eXoDia bd7803b3b5 GUI: resolved issue #55 (follow in dump context menu) + reorganized disassembly menus + fixed a bug in CPUInfoBox + CPUDump: added context menu option 'Follow in Stack' if the dumped address is inside the stack 2014-08-05 05:09:49 +02:00
Mr. eXoDia b8f1ebbb30 GUI: resolved issue #110 (Attach Dialog + Detach menu option) + updated calculator icon 2014-08-05 04:29:54 +02:00
Mr. eXoDia 520d063a79 DBG: automatically stop debugging when trying to attach/initialize while still in a session + added Handle class + added DbgFunctions()->GetProcessList 2014-08-05 04:28:48 +02:00
Mr. eXoDia 86cb1a6459 GUI: fixed various selection bugs in the HexDump 2014-08-05 02:12:37 +02:00
Mr. eXoDia 7a8a0821b0 GUI: allow selection in the stack everywhere, not just on the middle address 2014-08-05 01:42:42 +02:00
Mr. eXoDia 3b76aa76ed Merge remote-tracking branch 'Dreg_fr33project/x64_newdbgjustintimedebugger/master'
Conflicts:
	x64_dbg_dbg/x64_dbg.cpp
2014-08-05 01:25:15 +02:00
Mr. eXoDia fa1377be12 GUI: fixed a compile problem
DBG: formatting
2014-08-05 01:21:17 +02:00
dreg_fr33project 2457790c96 fix emalloc 2014-08-05 01:17:10 +02:00
dreg_fr33project 3f7c3c620d Merge branch 'master' of https://bitbucket.org/Dreg_fr33project/x64_newdbgjustintimedebugger 2014-08-05 01:11:55 +02:00
dreg_fr33project c5dbfb9bbb add -a param in dbginit for JIT support 2014-08-05 01:11:10 +02:00
Mr. eXoDia 7aa4d19fe1 PROJECT: updated gitignore 2014-08-05 01:07:57 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
Mr. eXoDia 4a51b9dc5f PROJECT: updated AStyleWhore for more strict formatting options 2014-08-05 01:07:13 +02:00
mrexodia 20705833cb Merged in Dreg_fr33project/x64_newdbgjustintimedebugger (pull request #13)
JIT SUPPORT
2014-08-05 01:00:26 +02:00
Mr. eXoDia 7a9f30fc76 should fix a crash 2014-08-05 00:44:22 +02:00
dreg_fr33project 8a7f1c8fb5 edit stuff 2014-08-05 00:34:02 +02:00
dreg_fr33project 552e839b0b fixed NULL execution 2014-08-05 00:30:52 +02:00
Mr. eXoDia a039aa4de5 PROJECT: install script 2014-08-05 00:30:12 +02:00
mrexodia dbe27395aa README.md edited online with Bitbucket 2014-08-04 22:29:46 +00:00
dreg_fr33project 6acb8040f6 a few of changes 2014-08-05 00:08:56 +02:00
mrexodia 0012f36f31 Merged in Dreg_fr33project/x64_dbgswitchthreadoption (pull request #12)
switch thread right click in thread tab
2014-08-05 00:07:02 +02:00
dreg_fr33project bf27d57116 get def JIT 2014-08-04 23:32:07 +02:00
Mr. eXoDia e14884443f DbgFunctions()->GetJit export 2014-08-04 22:23:49 +02:00
dreg_fr33project 0e7c61b24f jit improves 2014-08-04 20:41:02 +02:00
dreg_fr33project 36fa885842 add wow64 check to jit 2014-08-04 19:54:01 +02:00
dreg_fr33project af12bc7bb1 switch thread right click in thread tab 2014-08-04 17:34:43 +02:00
dreg_fr33project af0491950a basic JIT support 2014-08-04 16:40:51 +02:00
Mr. eXoDia 91ee4ca292 GUI: also use the Calculator to calculate from hex, signed int, unsigned int, octal, binary, ascii, unicode to the others 2014-08-03 23:41:22 +02:00
Mr. eXoDia 0f0a2b3f71 GUI: select first module on updatePatches() 2014-08-03 21:38:47 +02:00
Mr. eXoDia 98963dacf9 PROJECT: updated clean script 2014-08-03 20:42:40 +02:00
Mr. eXoDia 6db50245e6 auto-format code on committing 2014-08-03 20:39:22 +02:00
Mr. eXoDia c7b9bdc74f DBG: resolved issue #150 (valapifromstring now works again) + correctly use the symbol cache as search path 2014-08-03 02:36:44 +02:00
Mr. eXoDia 6f96d1e0c2 GUI: removed unrecognized flags 2014-08-03 00:41:28 +02:00
Mr. eXoDia 3526cbf894 GUI: added status bar messages when you save settings 2014-08-02 21:11:19 +02:00
mrexodia f9a0c8f7b8 Merged in removeannoying (pull request #11)
improve userexperience
2014-08-02 21:09:30 +02:00
Mr. eXoDia a8d9743fa8 PROJECT: AStyle 2014-08-02 20:50:03 +02:00
tr4ceflow ff23b7bf17 remove annoying messageboxes when saving settings in AppearanceDialog, ShortcutsDialog, SettingsDialog
add c++11 compiler flag to use MSVC2010 c++0x features like the "auto" keyword
2014-08-02 20:25:45 +02:00
Mr. eXoDia 1e8f1928ab GUI: removed donation button from toolbar + follow in Disassembler in Calculator + title in Calculator + Calculator is not a modal window (still allow working while using the calculator) + AStyle + removed empty resource prefix + fixed a warning in Configuration 2014-08-02 19:36:09 +02:00
mrexodia 60eeff6124 Merged in calculator (pull request #10)
this adds a calculator similiar to ida
2014-08-02 19:10:33 +02:00
tr4ceflow 9fc4f2cfc1 GUI: add a ida-like calculator 2014-08-02 18:29:28 +02:00
Mr. eXoDia bdb13ebeb2 DBG: some messages in thread functions 2014-08-02 17:53:07 +02:00
Mr. eXoDia 20d83b2ea7 LAUNCHER: fixed a crash (discovered by Dreg) + moved back the BrowseFileOpen functions 2014-08-02 17:36:28 +02:00
Mr. eXoDia 649482012d GUI: context menu item for download all symbols 2014-08-02 17:22:30 +02:00
Mr. eXoDia 485c0a48e3 LAUNCHER: automatic detection of x64_dbg paths + browse for file only on first attempt of opening x64_dbg. 2014-08-02 17:14:35 +02:00
Mr. eXoDia 001c744a9f DBG: fixed some bugs with hardware breakpoints 2014-08-02 17:04:21 +02:00
Mr. eXoDia 31e82f73dd LAUNCHER: fixed a crash in BrowseFileOpen 2014-08-02 16:25:44 +02:00