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
Code caves are okay for small pieces of code, but sometimes it makes more sense to allocate an entire section within the binary. This allows for introduction of larger pieces of code to the binary with less restrictions.
Pros:
Inject more code very easily
Cons:
Modifies the binary more significantly than using a code cave
Might require IDA to reload the binary
The text was updated successfully, but these errors were encountered:
Code caves are okay for small pieces of code, but sometimes it makes more sense to allocate an entire section within the binary. This allows for introduction of larger pieces of code to the binary with less restrictions.
Pros:
Cons:
The text was updated successfully, but these errors were encountered: