- test'"></script></textarea>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
#-*- encoding: Utf-8 -*- | |
from re import sub, match | |
from struct import pack | |
from urllib.request import Request, urlopen | |
# From objdump output, reconstruct a basic ELF file with symbols suitable for IDA. | |
level = 1 | |
api_key = 'YOU API KEY HERE' |