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
The DEP option for each module is interesting to have, but it doesn't tell you much because DEP could be enabled anyway. Below is a code snippet that checks if DEP is enabled in the process (it's also a neat DLL that you can inject to enable DEP on processed that don't have it enabled):
The checksec plugin currently only enumerates items in the Module::ModuleInfo and checks if the DllCharacteristics has the IMAGE_DLLCHARACTERISTICS_NX_COMPAT flag set. I don't believe I have any active checks done on the current debugged processes, they are passively collected via flags set in the PE headers.
The DEP option for each module is interesting to have, but it doesn't tell you much because DEP could be enabled anyway. Below is a code snippet that checks if DEP is enabled in the process (it's also a neat DLL that you can inject to enable DEP on processed that don't have it enabled):
The text was updated successfully, but these errors were encountered: