Skip to content

Commit

Permalink
Create baby_re.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalomon authored Mar 7, 2021
1 parent c17a76c commit e150b30
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions baby_re.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#include <stdio.h>
#include <stdint.h>

int main()
{

long local_48 = 0x594234427b425448;
long local_40 = 0x3448545f5633525f;
int local_38 = 0x455f5354;
int local_34 = 0x7d5a;

printf((char *)&local_48);
//puts((char *)&local_40);
printf((char *)&local_38);
//puts((char *)&local_34);


return 0;
}

0 comments on commit e150b30

Please sign in to comment.