This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file fb.c | |
* @brief Wii U framebuffer library | |
* This file is under GNU GPL | |
* Copiright(c) 2017 rw-r-r_0644, QuarkTheAwesome | |
*/ | |
#include "fb.h" | |
u32* gx2_regs; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2017 rw-r-r-0644, QuarkTheAwesome | |
* Code under GNU GPL license | |
*/ | |
#include "fb.h" | |
#include <stdlib.h> | |
#include <malloc.h> | |
#include <system/memory.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (C) 2017 rw-r-r-0644 */ | |
#include <stdio.h> | |
#include <fcntl.h> | |
#include <unistd.h> | |
#include <stdlib.h> | |
char m[1<<16],*o=m,*p;j,k;main(a,b)char**b;{for(k=lseek(j=open(b[1 | |
],0),0,2),lseek(j,0,0),read(j,p=calloc(k+1,1),k);*p;p++){(j=*p)>42 | |
&j<47?j&1?*o+=44-j:j&2?putchar(*o):read(0,o,1):(j&~2)==60?o+=j-61: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=mkgpt-git | |
pkgver=r8.7f78e38 | |
pkgrel=1 | |
pkgdesc="Command line tool to generate disk images containing GPT partition tables" | |
arch=('i686' 'x86_64') | |
url="https://github.com/jncronin/mkgpt" | |
license=('MIT') | |
makedepends=('git') | |
provides=('mkgpt') | |
conflicts=('mkgpt') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
#include <assert.h> | |
#include <time.h> | |
#define NVALUE 9 // box contains no value | |
#define SECT(n) ((n / 3) * 3) // start of sector for index | |
#define NSECT(n) (SECT(n) + 3) // start of next sector for index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdint.h> | |
#include <stdarg.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <time.h> | |
#include "codes.h" | |
#include "vle.h" | |
char *psize(int size, uint32_t value) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include <wut.h> | |
#include <stdint.h> | |
#include <sys/time.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <unistd.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asn1=SEQUENCE:pubkeyinfo | |
[pubkeyinfo] | |
algorithm=SEQUENCE:rsa_alg | |
pubkey=BITWRAP,SEQUENCE:rsapubkey | |
[rsa_alg] | |
algorithm=OID:rsaEncryption | |
parameter=NULL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asn1=SEQUENCE:pubkeyinfo | |
[pubkeyinfo] | |
algorithm=SEQUENCE:rsa_alg | |
pubkey=BITWRAP,SEQUENCE:rsapubkey | |
[rsa_alg] | |
algorithm=OID:rsaEncryption | |
parameter=NULL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0005001010000100] | |
boot1 version history | |
Not on NUS: | |
v1006 | |
v6164 | |
On NUS: | |
v8296 (1.0.1 ??) | |
v8325 (2.0.0) |