1
0
Fork 0
Commit Graph

10 Commits

Author SHA1 Message Date
Mr. eXoDia c17419fc98 DBG: more fixes in valapifromstring (this function is getting really complex and confusing now) 2014-12-29 02:02:34 +01:00
Mr. eXoDia 7deb13966e DBG: added possibility for '?' as delimiter. this ignores exports (useful if there are exports called "entry" or "imagebase") 2014-12-29 00:58:59 +01:00
Mr. eXoDia ed5fbad687 DBG: allow accessing the entry point of a module with "<module>:entry" 2014-12-29 00:41:22 +01:00
Mr. eXoDia 7434a8741b DBG: resolved issue #49 (module RVA + file offset conversion notation). Implemented as "[module]:$[rva]" and "[module]:#[offset]" 2014-12-14 02:12:25 +01:00
Mr. eXoDia cf404b9273 DBG: automatically add plugin callbacks on certain export names +updated help 2014-07-07 19:38:23 +02:00
Mr. eXoDia 9e688bb347 PROJECT: updated help 2014-07-07 03:11:21 +02:00
mr.exodia 99d67a5777 PROJECT: updated help
PROJECT: updated todo list
DBG: added 'erun', 'estep' etc.
DBG: added explicit api retrieval ("ntdll.dll:LdrGetFailuredata" works now)
GUI: added erun, estep etc in the menu + shortcut
GUI: fixed pageup+pagedown problem in disassembly
2013-12-28 02:33:23 +01:00
mr.exodia 1a8fcdcd65 DBG: fixed a bug in addrinfoget (live comments)
DBG: check if process architecture matches the current debugger architecture
DBG: fixed a bug with non-silent valfromstring (last fix regarding silent stuff)
DBG: added memory operation brackets: '[', ']' and 'n:[' (see help)
GUI: removed useless info lines
PROJECT: updated help
2013-12-22 20:44:21 +01:00
mr.exodia 68eb3fa53d PROJECT: added clean.bat (to clean obj & bin files)
PROJECT: updated help again
2013-11-16 15:11:50 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00