Dynamic validation and code modification detection
Hello all. Would codesigning SecCodeCheckValidity detect, if someone modified the running code in memory without touching mach-o container? Like changing conditional branch to unconditional, or changing some variable in the global/static data?
Thank you.