Fusée Gelée 漏洞利用(CVE-2018-6242)的 Rust 实现,针对 Tegra 处理器。
当前支持的平台:
libusb 的 Linux。./fusee-gelee /path/to/fusee-primary.bin
创建调试构建:
git clone https://github.com/austinhartzheim/fusee-gelee.git
cd fusee-gelee
cargo build # binary output to target/debug/fusee-gelee
创建发布构建:
cargo build --release
提供了单元测试,用于将有效载荷生成输出与 Python 实现生成的示例有效载荷进行比较。要运行测试:
cargo test
根据 GPL 第二版的条款进行许可。详见 LICENSE.txt。