08.24
While working on my 8086 emulator, I figured I might write something nice in 8086 assembly as well. This is what I came up with.
Read More >>
Code your own reality
While working on my 8086 emulator, I figured I might write something nice in 8086 assembly as well. This is what I came up with.
Read More >>
I bet you have come across some software you’ve made which you didn’t want the AV to pick up. This article explains how to import from DLLs without having to call GetProcAddress, and also how to encrypt your data section. Anti-viruses rely heavily on their heuristics, if all other (signature) scans fail. The patterns they search for in your executable, are the functions being imported, and the order they are being called.
Read More >>
Long time since I’ve updated the blog. Nothing has really been going on. Currently working on a freelance project and a physics project (as a school project, which I will post here too). It currently only detects kinetic energy of an object from a webcam, given the mass.
It’s not the best, but it works. Will post the details soon and the source code & binaries later. Currently porting it to Qt, making it use the nice QwtPlot widget, and planning on integrating Potential Energy, so the user can see the transformation of Kinetic Energy to Potential Energy and vice versa.