Christine Leemicrowavestine.hashnode.dev·Jun 13, 2024Installing Ghidra on Mac M1 feat. Installing Java, Gradle using Nix EnvInstalling Java https://search.nixos.org/packages?channel=24.05&show=jdk&from=0&size=50&sort=relevance&type=packages&query=jdk I don't use flakes so I've installed using nix-env -iA nixpkgs.jdk Close and reopen terminal Check with java --version a...31 readsNix
Talsonripp3rdoc.hashnode.dev·Aug 25, 2023SigReturn-Oriented Programming (SROP) Technique — Binary ExploitationReturn-Oriented Programming (ROP) stands as a prominent technique employed in the realm of exploitation, effectively circumventing security mechanisms such as NX/DEP. By delving into the intricacies of the ROP technique, an array of innovative "retur...7 likes·444 readsreturn oriented programming