Projects with this topic
-
A powerful utility to hunt down Bitcoin private keys from deleted wallet.dat files or damaged hard drives. If you accidentally deleted your Bitcoin Core wallet or formatted your disk, this tool can help. It bypasses the file system and scans the raw data directly, looking for the unique "fingerprint" (ASN.1 signature) of Bitcoin private keys to recover them from the digital wreckage.
Updated -
Ongoing side-track of the minesweeper-bot project for experiments on code-injection. This project aims to 1) halt a program. 2) change the code at the instruction pointer to a mmap in order to get a new page of executable memory. 3) write arbitrary code to the mmap'ed new page. 4) change the code at the instruction pointer to jump into the mmap'ed page and execute the code there, 5) return the program to the state at the beginning and continue as if nothing happened.
Updated -
Common Lisp packages for POSIX memory-mapped files: higher level CL-MMAP and its dependency, MMAP
Updated -
IPC library for POSIX systems.
Updated