I’m a back-end software engineer.
I studied software engineering and cybersecurity at 42 Brussels and UCLouvain, and I’ve worked at Tweetz and Wilink. In my free time, I enjoy exploring cybersecurity.
Feel free to contact me here: jdecorte@proton.me
I’m a back-end software engineer.
I studied software engineering and cybersecurity at 42 Brussels and UCLouvain, and I’ve worked at Tweetz and Wilink. In my free time, I enjoy exploring cybersecurity.
Feel free to contact me here: jdecorte@proton.me
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
A binary packer for ELF (32/64-bit) and Mach-O executables. Encrypts the .text section with RC4 and injects a self-decrypting shellcode payload.
C 11
A C implementation of the classic Dining Philosophers problem. A 42 school project exploring threading, mutexes, and semaphores to solve synchronization issues.
C 19