Re: generating mach-o executable files by hand
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=xLIYkuJ0HfMPN2IXbZqushCniVXn9fsxAlUZHzGHBek=; b=oo4C4vv5QfP8tdFMCagOTqQOrPY7Iw4CeyuDyH9NCTZSnmAJoLfgFiXxCe1DQS/tt6 d7MpEJBQQhzttPPSPPEbX/DB4mHOokUR/wBV6LfcTj4T2x65EWfcUuyxISVBGVsBVbx6 jHZiqg1PAoD05eHBfOMKEEQAFQSRpH//Sq1OA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=oULvUj+xTsY2n+qn/DbORlgp4XEtCZGGtO8WmbjvQm58NG5TGledbp/tHT938nt0N1 6EJZLVe1c2Rfj+94/BbOJH90a9BcPQYa6bf33wCWPlX7YIH+Dk9mqEw8e8D0Qf/3ANWh w1V6BkLGElOvuuDjL+k0ViD0rj1/AgpP7dE7E= Terry, On Jan 7, 2009, at 3:33 AM, Terry Lambert wrote: Thanks, Joel --- http://twitter.com/wagerlabs _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... You have to use at least *a* linker; if you don't, you won't be able to import the system call stubs from libc/libsystem I hope to prove you wrong, shortly. This is a Forth so all I need is stubs for dlopen, dlclose, dlsym and dlerror. I also need to jump to an entry point. This works fine on Linux with the ELF format. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont