adg icon indicating copy to clipboard operation
adg copied to clipboard

How to use.

Open brenicus opened this issue 3 years ago • 2 comments

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.

brenicus avatar Feb 21 '22 06:02 brenicus

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.

ds5678 avatar Feb 21 '22 06:02 ds5678

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.

brenicus avatar Feb 21 '22 14:02 brenicus