분류 전체보기

Gotta go fast Release: https://github.com/h0meb0dy/CTF/raw/main/picoCTF%202021/Download%20Horsepower/Download%20Horsepower.zip Environment Setting V8 commit hash: 506aeae95dd03c734e43f30ffc2a939e5bbb79bf Analysis diff --git a/src/init/bootstrapper.cc b/src/init/bootstrapper.cc index ce3886e87e..6621a79618 100644 --- a/src/init/bootstrapper.cc +++ b/src/init/bootstrapper.cc @@ -1754,6 +1754,8 @@ ..
Start your engines!! Release: https://github.com/h0meb0dy/CTF/raw/main/picoCTF%202021/Kit%20Engine/Kit%20Engine.zip Environment Setting V8 commit hash: 506aeae95dd03c734e43f30ffc2a939e5bbb79bf Analysis /* src/d8/d8.cc */ Local Shell::CreateGlobalTemplate(Isolate* isolate) { Local global_template = ObjectTemplate::New(isolate); // Add challenge builtin, and remove some unintented solutions global..
literally 1984. note: you should read the design doc of The Cage and its code; try to understand how it works, since it'll be hard to solve this challenge by just jit monkeying. Release: https://github.com/h0meb0dy/CTF/raw/main/DiceCTF%202022/memory%20hole/1984.tar.gz Environment Setting V8 commit hash: 277fdd1de7110a889f6fd4c2da2ddfdf2f28416f GN arguments (for debugging): v8_no_inline=true v8_o..
Environment Setting V8 V8 commit hash: 1976a3f375fb686a12d0577b0a01b164d8481414 GN arguments (for debugging): v8_no_inline=true v8_optimized_debug=false is_component_build=false WABT https://github.com/WebAssembly/wabt cd ~ git clone https://github.com/WebAssembly/wabt/ cd wabt git submodule update --init make export PATH=$HOME/wabt/out/clang/Debug:$PATH echo -e '\nexport PATH=$HOME/wabt/out/cla..
보호되어 있는 글입니다.
homeb0dy
'분류 전체보기' 카테고리의 글 목록