Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

How to use. #84

Open
brenicus opened this issue Feb 21, 2022 · 2 comments
Open

How to use. #84

brenicus opened this issue Feb 21, 2022 · 2 comments

Comments

@brenicus
Copy link

brenicus commented Feb 21, 2022

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.

@ds5678
Copy link
Contributor

ds5678 commented Feb 21, 2022

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.

@brenicus
Copy link
Author

brenicus commented Feb 21, 2022

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants