LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

[Unity] Better pointer path resolution by looking at the class vtables #68

Closed Jujstme closed 11 months ago

Jujstme commented 11 months ago

By entering the class instance and looking at the data in its vtable we can avoid looping through all classes in the Il2Cpp assembly, increasing performance.