Dear Brother, In this post, I will continue to write about the debuging to analyze the application dynamically with IDA We will continue to analyze
Cyber Security Architect | Red/Blue Teaming | Exploit/Malware Analysis
by Rio Asmara Suryadi
Dear Brother, In this post, I will continue to write about the debuging to analyze the application dynamically with IDA We will continue to analyze
Dear Friends, I would like write tutorial on how to do simple dynamic analyses with IDA. I will use the same executable like the previous
Dear All, Today I am going to write about how to do dynamic analyses of our keygen challenge with IDA Pro. In order to make
I would like to continue on how to get return result from a function call by using reference variable pass. We can pass variable to
Dear Friends, Today I am going to continue writing about assembly related to function return. So basically whenever you call a function and you can
Hi Engineers, Another important things to understand related to function call is how the variable is passed to the function. Lets see the code below