Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.83 KB

File metadata and controls

50 lines (35 loc) · 1.83 KB

BfBB

A library intended for creating tools capable of directly interacting with SpongeBob SquarePants: Battle for Bikini Bottom

Crates.io Docs.rs Build Status

Compatibility

This library currently only supports directly interacting with the GameCube version of the game, running in Dolphin Emulator (Windows, Linux, and MacOS). More platforms will be added over time.

Example Projects

Linux

Your app will need permissions to read external process memory. This can be achieved by running with root or by setting the ptrace capability on the binary # setcap cap_sys_ptrace=eip <path/to/binary>

MacOS

Due to MacOS security features your app will need to be signed with the com.apple.security.cs.debugger entitlement for the OS to allow attaching to Dolphin's process. Additionally Dolphin will need to be resigned with the com.apple.security.get-task-allow entitlement.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in BfBB by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.