1
0
Fork 0
Commit Graph

1073 Commits

Author SHA1 Message Date
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
Mr. eXoDia a497e7693e PROJECT: fixed up gitignore 2014-09-02 04:38:47 +02:00
Mr. eXoDia 38ff3a1393 GUI: fixed various bugs (thanks to Coverity) 2014-09-02 04:01:00 +02:00
Mr. eXoDia 5a214ab104 DBG: fixed all kinds of small coding bugs (thanks to Coverity) 2014-08-31 23:21:31 +02:00
Mr. eXoDia 8e795bf6db PROJECT: updated gitignore 2014-08-31 23:20:35 +02:00
Mr. eXoDia 21ba05a970 GUI: save the sorting preference of the user for the session 2014-08-29 19:44:15 +02:00
David Reguera Garcia cdfee50950 Merged mrexodia/x64_dbg into master 2014-08-29 19:19:55 +02:00
Mr. eXoDia 92da0ef734 GUI: added check for valid memory address of thread entry 2014-08-29 19:16:37 +02:00
David Reguera Garcia cc162e4f99 Merged in Dreg_fr33project/x64_dbg (pull request #22)
thread go to entry option added
2014-08-29 18:45:21 +02:00
dreg_fr33project 01554e7f4a Merge branch 'master' of https://bitbucket.org/Dreg_fr33project/x64_dbg 2014-08-29 18:44:21 +02:00
David Reguera Garcia 786b2ba0ef Merged mrexodia/x64_dbg into master 2014-08-29 18:44:08 +02:00
dreg_fr33project ee6220279b Go to thread entry option added 2014-08-29 18:43:35 +02:00
tr4ceflow 9ff689c754 for easier information extraction we use a Block_t which contains all instructions that should be printed within visual nodes (be not confuse with the internal nodes "Node_t") 2014-08-28 19:28:30 +02:00
mrexodia 3c1ec56269 Merged in Dreg_fr33project/x64_dbg (pull request #21)
new eflags order in the new distribution
2014-08-28 14:45:11 +02:00
David Reguera Garcia ac57d89ad5 Merged mrexodia/x64_dbg into master 2014-08-28 14:44:02 +02:00
dreg_fr33project d50209f221 change in eflags order 2014-08-28 14:43:28 +02:00
mrexodia eb22742bb7 Merged in Dreg_fr33project/x64_dbg (pull request #20)
page rights help
2014-08-28 14:39:59 +02:00
dreg_fr33project 8f286f9716 new registers view for eflags and segment registers 2014-08-28 09:06:53 +02:00
dreg_fr33project 255799c398 memory page rights help added 2014-08-28 08:14:26 +02:00
David Reguera Garcia c15e71e9e6 Merged mrexodia/x64_dbg into master 2014-08-28 06:44:55 +02:00
Mr. eXoDia 773b324301 DBG: fixed a bug in DbgDisasmFastAt 2014-08-28 05:53:06 +02:00
Mr. eXoDia cb4c8cb997 DBG: removed unused code from Instruction_t structure 2014-08-28 05:52:31 +02:00
Mr. eXoDia 1d23299ad0 DBG: fixed more warnings 2014-08-27 21:27:20 +02:00
Mr. eXoDia 37850b03f5 DBG: use some typedefs to have cleaner code 2014-08-27 21:12:46 +02:00
tr4ceflow 540a3cbda0 Merge branch 'flowgraph' of https://bitbucket.org/mrexodia/x64_dbg into flowgraph
Conflicts:
	x64_dbg_dbg/Analysis/ClientApiResolver.cpp
2014-08-27 21:08:56 +02:00
tr4ceflow b2502b6746 using predefined functiondb to add parameter comments
x64 call detection
tidy up code a little bit
2014-08-27 21:06:34 +02:00
Mr. eXoDia 7d6e334088 DBG: analysis: fixed warnings 2014-08-27 21:02:36 +02:00
Mr. eXoDia e4a80eb90c DBG: const DISASM* 2014-08-27 20:20:44 +02:00
tr4ceflow 4479b0a9fe dirty fix: mutable Basic-info 2014-08-27 20:18:49 +02:00
Mr. eXoDia e4c4572525 DBG: did api call detection 2014-08-27 19:58:34 +02:00
tr4ceflow 26d53fdb7f Merge branch 'flowgraph' of https://bitbucket.org/mrexodia/x64_dbg into flowgraph
Conflicts:
	x64_dbg_dbg/Analysis/AnalysisRunner.cpp
	x64_dbg_dbg/Analysis/ClientApiResolver.cpp
	x64_dbg_dbg/Analysis/ClientFunctionFinder.cpp
	x64_dbg_dbg/Analysis/FlowGraph.cpp
	x64_dbg_dbg/Analysis/FlowGraph.h
	x64_dbg_dbg/Analysis/Meta.h
	x64_dbg_dbg/Analysis/Node_t.cpp
	x64_dbg_dbg/Analysis/Node_t.h
2014-08-27 19:25:00 +02:00
tr4ceflow a6ea2fe0b9 testversion 2014-08-27 19:23:39 +02:00
Mr. eXoDia b1077241d2 Merge branch 'master' into flowgraph 2014-08-27 16:00:31 +02:00
Mr. eXoDia 9fc99e1c42 PROJECT: updated clean & release scripts 2014-08-27 16:00:05 +02:00
Mr. eXoDia 2ce17ecd2c DBG: Analysis files in a new Filter Directory 'Analysis' 2014-08-27 15:57:27 +02:00
Mr. eXoDia 6af576e393 DBG: get OEP in analyse command using modentryfromaddr 2014-08-27 15:53:06 +02:00
Mr. eXoDia 3cb5805d5c DBG (ANALYSIS): formatting 2014-08-27 15:20:53 +02:00
Mr. eXoDia 8399a77015 Merge branch 'master' into flowgraph
Conflicts:
	x64_dbg_dbg/debugger_commands.h
2014-08-27 15:19:46 +02:00
Mr. eXoDia 01151640b5 DBG: added modentryfromaddr function 2014-08-27 15:18:22 +02:00
Mr. eXoDia a4a3eaa614 DBG: resolved issue #180 (stupid I didn't implement it this way in the first place lol) 2014-08-27 01:21:23 +02:00