EveryFileExplorer
EveryFileExplorer copied to clipboard
Takes hacking to a higher level!
I found a file with a signature of SCP in 3DS. Its extension is conv. I think it records the game text. SCP means script and conv means conversation?How do...
Ok but how to build it on vscode?
Since this project is abandoned, and I really need a CLI to get icons from icon.bins, are there any known alternatives to this?
I'm trying to make a tutorial on how to make 3D banners for CIA homebrews but when I convert the obj to CGFX this happens  I don't know how...
When I press the Start Button to build and compile the program, I get these 3 errors. Error 1: Error: Couldn't process file UI\FileBrowser.resx due to its being in the...
Regarding this line: https://github.com/Gericom/EveryFileExplorer/blob/f9f00d193c9608d71c9a23d9f3ab7e752f4ada2a/3DS/GPU/Textures.cs#L473 There's no corresponding UnlockBits call. `Picture.UnlockBits(d);` needs to be added before line [591](https://github.com/Gericom/EveryFileExplorer/blob/f9f00d193c9608d71c9a23d9f3ab7e752f4ada2a/3DS/GPU/Textures.cs#L591), or else a memory leak or access violation could occur.
Does EFE have Minecraft: New 3DS Edition support? If not, can you add it in?
blz.exe from here: http://www.romhacking.net/utilities/826/ is blz wrong, or this?
System.InvalidOperationException: 'Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true.'
"Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" in Visual Studio 2017 on compiling the 3ds module due to this snippet of code: `namespace LibEveryFileExplorer { public class StaticDynamic : DynamicObject { private Type _type; public StaticDynamic(Type...