
Reverse Engineering Software Explained
You just have the binary – can you work out what it does & how? Dr Steve Bagley talks about how you might reverse engineer a piece of software.
Read More
Retrocoding the World’s Smallest Windows App in x86 ASM
- Frank
- March 25, 2021
- 80386
- assembly language
- assembly language for beginners
- assembly language tutorial
- davepl
- ethical hacking
- learn to code
- machine code
- machine code explained
- machine code instructions
- machine code programming
- machine code tutorial
- Original author
- reverse engineering
- reverse engineering software
- reverse engineering tutorial
- software (industry)
- task manager
- Visual Studio
- Visual Studio 2019
- Visual Studio Code
- visual studio code c++
- windows programming
- x86
Dave from Dave’s Garage builds the World’s Smallest Windows application live in x86 assembly using only a text editor and the command line to assemble the program using the Microsoft MASM assembler. Whether you’re a professional programmer or just curious about how assembly language works, what makes it different from machine language, and why it […]
Read More
IKEA Bekant Table Hacking
I have adjustable desk to switch between standing and sitting that I got from IKEA. My only frustration is that it does not remember previous locations – you just can’t press a button and adjust to saved location. Fortunately, Robin Reiter reverse engineered the electronics of his IKEA Bekant adjustable table and was able to […]
Read More