View Single Post
  #4  
Old 06-13-2021, 16:32
CryptXor CryptXor is offline
Friend
 
Join Date: Oct 2015
Posts: 68
Rept. Given: 0
Rept. Rcvd 24 Times in 12 Posts
Thanks Given: 34
Thanks Rcvd at 131 Times in 39 Posts
CryptXor Reputation: 24
Ok i'll poke the elephant in the room

Quote:
Originally Posted by dion View Post
basically, i am trying to embed a vxworks image into an elf binary (a simple hello world c application), just to see if it is possible. if it is possible, i plan to use call cast on the c code to verify certain functions inside vxworks image. but after weeks, i find no way to make this elf run without seg fault (using qemu-ppc). thus, i need help.
Why? Does it have to be vxworks specifically? Because it seems a lot more straightforward to just implement whatever functions you want yourself
Reply With Quote