forked from netspooky/BGGP
-
Notifications
You must be signed in to change notification settings - Fork 14
ELF32 45 byte #156
Copy link
Copy link
Open
Labels
BGGP EntryBGGP6This issue was created during BGGP6This issue was created during BGGP6VerifiedThis entry has been verifiedThis entry has been verified
Metadata
Metadata
Assignees
Labels
BGGP EntryBGGP6This issue was created during BGGP6This issue was created during BGGP6VerifiedThis entry has been verifiedThis entry has been verified
Type
Fields
Give feedbackNo fields configured for issues without a type.
Entry Info
File Info
File Contents
Environment Info
Target Software and Version
Linux x86 32bit (or 64bit w/32bit support enabled)
Environment Setup
No external dependencies needed. Should work with any x86/x64 Linux kernel that supports the ELF executable format.
Put content in a file and make it executable (i.e.
chmod +x ./e). Filename does not matter. Execute it in the terminal with./e.Additional Info
Expected output:
Program does not automatically exit after printing. Press Ctrl+C to exit.
STDIN must be a TTY for the program to work. This should be the case if the program is started in a terminal session as described above. More about this weird requirement will follow in the writeup.