Skip to content

Latest commit

 

History

History

script_pbctf_bintree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Script: pbctf 2021 Binary Tree

A script to solve the challenge Binary Tree from the 2021 pbctf. The challenge including source code can be found in the pbctf 2021 repo. The script uses MLIL to build up the search graph and then finds the shortest path through it and finally converts that path into the flag.

Output

The script takes about 30 seconds to run on the binary and eventually gives output like this:

bintree solver results