Jeremiah Orians 4d269a528b Make fuzzing either with third party tools | 3 tahun lalu | |
---|---|---|
functions | 4 tahun lalu | |
guix | 3 tahun lalu | |
include | 3 tahun lalu | |
lib | 3 tahun lalu | |
mes | 3 tahun lalu | |
module | 3 tahun lalu | |
scaffold | 4 tahun lalu | |
scripts | 3 tahun lalu | |
src | 3 tahun lalu | |
test | 3 tahun lalu | |
.gitignore | 3 tahun lalu | |
LICENSE | 6 tahun lalu | |
README.md | 3 tahun lalu | |
guix.scm | 3 tahun lalu | |
kaem.run | 3 tahun lalu | |
makefile | 3 tahun lalu | |
pre-inst-env | 3 tahun lalu |
Making Mes.c M2-Planet friendly
The goal of this project is to provide a minimally-adapted GNU Mes which can be compiled by M2-Planet and is able to compile the real GNU Mes (and thereby run mescc).
Completed for x86 but porting to M2libc to accelerate architecture porting is not done.
Just run:
$ make mes-m2-boot
You can try running mescc like this
$ ./bin/mes --no-auto-compile -L module -e main scripts/mescc.scm -I include -v -S scaffold/exit-42.c -o foo.S
You can also compare the execution with guile's:
$ guile --no-auto-compile -L module -e main scripts/mescc.scm -I include -v -S scaffold/exit-42.c -o foo.S
to compile using the MesCC and nyacc included here.