You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
This may seem like a dumb question but this has me alittile stumped, how do i use this tool with dummy .dll's i extracted with cpp2il. Do i need deobf? where are system libs? do i need to specify mscorlib? where would that be? how do i get wasm framework? so on. It may be a bit dumb but some help would mean alot.
The text was updated successfully, but these errors were encountered:
I assume you're trying to mod a WASM game, and that's why you're not using a conventional Unity mod loader. Although Cpp2IL supports WASM, I'm fairly certain that this won't work for you. Unhollower requires your game to have a GameAssembly.dll file, and I don't think web assembly games do.
Apologies, Im not trying to use this on a wasm, i have the GameAssembly.dll and all the other essential game files, I just dont understand how i would script this out, I've been using the command 'AssemblyUnhollower.exe --input=<'cpp2il_out dir'> --output=<'output dir'>' and others like it but it gives me a syntax error, i cant get it for some reason.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This may seem like a dumb question but this has me alittile stumped, how do i use this tool with dummy .dll's i extracted with cpp2il. Do i need deobf? where are system libs? do i need to specify mscorlib? where would that be? how do i get wasm framework? so on. It may be a bit dumb but some help would mean alot.
The text was updated successfully, but these errors were encountered: