Thread: from IDA to C
View Single Post
  #1  
Old 02-08-2004, 22:23
loman
 
Posts: n/a
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
Reply With Quote