├── LICENSE ├── README.md ├── SaintConCFP └── Slides ├── .gitignore ├── Makefile ├── Screenshots ├── AboutDialog.png ├── AboutDialog.xcf ├── Analyzers.png ├── Analyzers.xcf ├── CreateParamsReturn.png ├── CreateParamsReturn.xcf ├── ExecutionComplete.png ├── ExecutionComplete.xcf ├── FinalFuncSig.png ├── FinalFuncSig.xcf ├── GhidraAPIJavadoc.png ├── GhidraAPIJavadoc.xcf ├── GhidraHelp.png ├── GhidraHelp.xcf ├── ImportDefLang.png ├── ImportDefLang.xcf ├── ImportFileStart.png ├── ImportFileStart.xcf ├── ImportMoreLang.png ├── ImportMoreLang.xcf ├── Imported.png ├── Imported.xcf ├── ImportingFile.png ├── ImportingFile.xcf ├── InitialFuncSig.png ├── InitialFuncSig.xcf ├── LookingAtC.png ├── LookingAtC.xcf ├── MWPreAnalysis.png ├── MWPreAnalysis.xcf ├── MainAfterSig.png ├── MainAfterSig.xcf ├── MainGraph.png ├── MainGraph.xcf ├── MainWindow.png ├── MainWindow.xcf ├── MainWindowDataType.png ├── MainWindowDataType.xcf ├── NewProject.png ├── NewProject.xcf ├── OutputSelected.png ├── OutputSelected.xcf ├── PCodeStepsPush.png ├── PCodeStepsPush.xcf ├── PCodeStepsPushPCode.xcf ├── PCodeStepsPushPcode.png ├── PLAarch64.png ├── PLAarch64.xcf ├── PLAarch64PCode.png ├── PLAarch64PCode.xcf ├── PLLayersShowing.png ├── PLLayersShowing.xcf ├── PLPCodeShowing.png ├── PLPCodeShowing.xcf ├── PLShowLayers.png ├── PLShowLayers.xcf ├── PLShowLayersButton.png ├── PLShowLayersButton.xcf ├── PLTurningOnPCode.png ├── PLTurningOnPCode.xcf ├── Param0.png ├── Param0.xcf ├── Param1.png ├── Param1.xcf ├── Param2.png ├── Param2.xcf ├── Param3.png ├── Param3.xcf ├── Param4.png ├── Param4.xcf ├── PostImport.png ├── PostImport.xcf ├── ProcessorManual.png ├── ProcessorManual.xcf ├── ProgListing.png ├── ProgListing.xcf ├── ProgListingCode.png ├── ProgListingCode.xcf ├── ProjCreated.png ├── ProjCreated.xcf ├── ProjLoc.png ├── ProjLoc.xcf ├── ProjectType.png ├── ProjectType.xcf ├── PushPcodeClose.png ├── PushPcodeClose.xcf ├── Running1.png ├── Running1.xcf ├── Running2.png ├── Running2.xcf ├── ScriptManager.png ├── ScriptManager.xcf ├── ScriptManagerBtn.png ├── ScriptManagerBtn.xcf ├── ScriptManagerEx.png ├── ScriptManagerEx.xcf ├── ScriptManagerPCode.png ├── ScriptManagerPCode.xcf ├── SleepFunc.png ├── SleepFunc.xcf ├── SleepFuncCloser.png ├── SleepFuncCloser.xcf ├── SleepStruct.png ├── SleepStruct.xcf ├── StringFound.png ├── StringFound.xcf ├── StringInDecompile.png ├── StringInDecompile.xcf ├── Strings.png ├── Strings.xcf ├── StrippedSymbolTree.png ├── StrippedSymbolTree.xcf ├── SymbolTreeExpand.png ├── SymbolTreeExpand.xcf ├── SymbolTreeHighlighted.png ├── SymbolTreeHighlighted.xcf ├── SymbolTreeList.png ├── SymbolTreeList.xcf ├── WindowDialog.png └── WindowDialog.xcf ├── images ├── AFlogo.png ├── CREDITS.md ├── GhidraPic.png ├── IDAWoman.png ├── IDAWoman.xcf ├── enigma.jpg ├── sleigh.png └── thewho.jpg ├── minimal_example ├── minimal_example.py └── ram_setup.py ├── talk_presentation.latex └── talk_presentation.pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/README.md -------------------------------------------------------------------------------- /SaintConCFP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/SaintConCFP -------------------------------------------------------------------------------- /Slides/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/.gitignore -------------------------------------------------------------------------------- /Slides/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Makefile -------------------------------------------------------------------------------- /Slides/Screenshots/AboutDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/AboutDialog.png -------------------------------------------------------------------------------- /Slides/Screenshots/AboutDialog.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/AboutDialog.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Analyzers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Analyzers.png -------------------------------------------------------------------------------- /Slides/Screenshots/Analyzers.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Analyzers.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/CreateParamsReturn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/CreateParamsReturn.png -------------------------------------------------------------------------------- /Slides/Screenshots/CreateParamsReturn.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/CreateParamsReturn.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ExecutionComplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ExecutionComplete.png -------------------------------------------------------------------------------- /Slides/Screenshots/ExecutionComplete.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ExecutionComplete.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/FinalFuncSig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/FinalFuncSig.png -------------------------------------------------------------------------------- /Slides/Screenshots/FinalFuncSig.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/FinalFuncSig.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/GhidraAPIJavadoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/GhidraAPIJavadoc.png -------------------------------------------------------------------------------- /Slides/Screenshots/GhidraAPIJavadoc.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/GhidraAPIJavadoc.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/GhidraHelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/GhidraHelp.png -------------------------------------------------------------------------------- /Slides/Screenshots/GhidraHelp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/GhidraHelp.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ImportDefLang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportDefLang.png -------------------------------------------------------------------------------- /Slides/Screenshots/ImportDefLang.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportDefLang.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ImportFileStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportFileStart.png -------------------------------------------------------------------------------- /Slides/Screenshots/ImportFileStart.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportFileStart.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ImportMoreLang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportMoreLang.png -------------------------------------------------------------------------------- /Slides/Screenshots/ImportMoreLang.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportMoreLang.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Imported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Imported.png -------------------------------------------------------------------------------- /Slides/Screenshots/Imported.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Imported.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ImportingFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportingFile.png -------------------------------------------------------------------------------- /Slides/Screenshots/ImportingFile.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ImportingFile.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/InitialFuncSig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/InitialFuncSig.png -------------------------------------------------------------------------------- /Slides/Screenshots/InitialFuncSig.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/InitialFuncSig.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/LookingAtC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/LookingAtC.png -------------------------------------------------------------------------------- /Slides/Screenshots/LookingAtC.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/LookingAtC.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/MWPreAnalysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MWPreAnalysis.png -------------------------------------------------------------------------------- /Slides/Screenshots/MWPreAnalysis.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MWPreAnalysis.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/MainAfterSig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainAfterSig.png -------------------------------------------------------------------------------- /Slides/Screenshots/MainAfterSig.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainAfterSig.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/MainGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainGraph.png -------------------------------------------------------------------------------- /Slides/Screenshots/MainGraph.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainGraph.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/MainWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainWindow.png -------------------------------------------------------------------------------- /Slides/Screenshots/MainWindow.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainWindow.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/MainWindowDataType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainWindowDataType.png -------------------------------------------------------------------------------- /Slides/Screenshots/MainWindowDataType.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/MainWindowDataType.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/NewProject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/NewProject.png -------------------------------------------------------------------------------- /Slides/Screenshots/NewProject.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/NewProject.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/OutputSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/OutputSelected.png -------------------------------------------------------------------------------- /Slides/Screenshots/OutputSelected.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/OutputSelected.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PCodeStepsPush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PCodeStepsPush.png -------------------------------------------------------------------------------- /Slides/Screenshots/PCodeStepsPush.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PCodeStepsPush.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PCodeStepsPushPCode.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PCodeStepsPushPCode.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PCodeStepsPushPcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PCodeStepsPushPcode.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLAarch64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLAarch64.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLAarch64.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLAarch64.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PLAarch64PCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLAarch64PCode.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLAarch64PCode.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLAarch64PCode.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PLLayersShowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLLayersShowing.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLLayersShowing.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLLayersShowing.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PLPCodeShowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLPCodeShowing.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLPCodeShowing.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLPCodeShowing.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PLShowLayers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLShowLayers.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLShowLayers.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLShowLayers.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PLShowLayersButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLShowLayersButton.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLShowLayersButton.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLShowLayersButton.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PLTurningOnPCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLTurningOnPCode.png -------------------------------------------------------------------------------- /Slides/Screenshots/PLTurningOnPCode.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PLTurningOnPCode.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Param0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param0.png -------------------------------------------------------------------------------- /Slides/Screenshots/Param0.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param0.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Param1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param1.png -------------------------------------------------------------------------------- /Slides/Screenshots/Param1.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param1.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Param2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param2.png -------------------------------------------------------------------------------- /Slides/Screenshots/Param2.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param2.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Param3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param3.png -------------------------------------------------------------------------------- /Slides/Screenshots/Param3.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param3.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Param4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param4.png -------------------------------------------------------------------------------- /Slides/Screenshots/Param4.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Param4.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PostImport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PostImport.png -------------------------------------------------------------------------------- /Slides/Screenshots/PostImport.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PostImport.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ProcessorManual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProcessorManual.png -------------------------------------------------------------------------------- /Slides/Screenshots/ProcessorManual.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProcessorManual.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ProgListing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProgListing.png -------------------------------------------------------------------------------- /Slides/Screenshots/ProgListing.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProgListing.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ProgListingCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProgListingCode.png -------------------------------------------------------------------------------- /Slides/Screenshots/ProgListingCode.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProgListingCode.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ProjCreated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProjCreated.png -------------------------------------------------------------------------------- /Slides/Screenshots/ProjCreated.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProjCreated.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ProjLoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProjLoc.png -------------------------------------------------------------------------------- /Slides/Screenshots/ProjLoc.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProjLoc.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ProjectType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProjectType.png -------------------------------------------------------------------------------- /Slides/Screenshots/ProjectType.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ProjectType.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/PushPcodeClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PushPcodeClose.png -------------------------------------------------------------------------------- /Slides/Screenshots/PushPcodeClose.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/PushPcodeClose.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Running1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Running1.png -------------------------------------------------------------------------------- /Slides/Screenshots/Running1.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Running1.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Running2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Running2.png -------------------------------------------------------------------------------- /Slides/Screenshots/Running2.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Running2.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManager.png -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManager.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManager.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManagerBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManagerBtn.png -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManagerBtn.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManagerBtn.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManagerEx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManagerEx.png -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManagerEx.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManagerEx.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManagerPCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManagerPCode.png -------------------------------------------------------------------------------- /Slides/Screenshots/ScriptManagerPCode.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/ScriptManagerPCode.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/SleepFunc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SleepFunc.png -------------------------------------------------------------------------------- /Slides/Screenshots/SleepFunc.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SleepFunc.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/SleepFuncCloser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SleepFuncCloser.png -------------------------------------------------------------------------------- /Slides/Screenshots/SleepFuncCloser.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SleepFuncCloser.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/SleepStruct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SleepStruct.png -------------------------------------------------------------------------------- /Slides/Screenshots/SleepStruct.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SleepStruct.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/StringFound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/StringFound.png -------------------------------------------------------------------------------- /Slides/Screenshots/StringFound.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/StringFound.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/StringInDecompile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/StringInDecompile.png -------------------------------------------------------------------------------- /Slides/Screenshots/StringInDecompile.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/StringInDecompile.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/Strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Strings.png -------------------------------------------------------------------------------- /Slides/Screenshots/Strings.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/Strings.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/StrippedSymbolTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/StrippedSymbolTree.png -------------------------------------------------------------------------------- /Slides/Screenshots/StrippedSymbolTree.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/StrippedSymbolTree.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/SymbolTreeExpand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SymbolTreeExpand.png -------------------------------------------------------------------------------- /Slides/Screenshots/SymbolTreeExpand.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SymbolTreeExpand.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/SymbolTreeHighlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SymbolTreeHighlighted.png -------------------------------------------------------------------------------- /Slides/Screenshots/SymbolTreeHighlighted.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SymbolTreeHighlighted.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/SymbolTreeList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SymbolTreeList.png -------------------------------------------------------------------------------- /Slides/Screenshots/SymbolTreeList.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/SymbolTreeList.xcf -------------------------------------------------------------------------------- /Slides/Screenshots/WindowDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/WindowDialog.png -------------------------------------------------------------------------------- /Slides/Screenshots/WindowDialog.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/Screenshots/WindowDialog.xcf -------------------------------------------------------------------------------- /Slides/images/AFlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/AFlogo.png -------------------------------------------------------------------------------- /Slides/images/CREDITS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/CREDITS.md -------------------------------------------------------------------------------- /Slides/images/GhidraPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/GhidraPic.png -------------------------------------------------------------------------------- /Slides/images/IDAWoman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/IDAWoman.png -------------------------------------------------------------------------------- /Slides/images/IDAWoman.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/IDAWoman.xcf -------------------------------------------------------------------------------- /Slides/images/enigma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/enigma.jpg -------------------------------------------------------------------------------- /Slides/images/sleigh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/sleigh.png -------------------------------------------------------------------------------- /Slides/images/thewho.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/images/thewho.jpg -------------------------------------------------------------------------------- /Slides/minimal_example/minimal_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/minimal_example/minimal_example.py -------------------------------------------------------------------------------- /Slides/minimal_example/ram_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/minimal_example/ram_setup.py -------------------------------------------------------------------------------- /Slides/talk_presentation.latex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/talk_presentation.latex -------------------------------------------------------------------------------- /Slides/talk_presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kc0bfv/Saintcon2019GhidraTalk/HEAD/Slides/talk_presentation.pdf --------------------------------------------------------------------------------