Skip to content

Instantly share code, notes, and snippets.

@tfaris
Created October 25, 2017 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfaris/be316509c3642d947965e427d54e308c to your computer and use it in GitHub Desktop.
Save tfaris/be316509c3642d947965e427d54e308c to your computer and use it in GitHub Desktop.
[ArmedXpert Plugin] Load an osiris .oar or .oer file
from nichevision.forensics.armedxpert.SampleSource import SampleSourceOSIRISOER
src = SampleSourceOSIRISOER(
r"filepath.oar",
True)
src.BeginLoadingSource(False)
for sample in src.AllEntries:
print sample.SampleName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment