[DreamHack] [LINE CTF 2021] babychrome
https://dreamhack.io/wargame/challenges/398/ Another babychrome Environment Setting Install depot_tools cd ~ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git export PATH=$HOME/depot_tools:$PATH echo -e '\nexport PATH=$HOME/depot_tools:$PATH' >> ~/.bashrc Get V8 source code cd ~ mkdir v8 cd v8 fetch v8 cd v8 git checkout c126700cbc1f7391b8b717f7c54b4f9537355db7 gclient s..