Logo
Explore Help
Register Sign In
Mirror/GodMode9
1
0
Fork 1
You've already forked GodMode9
mirror of https://github.com/d0k3/GodMode9.git synced 2025-06-26 13:42:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
GodMode9/arm9/source/game/ips.h

8 lines
275 B
C
Raw Normal View History

Add support for BPS/BPM/IPS-formatted binary delta patches. BPS standardization edits. * Clean up headers. * Move crc32.c to /crypto/. * Rename beat.c to bps.c and move it to /system/ with the rest of the non-3DS file formats. Allocate memory for Source and Target files when possible. Last-minute BPS improvements. * BPS fails more gracefully on error, freeing memory and showing a more detailed message. * BPM no longer deletes the folder it patches to - that should be up to the user. * BPM is scanned before patching to figure out the total output file size for a more accurate progress bar. Add IPS support.
2018-04-11 11:30:43 -05:00
// C port of Alcaro's libips.cpp, which was released under GPLv3
// https://github.com/Alcaro/Flips/blob/master/libips.cpp
// Ported by Hyarion for use with VirtualFatFS
#pragma once
Fix sprintf format vulnerability
2018-05-12 08:47:06 +09:00
int ApplyIPSPatch(const char* patchName, const char* sourceName, const char* targetName);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 17ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API