Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Boop | 311 | 4 years ago | 19 | unlicense | C# | |||||
GUI for network install for switch and 3ds | ||||||||||
M3dialib Ctr | 32 | 2 years ago | 5 | gpl-3.0 | C++ | |||||
A C++ library for easier homebrew development for the Nintendo 3DS | ||||||||||
3dscrypto Tools | 28 | 3 years ago | C | |||||||
Tools for Nintendo 3DS crypto. | ||||||||||
3ds Crypto Server | 17 | 6 years ago | mit | C | ||||||
ARM11 Userland homebrew for 3ds crypto over the network. | ||||||||||
Pyfbi | 17 | 7 years ago | apache-2.0 | Python | ||||||
A Python FBI client to install .cia files to 3DS via network | ||||||||||
Servepkx | 10 | 4 years ago | 2 | mit | HTML | |||||
Cross-platform tool to send files to PKSM over network. | ||||||||||
Servelegality | 6 | 4 years ago | 1 | gpl-3.0 | C# | |||||
A Windows tool to perform legality checks from PKSM over network. |
A Python FBI client to install .cia files to 3DS via network
Only support FBI 2.0 and above.
usage: pyfbi.py [-h] [-p PORT] ip [file [file ...]]
A Python FBI client to install .cia files to 3DS via network
positional arguments:
ip Destination 3DS IP address with FBI listening
file CIA file to be sent
optional arguments:
-h, --help show this help message and exit
-p PORT, --port PORT Custom FBI listening port, default to be 5000
Example:
Or if you prefer GUI instead of CLI, you can use pyfbi-gui.py
. Note that you need to have install PyQt
in order to use it.
Binary files are released here
Copyright 2016 XIAZY
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.