What AOP tools exist for doing aspect-oriented programming at the assembly language level against x8
- by JohnnySoftware
Looking for a tool I can use to do aspect-oriented programming at the assembly language level. For experimentation purposes, I would like the code weaver to operate native application level executable and dynamic link libraries.
I have already done object-oriented AOP. I know assembly language for x86 and so forth. I would like to be able to do…