Category Archives: Chia sẻ kỹ thuật

Tháng Mười Một 11, 2024

Flareon 11 Writeup Part 3

Challenge 9 – serpentine Given a x64 executable. Run it, it’s absolute Flag checker At main function First, it registers an ExceptionFilter but the handler is nothing but an simple error message and exit Key is copied into an ...

Flareon 11 Writeup Part 2

Challenge 6 – bloke2 We were provided with some Verilog files, specifically test benches and modules for the implementation of BLAKE2 hash calculations. After compiling the test bench files and examining their output, I am now mainl...