Logo
Explore Help
Register Sign In
MirrorBackup/GodMode9
1
0
Fork 0
You've already forked GodMode9
forked from Mirror/GodMode9
Code Pull Requests Activity
GodMode9/arm9/source/system/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);
Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 28ms Template: 1ms
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