Skip to content

Commit 981f1fa

Browse files
authored
Merge pull request #5 from salls/test/moar
update paths to binaries
2 parents cfe04fd + b8a7537 commit 981f1fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_rop.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import logging
88
l = logging.getLogger("angrop.tests.test_rop")
99

10-
bin_location = str(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../binaries-private'))
1110
public_bin_location = str(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../binaries/tests'))
1211
test_data_location = str(os.path.dirname(os.path.realpath(__file__)))
1312

@@ -126,7 +125,7 @@ def test_rop_x86_64():
126125

127126

128127
def test_rop_i386_cgc():
129-
b = angr.Project(os.path.join(bin_location, "cgc_scored_event_1/cgc/0b32aa01_01"))
128+
b = angr.Project(os.path.join(public_bin_location, "cgc/sc1_0b32aa01_01"))
130129
rop = b.analyses.ROP()
131130
rop.find_gadgets_single_threaded()
132131

0 commit comments

Comments
 (0)