Skip to content

Commit

Permalink
its loading a file, so its .path
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jul 3, 2017
1 parent bded10c commit 2241e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/mappings/cuckoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CuckooProcessLoader(interfaces.IMemoryLoader):
desc = 'Load a Cuckoo memory dump'

def __init__(self, opts):
self.loader = CuckooProcessMapper(opts.target.netloc)
self.loader = CuckooProcessMapper(opts.target.path)

def make_memory_handler(self):
return self.loader.make_memory_handler()
Expand Down

0 comments on commit 2241e34

Please sign in to comment.