We're given an ARM binary. Decompiling it with Ghidra (and adding some names) gives us the following:
undefined4 FUN_000109ec(void)
{
int iVar1;
int __c;
FILE *__stream;
char password [100];| #include <iostream> | |
| #include <vector> | |
| #include <chrono> | |
| #include <algorithm> | |
| #include <type_traits> | |
| #include <stdlib.h> | |
| #include <cmath> | |
| #include <malloc.h> |
We're given an ARM binary. Decompiling it with Ghidra (and adding some names) gives us the following:
undefined4 FUN_000109ec(void)
{
int iVar1;
int __c;
FILE *__stream;
char password [100];| #include "container.h" | |
| IMPLEMENTATION_DEFINED_CONTAINER_TYPE container; |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| cd ~/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS | |
| for i in public graphics friends servers steam/cached | |
| do | |
| cd $i | |
| find . -name "*[A-Z]*" -exec sh -c 'ln -s {} `tr "[:upper:]" "[:lower:]" <<< {}`' \; | |
| cd .. | |
| done |
I hereby claim:
To claim this, I am signing this object: