Hi guys, My friends talked to me about FFXV and how they tried to “datamine” the game on Windows to collect some hidden info and so on. So, I helped them to get what they needed (and since my project is not finished, I won’t talk about it for now). I will surely post some pictures …
Hi guys. I need some motivational poweeeeer. Okay, it is a bit exaggerated. In fact, I’ve seen some projects and it is just amazing how the presentations are smooths and beautiful. It is a bit hard to not compare your work to these guys. But well, let’s try my best with my own “superpowers”: I’ve …
Hi guys, I finished the code, it takes more time than I’ve expected. There is still a lot to think about, but er… A short post on how it looks like.In the top-right of the picture are the previews and all the parameters of the generic habitat composed of three parts: the Trees-habitat (Canopy), the slab, …
Hi everyone, I am really excited to be able to find a way to make a new kind of parametric dome. In fact, with this new part of the structure, I will be able to modify the size of the cells and the light that will enter the dome. Actually, I am working on the …
Hi guys, A short post (urgh) about these two endless days. I’ve finally been able to put a Sunpath diagram and learn how to generate a real-time shadow depending on the local time and localization. I used Ladybug plug-in since it is a loss of time to make a tool that is already existed for …
Hello everyone, I am currently looking for a way to use the sun inclination on Mars. What is really easier on Mars instead of the other planets is that the day and the rotation axis is quite similar to Earth. One day on Mars (called “Sol”) is about 24h37min on Earth, but the only change …
Hey. Today I’ll talk about the main subject of my first chapter in binary exploitation. I’ll talk about how unserialize works in PHP and think about some ways to exploit that to be able to do ROP with a use-after-free. What’s unserialize? unserialize() is a PHP function used to transform a string into various …
Hello, today I’ll get back to my [bin] series and talk a little bit more about use-after-free, the vulnerability I’m focusing on because it could be a great way to merge two subjects I like (binary exploitation and web), once I’ll master the exploitation process of these vulnerabilities. I probably won’t be able to exploit …
Hello everybody, today I’ll try to exploit a fastbin duplication attack, it is an attack pretty common in capture the flag events these days if I understand correctly and it will help me get into heap exploitation. This attack is pretty simple in theory so it can be easily explained. How does the attack …
Hey, let’s go back to binary exploitation after a quick hiatus. I’ll talk about sigreturn-oriented programming today or SROP in short. I managed to exploit a challenge using that technique today and this post will be more or less a summary of what the technique does and what I did learn along the challenge resolution. …