View Single Post
  #1  
Old 11-14-2006, 21:23
Sonny27 Sonny27 is offline
Friend
 
Join Date: Jun 2006
Posts: 76
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 2 Times in 2 Posts
Sonny27 Reputation: 0
Since Armadillo 4.48 Code-Splicing CAN be a bit different. Usually it is like this:
JMP to CS section, execute real code, save registers, crap code, uunsafe registers, JMP back.
But with newer version is CAN be like this (not alwys):
JMP to CS section, execute a part of real code, save registers, crap code, JMP to very far away part of CS section, execute part of real code and so on...
maybe it can be more difficult and because of this ArmInline can´t fix it. Only solution atm is to attach section or rebuild CS with ArmTools (didn´t try this tool before...)

greetz
Reply With Quote