Skip to content

bfu4/mipscalls

Repository files navigation

mipscalls

I keep getting annoyed looking at the mips syscall list. Made a small api for it so that I can query from wherever I please.

CLI Script

There is a cli script for accessing it here

cli script example

Querying

By name

https://mips.bella.sh/?name=execve

Responds with

{"id":4011,"name":"execve"}

By id

https://mips.bella.sh/?id=4011

Responds with

{"id":4011,"name":"execve"}