mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00

This adds support to DexPool for mark()/reset(), which can be used to "rollback" the last added class in case it caused a constant pool overflow. This also adds a "DexWriter.hasOverflowed()" helper method to determine if any of the size-constrained pools have overflowed.