Pinned Loading
-
-
Example of calling into the kernel v...
Example of calling into the kernel vdso directly 1#include <stdio.h>
2#include <sys/auxv.h> // For getauxval and AT_SYSINFO_EHDR
3#include <string.h>
4#include <elf.h>
5 -
DigitalOcean_NoVNC_Paste.js
DigitalOcean_NoVNC_Paste.js 1// This will open up a prompt for text to send to a console session on digital ocean
2// Useful for long passwords
3(function () {
4var t = prompt("Enter text to be sent to console, (This wont send the enter keystroke)").split("");
5function f() {
-
LLVM_Musl_install_notes.bash
LLVM_Musl_install_notes.bash 1exit # Dont run this as a script
23# LLVM seems to work great on Musl, there only seems some build errors
4# when trying to build the sanitizers. So sanitizers have been disabled.
5# This is rougly based on this:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.