16.11.2015 Views

Python Autopsy A Quick Introduction to Scripting Autopsy Brian Carrier

Brian-Carrier_Python-Autopsy-Talk

Brian-Carrier_Python-Autopsy-Talk

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Methods<br />

• Method: A set of instructions with a name<br />

def openDoor():<br />

extend arm <strong>to</strong> doorknob<br />

grab doorknob with hand<br />

turn doorknob clockwise<br />

push door<br />

let go of doorknob<br />

• Methods can then be called in a single line:<br />

openDoor()<br />

#OSDFCon 7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!