Projects tagged ‘c’ and ‘elf’


Jump to tag:

Projects tagged ‘c’ and ‘elf’

Filtered by Project Tags c elf

Refine results Project Tags library (1) pe (1) nintendo (1) mmix (1) file (1) dol (1) mach-o (1) lib (1) manipulation (1) mllib (1) libogc (1) injection (1)

[3 total ]

0 Users

*dwarf-ng* -- a little and powerful object file manipulation tool. file types currently handled PE (Portable Executable) ELF Mach-O (os x executables) downloadsthe tarball can be downloaded from ... [More] the download tab or you can follow this link you can download the current working code from the svn repository: svn export http://code.autistici.org/svn/dwarf/trunk dwarf or if you don't have svn installed you can use wget instead: wget -r http://code.autistici.org/svn/dwarf/trunk && cd code.autistici.org/svn/dwarf/trunk documentationread the man page. DevelopersFernando Iazeolla - founder & core developer. [Less]
Created 12 months ago.

0 Users

The MLlib (or Minishlink's Library) is a simple library to develop on Nintendo Wii. Technically, it's a wrapper of libogc and others librairies. Coding with this lib on Wii is way easier now ! :-) ... [More] More info here. TemplateHere's the simple code to have the program running on Wii : #include int main(int argc, char **argv) { ML_Init(); ML_SplashScreen(); // You can delete this instruction, but please let it if you can :) while(1) { if(Wiimote[0].Newpress.Home) ML_Exit(); ML_Refresh(); } return 0; }Authors :Minishlink Special Thanks :Chaosteil Cid2Mizard Crayon Dhewg Dykam EvilSpoon Feesh Mollusk Morukutsu NoNameNo Svpe T4ils WntrMute Zeblackos and these communities : www.dev-fr.org + IRC Channel #dev-fr www.nintendomax.com www.wiibrew.org + IRC Channel #wiidev www.wiigen.fr [Less]
Created 12 months ago.

0 Users

a MMIX assemly language compiler, output the 64bit ELF format object file.
Created 12 months ago.