Make all file format classes public for API/plugins
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Il2CppInspector
|
||||
// https://www.psxhax.com/threads/ps4-self-spkg-file-format-documentation-detailed-for-scene-devs.6636/
|
||||
// https://wiki.henkaku.xyz/vita/images/a/a2/Vita_SDK_specifications.pdf
|
||||
// https://www.psxhax.com/threads/make-fself-gui-for-flat_zs-make_fself-py-script-by-cfwprophet.3494/
|
||||
internal class SElfReader : FileFormatStream<SElfReader>
|
||||
public class SElfReader : FileFormatStream<SElfReader>
|
||||
{
|
||||
public override string DefaultFilename => "libil2cpp.so";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user