Skip to content

How can you keep classes unmangled? #4

Answered by UlyssesWu
trungnt2910 asked this question in Q&A
Discussion options

You must be logged in to vote

(XamarinPosed is simple, but not that simple 😉)
There might be several ways to prevent such renaming. To find such magics, you have to dig into Xamarin.Android internals.
The method I used, is to make that class an Android Callable Wrapper . ACW won't be renamed, and if you put a nested class in a ACW, it won't be renamed, either.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by trungnt2910
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants