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

Last time I checked, netcore/netfw runtimes refused to load generated assemblies. One specific issues was enum types having the `Il2CppType` static field. After the field is removed in one of...

bug
assembly-generation

Generated DLLS: ![image](https://user-images.githubusercontent.com/54294576/115718125-d61b0580-a348-11eb-8d78-1d4fcb4efaff.png) Mono DLLS: ![image](https://user-images.githubusercontent.com/54294576/115718234-ecc15c80-a348-11eb-9011-66c603cb3571.png)

Mono DLLS: ![image](https://user-images.githubusercontent.com/54294576/115716319-0feb0c80-a347-11eb-83a6-768cae1c34e6.png) Generated DLLS: ![image](https://user-images.githubusercontent.com/54294576/115716403-25f8cd00-a347-11eb-8a3d-e600a5df53d1.png)

I am not sure I am using it as intended. I dumped the game and tried to "recompile" it, I am using the right mscorlib? ![bild](https://user-images.githubusercontent.com/325562/96329873-2ab78e00-1051-11eb-87b7-8551acb2f8a9.png)

As our guide was written with the deep impression that the usage of ARIA by the "default" web developer would do more harm than good, there are quite a few...

scope: content
improvement

I tried to update the examples according to the feedback by @aardrian. I couldn't test it on windows. I just tested the changes on macOS with Chrome and Voiceover. I...

scope: content
improvement

- Before: https://www.accessibility-developer-guide.com/examples/widgets/dropdown/_examples/double-purpose-dropdown/ - After: https://deploy-preview-375--accessibility-developer-guide.netlify.app/examples/widgets/dropdown/_examples/double-purpose-dropdown/

scope: content
improvement

This change allows us to inline SVG files into HTML via a new handlebars helper (as discussed in https://github.com/Access4all/adg/pull/364#discussion_r668566194).

scope: build system

I noticed that the add-on "Focus Highlight" for NCDA is still recommended, although it has been replaced in new versions of NVDA by NVDA's own Fearure and is no longer...

Two issues has been observed: Step 1: Type "12" in edit box, screen reader reads as "Twelve" Step 2: Delete "2" screen reader reads as just "2" (issue 1- without...