Re: Allocating, writing to, and loading from specific memory locations
Kevin Van Vechten <[email protected]>
| Newsgroups | gmane.os.opendarwin.general |
|---|---|
| Message-ID | <[email protected]> |
On Feb 6, 2005, at 11:35 AM, Jordan Hubbard wrote: > This is very much advanced-class material, however, and you shouldn't > even THINK about diving into this kind of task unless you're ready and > able to learn far more about Mach-o than you ever wanted to. Most of > the "documentation" you'll need also comes in the form of header files > and the source - you won't find an ADC guide on creating executables > from scratch. That said, yes, it IS possible. If your name is Rob > Pike, it might even be easy. ;-) While it's not exactly a guide, it is from ADC and a reasonable overview: <http://developer.apple.com/documentation/DeveloperTools/Conceptual/ MachORuntime/Introduction/chapter_1_section_1.html> - Kevin