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
This is a tool for obfuscating functions in C/C++ programs on Windows. It hides what a function does by changing its code while the program is running, moves that code to another place in memory, and uses Windows exception handling to jump to the moved code when the function is called.
FlashTools API is for the ATSAM3X8E microcontroller and provides functionality for internal flash operations and memory protection. Provides an interface with the MCU's embedded flash controller and memory protection unit.
This repository is a comprehensive guide on kernel symbols in Linux, detailing the exploration and manipulation of symbols, system calls, and memory protection mechanisms. It features well-structured modules with source code and documentation.
An implementation of mprotect() and pkey_mprotect() for Rust. This enables Rust to set access rights to each pages, using PTE flags or Intel MPK (Memory Protection Keys).