Featured
-
automotive
Building a Car Hacking Test Bench
Modern cars are computers on wheel, dozens of ECUs, multiple busses, wireless interfaces, and a threat model that keeps expanding. For the past few years I dipped my toes in the automotive security scene. It’s now time to take a deep …
-
How to extract an AppImage and add it to the Ubuntu Sidebar
In this post, we’ll guide you through extracting an AppImage and integrating it into the Ubuntu sidebar for easy access. As an example, we’ll use SavvyCAN, a CANBus reverse engineering tool.
-
Committing Changes to a Pull Request Branch Created from a Fork
Sometimes a pull request on GitHub.com needs some work before it can be merged into the project but you don’t want to force the required work on the pull requests original author. You’re allowed to make changes to the pull …