SBB logo

[<-] [home]

One of your tr0ll coworker sent you a binary which is supposed to judge your peepee size, he also gave you the source code. He assure you you’re always gonna be a sm4ll p33p33, prove him your sm0rter yung Buff3rB0y !

Here is the source code:


    #include "stdio.h"

    void sm0rt_p33p33()
    {
        char flag[] = "SBB{f4ke_fl4g_n00b}";
        printf("You sm0rt p33p33, here is your flag: %s\n",flag);
    }

    void sm4ll_p33p33()
    {
        char buffer[20];
        printf("Enter p33p33 size:\n");
        scanf("%s",buffer);
        printf("You sm4ll p33p33 here is your seum: %s\n", buffer);
    }

    int main()
    {
        sm4ll_p33p33();
        return 0;
    }
            

You can download the binary here:peepee_size.x (github.com)

If you have trouble runnning the binary try downloading the package gcc-multilib.
[APT: sudo apt install gcc-multilib]