|
from IDA to C
hi, it's possible to take a function from a disassembled program with ida and to use it in a C written program using the
__asm
{
...
}
?
or can simple asm do it? (I've never coded in asm)
If it's not possible I think I'll never be able to convert that piece of code from asm -> C
thanks
loman
|