amiton
amiton
Hi, It's been a few months since reported. Is the code still being maintained? Any plans to fix this or a workaround? Thanks,
@helloguo Thanks for the quick response. It seems that the failing assertion is when s = L$r8$java8methods$utility$Boolean$hashCode$IZ;.hashCode:(Z)I I'm assuming this is because the code might be searching for "/" which...
@helloguo I think the fix should be changing code lines 354-355 in libredex/ProguardMap.cpp to the following: ``` always_assert(end != std::string::npos); ++start; // Skip over the "/" OR go to 0...