C0deH4cker / PwnableHarness

Manage building and deploying exploitation challenges with ease
MIT License
57 stars 4 forks source link

Easily build a challenge without including pwnable_unbuffer_init() #30

Closed nil0x42 closed 1 month ago

nil0x42 commented 1 month ago

Hi @C0deH4cker ! Thank you for your recent pushes ! I have a question, for a specific challenge i need the code from stdio_unbuffer.c to never be called. Is that possible to force compilation to NOT include stdio_unbuffer.c only through the challenge's Build.mk ?

C0deH4cker commented 1 month ago

This is supported today! Just add this to your Build.mk:

NO_UNBUFFERED_STDIO := 1