A library intended for creating tools capable of directly interacting with SpongeBob SquarePants: Battle for Bikini Bottom
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.
- BfBB Clash - A realtime multi-player mod
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>
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.
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.