| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Also I could not understand acttually your code below.void * NewCFMFromMachO(void * inMachoFunctionPtr)I guess your code simply slide [1] (second member of array) of marh-o
{
void * result = NewPtr(8);
((void**)result)[0] = inMachoFunctionPtr;
((void**)result)[1] = result;
return result;
}
pointer.
Would you lindly explain outline of this method?
Do it require the understanding MACH-O Runtime architecture?
(I would like to know why the code work fine.)
| References: | |
| >Re: How to pass callback from mach-o to CFM (From: Kiyoto Takeuchi <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.