ton-blockchain / verifier

https://verifier.ton.org/
MIT License
153 stars 59 forks source link

I confirm we have successfully implemented our custom `ResourceAdjuster`, enabled by the changes in this PR. #261

Open Hamidasl opened 1 week ago

Hamidasl commented 1 week ago

I confirm we have successfully implemented our custom ResourceAdjuster, enabled by the changes in this PR.

If interested, our customization is related to resource bundle properties files. We begin property names with the class' simple name. We then use the Class.getSimpleName() in the bundle key prefix. Our custom ResourceAdjuster replaces property key prefixes to match the obfuscation. With this change, our resource bundles do not leak original class names.

We look forward to your 3.0.0 release.

Thank you, - Dan

Originally posted by @ao-apps in https://github.com/yWorks/yGuard/pull/96#issuecomment-743283602

huss992 commented 1 week ago

Didnt ricve