Skip to content

Instantly share code, notes, and snippets.

@avarf
avarf / QEMU_ON_M1.md
Created December 7, 2020 09:34 — forked from citruz/QEMU_ON_M1.md
Create Ubuntu and Windows VMs with QEMU on Apple Silicon

Running Linux and Windows on M1 with QEMU

30.11.2020: Updated with the new patchseries and instructions for Windows

2.12.2020: Added tweaks

Building QEMU

@avarf
avarf / exploit.py
Created February 18, 2017 09:08 — forked from AE5/exploit.py
if __name__ == '__main__':
import sys
import mp4
import argparse
def write_file(path, content):
with open(path, 'wb') as f:
f.write(content)
def addr(sval):