Il2CppAssemblyUnhollower icon indicating copy to clipboard operation
Il2CppAssemblyUnhollower copied to clipboard

A tool to generate Managed->IL2CPP proxy assemblies

Results 91 Il2CppAssemblyUnhollower issues
Sort by recently updated
recently updated
newest added

Add the Netlify CMS, served under the '/editor' URL path. This is a POC to introduce an online editor for #198. The CMS can be opened on the `/editor` path...

scope: frontend
scope: content

In «[Placing non-interactive content between form controls](https://www.accessibility-developer-guide.com/examples/forms/non-interactive-content/)» we suggest to use `aria-describedby` enrich a control with non interactive content. While on Windows using NVDA and Jaws the content of the...

scope: content
improvement

TODO: create or add to `GUIDELINES.md`! We need editor guidelines, probably as bare `GUIDELINES.md` (or `CONTRIBUTION.md`?) file in the repo (not in the compiled ADG). General: - We generally link...

scope: content

A main feature of an accessible website seems to be, that users can skip the navigation at the very beginning. I did not found anything about it on ADG, so...

scope: content

I added a lot of content to the master branch, so our internal testers can test it. It is (nearly) the full selection of the final content. As such, re-processing...

scope: build system
improvement

![unknown](https://user-images.githubusercontent.com/58307867/185642746-1aa42fae-ed8d-4114-b651-ade159112cc5.png) the game phasmophobia - assemblycsharp.dll (created with melonloader) I can view some methods in such an obfuscation way. and it is impossible for me to call these methods

``` --input="C:\DummyDll" --output="C:\output" --system-libs="C:\BepInEx_UnityIL2CPP_x64_6.0.0-pre.1\mono\Managed" ``` ```Reading assemblies... Done in 00:00:00.1385358 Reading system assemblies... Done in 00:00:00.0303080 Creating rewrite assemblies... Done in 00:00:00.0137712 Computing renames... Done in 00:00:00.0855504 Creating typedefs... Done...

Hi, I tried to cast an IReadOnlyList to an array or another list to access the length of it, but I couldn't. How is it possible to access the size...

I read issue #12 and used the `mscorlib.dll` from an injector. The injector I am using is `BepInEx`, but I am still getting the error. `DummyDll` is generated using `Il2CppDumper-net6-win-v6.7.40`....

When trying to generate a map for House Party, I experienced the following error: `Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary'2.get_Item(TKey...