Skip to content

Instantly share code, notes, and snippets.

@jarek-przygodzki
jarek-przygodzki / procmon.go
Last active August 18, 2023 09:26
procmon - tools to monitor process creation on various platforms
package main
import (
"bytes"
"encoding/binary"
"fmt"
"os"
"syscall"
"unsafe"
@Liryna
Liryna / ARMDebianUbuntu.md
Last active April 6, 2024 15:22
Emulating ARM on Debian/Ubuntu

You might want to read this to get an introduction to armel vs armhf.

If the below is too much, you can try Ubuntu-ARMv7-Qemu but note it contains non-free blobs.

Running ARM programs under linux (without starting QEMU VM!)

First, cross-compile user programs with GCC-ARM toolchain. Then install qemu-arm-static so that you can run ARM executables directly on linux