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
// gets uid 0 (iOS 11) | |
// add patchfinder and you should be good | |
// Abraham Masri @cheesecakeufo | |
/* | |
* Purpose: iterates over the procs and finds our proc | |
*/ | |
uint64_t get_our_proc() { |
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
// Pure C-complaint React-like syntax proposal for libui for building dynamic native | |
// user interfaces in reactive manner. | |
// "h" function is vararg function that returns itself, so it's possible to chain calls | |
// without need to write "h" again and again, only in cases you need to break the chain | |
// with semicolon. | |
// As its first parameter "h" takes component function pointer of the next definition: | |
// void Component(uiConstructor h, ...) | |
// and then list of key-value pairs a-la props in React.js land. The props list must end |
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
* Name: IBM2IEEE ASSEMBLE IBM00010 | |
* IBM00020 | |
* Author: David Harper, University of Liverpool Computer Lab IBM00030 | |
* Email: [REDACTED] IBM00040 | |
* Date: 24 April 1989 IBM00050 | |
* IBM00060 | |
* Purpose: To convert IBM Dfloat data to IEEE IBM00070 | |
* IBM00080 | |
* Linkage convention: Waterloo C IBM00090 | |
* IBM00100 |
OlderNewer