codehasan / dex2c

🎇 AOT compiler to translate dalvikvm code into cpp code
Apache License 2.0
175 stars 41 forks source link

fix: custom loader support #38

Closed Kirlif closed 1 week ago

Kirlif commented 1 week ago

Related to: https://github.com/codehasan/dex2c/commit/12502a1a1c35c00b3d53e6e5165c787225cca436 and https://github.com/codehasan/dex2c/commit/d0585dac08a80a6fe13f642960c8d253ebeb36b3

The user must choose a suitable custom loader, namely one that is not already present in dex. We should never destroy a complete package for this convenience, but simply disallow this choice of custom loader.