The Gistre Blog
Posts with the tag c++:
How the Nintendo Switch booting process was hacked
2023-12-11
2327 words
11 minutes
switch
tegra
buffer overflow
boot
recovery mode
c++
english
Victor-Emmanuel Provost
Introduction to the Nintendo Switch booting process and how it was hacked using a buffer overflow in the recovery mode.
Address Sanitizer Internals
2023-02-01
3206 words
16 minutes
asan
english
c
c++
gcc
llvm
msvc
memory
sanitizer
Benjamin Peter
Going in depth into the Address Sanitizer internals.