Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am 2easy on github.
  • I am piotrolchawa (https://keybase.io/piotrolchawa) on keybase.
  • I have a public key ASBHoIuHXPoJ5qQALyoXYCgYCmJ_hIIeTqieZ1883ObEzwo

To claim this, I am signing this object:

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main(int argc, char * argv[]){
char buf[128];
if(argc == 1){
printf("Usage: %s argument\n", argv[0]);
exit(1);
#include <stdio.h>
int main(){
int (*ret)();
if(getenv("EGG")==NULL){
printf("Give me something to execute at the env-variable EGG\n");
exit(1);
}
#include <stdio.h>
#include <stdlib.h>
int main(){
long val=0x41414141;
char buf[20];
printf("Correct val's value from 0x41414141 -> 0xdeadbeef!\n");
printf("Here is your chance: ");
scanf("%24s",&buf);