home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
PhaseShiftX
/
Source
/
Shared
/
MachOUtils.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-06-23
|
287 b
|
20 lines
#ifndef _MACHOUTILS_
#define _MACHOUTILS_
#include <libkern/OSTypes.h>
#ifdef __cplusplus
extern "C" {
#endif
void *FindSymbolAddress(char *path,char *symbol);
void *FindSectionAddress(char *path,char *segment,char *section);
#ifdef __cplusplus
}
#endif
#endif /* _MACHOUTILS_ */