Skip to content

Instantly share code, notes, and snippets.

View michaelneuper's full-sized avatar

Michael Neuper michaelneuper

View GitHub Profile
@michaelneuper
michaelneuper / LPX-Trial-Reset.sh
Created August 9, 2023 11:17 — forked from maxwellmlin/LPX-Trial-Reset.sh
Logic Pro X Trial Reset
mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash
@michaelneuper
michaelneuper / hello_world.asm
Created October 17, 2022 17:46
Hello world program in assembly
; hello_world.asm
;
; Author: Michael Neuper
global_start
section .text:
_start:
mov eax, 0x4 ; use write syscall