Jump jump
The Mac Dad will make you jump jump
Daddy Mac will make you
jump jump
The Daddy makes you J-U-M-P
Menu:
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> | |
| typedef struct { | |
| short short1; | |
| short short2; | |
| } some_struct; | |
| int main() { | |
| // In memory: 48 65 6c 6c 6f 00 48 69 00 | |
| char *bytes = "\x48\x65\x6c\x6c\x6f\x00\x48\x69\x00"; |
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 <asm/unistd.h> | |
| #include <linux/perf_event.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <sys/types.h> | |
| #include <unistd.h> | |
| static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, | |
| int cpu, int group_fd, unsigned long flags) { | |
| int ret; |
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
| https://1drv.ms/b/s!AjCq6EijQbB3jIwG0Xoct6v2eZpviQ?e=EbzlT7 |
OlderNewer




