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
Cyber Security Architect | Red/Blue Teaming | Exploit/Malware Analysis
by Rio Asmara Suryadi
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
Dear Friends, I would like to write a walkthrough of challege so that we can practice the reverse engineering more detail. I have downloaded an
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