Managed Projects

PRoot

  Analyzed about 24 hours ago

PRoot is a user-space implementation of "chroot", "mount --bind", and "binfmt_misc". This means that users don't need any privilege or setup to do things like: using an arbitrary directory as the new root filesystem, making files accessible somewhere else in the filesystem hierarchy, or executing ... [More] programs built for another CPU architecture transparently through QEMU user-mode. Also, developers can add their own features or use PRoot as a Linux process instrumentation engine thanks to its extension mechanism. Technically PRoot relies on "ptrace", an unprivileged system-call available in every Linux kernel. [Less]

21.7K lines of code

7 current contributors

10 months since last commit

3 users on Open Hub

Very Low Activity
5.0
 
I Use This

Mono/SH4

  Analyzed about 3 hours ago

Welcome to the project home of the Mono/SH4 port made by STMicroelectronics. StatusThe SH4 port of Mono has reached the "alpha" state. Fearless developers can give it a try using this binary package: http://mono-sh4.googlecode.com/files/mono-sh4-alpha2.tar.gz This current version of ... [More] Mono/SH4 is able to run, for instance, the Mono C# compilers or IronPython against simple sources, but it is not complete enough to run IKVM. Actually the runtime test suite revealed 26 failures over 364 tests. Beside SH4-specific fixes and optimizations, we are now working on the beta version to provide a decent support for GCC4NET generated code, IronPython, IKVM, and Boo interpreter/compiler. It will also provide the following features: varargs support (issue 7) debug support AOT compilation efficie [Less]

465K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Tags jit mono sh4 st40

Tamarin/SH4

  Analyzed about 9 hours ago

728K lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: gpl, lgpl21, mozilla_p...

libmeminfo

  Analyzed about 22 hours ago

The libmeminfo extracts the memory configuration from ELF files. This memory configuration must be saved first inside the binary at link-time with the linker-script command CREATE_MEMINFO_TABLE. This new command and its documentation are available once the patch is applied against the GNU Binutils. ... [More] The file meminfo.h comments the API, and the file mind.c is a very good example on how to use this library. You can test the program mind against the file test.elf. If you don't want to use the local libELF to build the libmeminfo, set the parameter --disable-local-libelf during the configuration [Less]

37.6K lines of code

0 current contributors

over 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This