Skip to content

Instantly share code, notes, and snippets.

@katrinafyi
Last active October 31, 2024 01:35
Show Gist options
  • Save katrinafyi/8bcc7a6756b6f467a658e292181cdf8b to your computer and use it in GitHub Desktop.
Save katrinafyi/8bcc7a6756b6f467a658e292181cdf8b to your computer and use it in GitHub Desktop.
aarch64-suse-linux-gcc a.c
#include <stdio.h>
int main(void){return 3;}
a.out: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0d9f1826a954dcfc94521dc92b259b00c47cd515, for GNU/Linux 3.7.0, with debug_info, not stripped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment