
* generalized ashmem server * fixed macos testcases * added StdShMemService * no_st * fmt * added testcase, fixed some bugs (not all) * solidified unix shmem * initial impl for MmapShMem * Added shmem service start to more testcases * clippy * fixed tetcases * added frida_libpng makefile for easy use * trying to fix build on ubuntu * fixed ubuntu build for libpng * no_std * fixed testcase
11 lines
336 B
Bash
Executable File
11 lines
336 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Warning: this script is not a proper fix to do LLMP fuzzing." \
|
|
'Instead, run `afl-persistent-config` with SIP disabled.'
|
|
|
|
sudo sysctl -w kern.sysv.shmmax=524288000
|
|
sudo sysctl -w kern.sysv.shmmin=1
|
|
sudo sysctl -w kern.sysv.shmseg=32
|
|
sudo sysctl -w kern.sysv.shmall=131072000
|
|
sudo sysctl -w kern.maxprocperuid=512
|