|
You are here |
pwning.net | ||
| | | | |
grazfather.github.io
|
|
| | | | | ||
| | | | |
wachter-space.de
|
|
| | | | | This is a writeup of an easy/medium pwn challenge called "Profile" featuring a type confusion, some GOT overwriting, and a funny but unnecessary one gadget exploit for the fun of it. We are given the following files: main.c profile (binary) Dockerfile docker-compose.yml Let's look at main.c and see if we can spot a vulnerability from the provided source code. #include #include #include #include struct person_t { int id; int age; char *name; }; void get_value(const char *msg, void *pval) { printf("%s", ms... | |
| | | | |
karmanyaah.malhotra.cc
|
|
| | | | | [AI summary] The user provided a detailed write-up of their experience solving various pwn challenges in the bcactf 2022 competition. They described the techniques used for each challenge, including format string exploits, ROP chains, and libc leak methods. The write-up also mentions the final score and the team's placement in the high school division. | |
| | | | |
crocidb.com
|
|
| | | Following my first GameBoy, the DMG, now I got a GameBoy color and replaced the buttons and gave it a clean. Also Update on my game for the platform | ||