Skip to content

Commit a2505c5

Browse files
authored
Merge pull request #14 from Manouchehri/clarify1
Clarify Exception
2 parents 0844b28 + 1b5f645 commit a2505c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angrop/rop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def chain_builder(self):
249249
self.roparg_filler)
250250
return self._chain_builder
251251
else:
252-
raise Exception("No gadgets, call find_gadgets() or load_gadgets() first")
252+
raise Exception("No gadgets available, call find_gadgets() or load_gadgets() if you haven't already.")
253253

254254
def _block_has_ip_relative(self, addr, bl):
255255
"""

0 commit comments

Comments
 (0)