We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe04fd + b8a7537 commit 981f1faCopy full SHA for 981f1fa
tests/test_rop.py
@@ -7,7 +7,6 @@
7
import logging
8
l = logging.getLogger("angrop.tests.test_rop")
9
10
-bin_location = str(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../binaries-private'))
11
public_bin_location = str(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../binaries/tests'))
12
test_data_location = str(os.path.dirname(os.path.realpath(__file__)))
13
@@ -126,7 +125,7 @@ def test_rop_x86_64():
126
125
127
128
def test_rop_i386_cgc():
129
- b = angr.Project(os.path.join(bin_location, "cgc_scored_event_1/cgc/0b32aa01_01"))
+ b = angr.Project(os.path.join(public_bin_location, "cgc/sc1_0b32aa01_01"))
130
rop = b.analyses.ROP()
131
rop.find_gadgets_single_threaded()
132
0 commit comments