hi guys, here is challenge i got from my friend,i just want to know there is a solution available for this task,
when i enter a number it should display it's equivalent binary number like for 2 = 0010 3=0011, but the important restriction is "IT SHOULD NOT USE/INVOKE MULTIPLICATION OR DIVISION OF ANY FORM" inside the computer.
...this was only proof of concept, not designed to be secure, there probably is a buffer overflow vuln in here, but I'll leave that open for you to find out...
yes there is a b0f in there... but I think that is doesn't matter for the case , I really dont know many functions in C , but in many languages exist a way to convert with pre-maded funcions , I recommend to search about that function :) its save a lot of work