27

Seeing anything serious written in cpp with in line assembly, that level of witchcraft fascinates me

Comments
  • 2
    I wrote a hooking library in c++. It modifies the assembly of a program to insert new function calls where you want. Super fun and challenging, I recommend diving in

    Google Polyhook to find it.
  • 1
    @stevemk14ebr see that. Exactly that. Witchcraft!
Add Comment