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 with Arguments<br />

• You can pass in information <strong>to</strong> the method via an argument<br />

def openDoor(direction):<br />

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

grab doorknob with hand<br />

turn doorknob direction<br />

push door<br />

let go of doorknob<br />

• Specify the arguments in each call<br />

openDoor(“clockwise”)<br />

openDoor(“counter clockwise”)<br />

#OSDFCon 8

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

Saved successfully!

Ooh no, something went wrong!