i can't debug
wouldn't call myself more experienced but i guess "debugging" here means actually running the application and debugging the live state as opposed to static analysis?
You are very close !!! I passed the same way as you. You have the condition of "(rdp-34h), 4?" and as you know you need to pass 4 arguments. Now try to see in IDA where the flow goes if you passed 4 arguments. You will be see 4 if conditions that will helps you to generate 4 equation with 4 variable and by that you will find the correct arguments.
I succeed!!! I am freshman, interested in information security. Thank you!
i can't debug
wouldn't call myself more experienced but i guess "debugging" here means actually running the application and debugging the live state as opposed to static analysis?
1 year ago
good