You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to apply this project to the ARM architecture. What should I pay attention to, how should I plan the entire process, and can the author provide some feedback
The text was updated successfully, but these errors were encountered:
it's not impossible but it wouldn't be the same. the whole reason this works is because it abuses x86 by doing everything through lookup tables. you could definitely make a compiler that is only allowed to generate a couple of instructions that make lookup tables possible, and the resulting binary would most likely still look really obfuscated.
I want to apply this project to the ARM architecture. What should I pay attention to, how should I plan the entire process, and can the author provide some feedback
The text was updated successfully, but these errors were encountered: