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
Return to dl_resolve attack is some kind of easy and difficult, easy to exploit but difficult to calculate.
However, roputils has already solved the problem with a similar ROP class. Hope someone can migrate that from roputils.
Also, registers setting in x64 can be quite easier with MAGIC GADGET, which can be found in init function of almost all elf binary. Roputils also solve that.
The text was updated successfully, but these errors were encountered:
Return to dl_resolve attack is some kind of easy and difficult, easy to exploit but difficult to calculate.
However, roputils has already solved the problem with a similar ROP class. Hope someone can migrate that from roputils.
Also, registers setting in x64 can be quite easier with MAGIC GADGET, which can be found in init function of almost all elf binary. Roputils also solve that.
The text was updated successfully, but these errors were encountered: