Module libafl::bolts::os[][src]

Operating System specific abstractions

Modules

ashmem_server

On Android, we can only share maps between processes by serializing fds over sockets. Hence, the ashmem_server keeps track of existing maps, creates new maps for clients, and forwards them over unix domain sockets.

unix_signals

Signal handling for unix