from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["vuln.c"], static_flag="")
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["mybinary.c"], share_source=True)
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["vuln.c"])
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["mybinary.c"], share_source=True, static_flag="this_is_the_flag", remote=True)
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["vuln.c"], static_flag="Qxy)B@602!!|")
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["vuln.c"], static_flag="welcome to cybersecurity")
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(makefile="Makefile", binary_name="mybinary")
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(makefile="Makefile", static_flag=r"gigem{counteradvise_orbitoides}", binary_name="acrylic")
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["rop1.c"],static_flag="lasactf{ret_1s_c0ol}")
from hacksport.problem_templates import CompiledBinary Problem = CompiledBinary(sources=["myproblem.c"], flag_file="key", aslr=True, remote=True)