Three simple C functions. They have been dissassembled in IDA. Utilizing Reverse
ID: 3570692 • Letter: T
Question
Three simple C functions. They have been dissassembled in IDA.
Utilizing Reverse Engeneering, I need the C source code(equivilent) for all three functions.
ie.
Function2()
{
//code to execute
}
Function3()
{
//Code to execute
}
Function4()
{
//code to execute
}
Thank You!!!
Three simple C functions. They have been dissassembled in IDA. Utilizing Reverse Engeneering, I need the C source code(equivilent) for all three functions. ie. Function2() { //code to execute } Function3() { //Code to execute } Function4() { //code to execute } Thank You!!!Explanation / Answer
Function2()
Here is a in depth look at the disassemblies:
Function3()