13 lines
274 B
Plaintext
Executable File
13 lines
274 B
Plaintext
Executable File
#!/home/kali/htb/challenges/reversing/Spooky License/angr/bin/python3
|
|
## -*- coding: utf-8 -*-
|
|
##
|
|
## Jonathan Salwan - 2014-05-12 - ROPgadget tool
|
|
##
|
|
## http://twitter.com/JonathanSalwan
|
|
## http://shell-storm.org/project/ROPgadget/
|
|
##
|
|
|
|
import ropgadget
|
|
|
|
ropgadget.main()
|