Skip to content

Instantly share code, notes, and snippets.

View enderdzz's full-sized avatar
🎯
Focusing

Ender enderdzz

🎯
Focusing
View GitHub Profile
@enderdzz
enderdzz / normcore-llm.md
Created September 2, 2023 01:21 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@enderdzz
enderdzz / resources.md
Created August 11, 2020 07:30 — forked from muff-in/resources.md
Assembly Language / Reversing / Malware Analysis -resources

Assembly Language / Reversing / Malware Analysis -resources

Twitter: Muffin

⭐Assembly Language

@enderdzz
enderdzz / TurnipPrices.cpp
Created April 7, 2020 05:43 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{
@enderdzz
enderdzz / keybase.md
Last active November 15, 2019 02:55
keybase.md

Keybase proof

I hereby claim:

  • I am enderdzz on github.
  • I am enderdzz (https://keybase.io/enderdzz) on keybase.
  • I have a public key whose fingerprint is FAC2 A968 1A67 3EE5 0A91 A961 994D 3D86 44BB B5F9

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
execve("/qemu/arm-linux-user/qemu-arm", ["qemu-arm", "-L", "/usr/arm-linux-gnueabi/", "./foo"], [/* 17 vars */]) = 0
brk(NULL) = 0x3bee000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=56097, ...}) = 0
mmap(NULL, 56097, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f618f618000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3