Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
bump sflock for .iqy/.slk support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbremer committed May 29, 2018
1 parent 2789165 commit 5557c9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cuckoo/data/analyzer/windows/lib/api/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ class PROCESS_BASIC_INFORMATION(Structure):
if NT_SUCCESS(ret) and size.value == sizeof(pbi):
return pbi.InheritedFromUniqueProcessId

return None

def _encode_args(self, args):
"""Convert a list of arguments to a string that can be passed along
on the command-line.
Expand Down
2 changes: 1 addition & 1 deletion cuckoo/data/analyzer/windows/lib/core/packages.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2012-2013 Claudio Guarnieri.
# Copyright (C) 2014-2017 Cuckoo Foundation.
# Copyright (C) 2014-2018 Cuckoo Foundation.
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.

Expand Down
4 changes: 2 additions & 2 deletions cuckoo/private/cwd/hashes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ cde76689871c88ef2d4a8fe0c3166eb61611eecf analyzer/darwin/analyzer.py
f47c2c7c0b1dddee583e81b95af5a8bd91b0dfec analyzer/darwin/lib/api/screenshot.py
bf3c56805ea0bf44a7fb6c8c16ee91e9d22f9a17 analyzer/darwin/modules/auxiliary/screenshots.py
938296b4ffd21227b734c0a0f2aa1d42af30b133 analyzer/windows/analyzer.py
91a0a9899a097bffeffe53dc9f5492e79f64ede0 analyzer/windows/lib/api/process.py
d91f04fc4905992775b03803d151749b065fd294 analyzer/windows/lib/api/process.py
f3fb4ee79b58b0dc5cae25736bc4044c4928e5e6 analyzer/windows/lib/core/ioctl.py
1f56aab8899036e07cb55e646f3c9ab6eeaaaefd analyzer/windows/lib/core/packages.py
ac5fdbe143a2f570eb5cf402f55b0d2d533858ea analyzer/windows/lib/core/packages.py
c20de27af88764a032cd26ea4463719020ed356a analyzer/windows/modules/packages/ie.py
ef61874f212369d734b731f99d01887f317bf49a analyzer/windows/modules/packages/jse.py
6fc303501997e2c491417eabcbec7e58cb496c1d monitor/e071e63a66e831163a40abc45109fdf71fee829e/inject-x64.exe
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def do_setup(**kwargs):
"python-dateutil==2.4.2",
"python-magic==0.4.12",
"roach>=0.1.2, <0.2",
"sflock>=0.3.2, <0.4",
"sflock>=0.3.3, <0.4",
"sqlalchemy==1.0.8",
"unicorn==1.0.1",
"wakeonlan==0.2.2",
Expand Down

0 comments on commit 5557c9d

Please sign in to comment.