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
If the compiler does not conform to the AAPCS standard, how should I use Frida-Gum? Or how can I ensure that the program conforms to the AAPCS standard?
In the case of AArch64, it uses x16 and x17. after 16 bytes, If the x16 and x17 registers are used without assigning values to them, it's incorrect. How should I check this situation?
The text was updated successfully, but these errors were encountered:
If the compiler does not conform to the AAPCS standard, how should I use Frida-Gum? Or how can I ensure that the program conforms to the AAPCS standard?
In the case of AArch64, it uses x16 and x17. after 16 bytes, If the x16 and x17 registers are used without assigning values to them, it's incorrect. How should I check this situation?
The text was updated successfully, but these errors were encountered: