Skip to content

Commit a157d53

Browse files
committed
disable gancarb double run
1 parent 4ea83f6 commit a157d53

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/test_pe.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,13 @@ def randomize_config_value(ql, key, subkey):
136136

137137
del ql
138138

139-
ql = Qiling(["../examples/rootfs/x86_windows/bin/GandCrab502.bin"], "../examples/rootfs/x86_windows",
140-
verbose=QL_VERBOSE.DEBUG, profile="profiles/windows_gandcrab_russian_keyboard.ql")
141-
num_syscalls_russ = ql.os.utils.syscalls_counter
139+
# ql = Qiling(["../examples/rootfs/x86_windows/bin/GandCrab502.bin"], "../examples/rootfs/x86_windows",
140+
# verbose=QL_VERBOSE.DEBUG, profile="profiles/windows_gandcrab_russian_keyboard.ql")
141+
# num_syscalls_russ = ql.os.utils.syscalls_counter
142142

143-
ql.run()
144-
del ql
143+
# ql.run()
144+
# del ql
145+
145146
# let's check that gandcrab behave takes a different path if a different environment is found
146147
assert num_syscalls_admin != num_syscalls_user != num_syscalls_russ
147148

0 commit comments

Comments
 (0)