Il2CppInspector icon indicating copy to clipboard operation
Il2CppInspector copied to clipboard

Quick Export #136

Open AndnixSH opened this issue 3 years ago • 4 comments

Allows you to export to the same directory of package, and name file without selecting path manually And it will create folder if you export DLLs, C++ and VS solution

Example: image

This might not be benefit for everyone, but I really like it and saves me some few clicks. Anyone who used my Il2CppDumper GUI version might find this useful :)

PS: I'm not good at WPF designing. I wanted the Quick Export to be placed beside and not below of Export buttton

AndnixSH avatar Mar 18 '21 10:03 AndnixSH

What happens when the loaded file is a global-metadata.dat + app binary? I'm not sure if the package variables get set then?

Edit: I can fix the layout for you no problem :)

djkaty avatar Mar 18 '21 17:03 djkaty

Haven't tested much. This is my first PR lol I will improve and test more. Export normally if .dat and binary file has been dropped but export to same directory

AndnixSH avatar Mar 18 '21 19:03 AndnixSH

Well it needs to work under all scenarios so you need to check it works with drag/drop, loading metadata and binary individually etc.

djkaty avatar Mar 18 '21 20:03 djkaty

Alright, I have improved it so it works under all scenarios :)

AndnixSH avatar Mar 19 '21 11:03 AndnixSH