Reversing old ECUs (P30 analysis p.2)
Now that we dumped the firmware, let’s see what that unknown tune is all about…
Building a custom infotainment system
What makes great car chases in movies and video games? The soundtrack.
Random OSX Crackmes Writeups
Here are some writeups for OSX crackmes randomly taken from reverse.put.as. If you haven’t done them and want to try them, of course this will spoil you. They are mostly very easy serial checkers, so let’s try to do it with only static analysis.
Fuzzing IOCTLs with angr
angr and I will join forces in a quest through anarchy, reversing compiled kernel modules to tear their beloved ioctls down…
Instruction counting with v0lt
Instruction Counting is a black-box approch at determining a program’s internal conception, just by counting the number of executed instructions.