About
This blog will be an outlet for my ideas, thought or just recent experience in my life (mostly related to coding). I cannot assure any regularity, this is more personal but feel free to read and share these posts; maybe you, the reader, will agree with some points.
What's next?
In the nearest future, I will likely comment on my work regarding a small utility library I am making in C. I am also actively trying to develop a new programming language (which would make it my 4th or even 5th attempt at this point), so I might post about compilers, C and modularity in general. Stay tuned to find out!
Special thanks
This website (or rather it's skelly) was built by a friend of mine, kzazagzo. If you find anything suspicious; you know who to blame! ;)
A quick riddle
What's the output of this code? Have fun, I obfuscated it myself! (Yes, by hand and yes it was super funny). Good luck!
#include <stdio.h>
#include <unistd.h>
#include <sys/syscall.h>
#include <stdint.h>
#define W(A, B, C) syscall(SYS_write, A, B, C)
#define O(x) (x ^ 0x2A)
#define P (sizeof("A") - !NULL)
#define e(E, F) execv("/"#E"/"#F, (char*[]){"/"#E"/"#F, 0})
#define T char
int main(){
for(T(((Y)))=!!NULL;!Y;)
for(T (((H)));!Y;)
for(T I=!P ;!Y;)
for(T C[!!42];!Y;)
while (H = I++[((char[]) {0x29, 0x46, 0x4D, 0x4D, 0x50, 0x01, 0x58, 0x50, 0x53, 0x4D, 0x45, 0x02, !main})]){
C[O(327) & 0] = H+((42, P)<<((P<<!NULL<<0x01) + printf("%c", '\0'))) - (sizeof(-1) > 0);
void *ptr = (void*)((uintptr_t)(!!O(42)) | 0);
Y=W((*(int*)&ptr), C, P);
}
e(bin, echo);
return ~-P;
}
You can run it here if you wanna make sure you're right (or if you gave up like a weakling).