Quote:
Originally Posted by Jasi2169
If anyone can provide me the pro build, will post medicine.
|
That's too easy. It would be more interesting to add code from the pro version to the demo version so that the JEB developers don't detect the leak.
Quote:
Originally Posted by Archer
Saving-loading project doesn't seem to work. Saving seems successful. Loading also visually goes OK, but in the end I see screenshot and I can't unfold project tree since there is nothing in the project leaving project loading completely useless. Maybe it's issue with this particular apk, don't know.
|
any errors like this one (tested with your apk on VM) ?
Code:
[C] Thread[#51,Thread-22,5,main] terminated unexpectedly
[C] java.lang.OutOfMemoryError: Java heap space
[C] at java.base/java.util.IdentityHashMap.resize(IdentityHashMap.java:486)
[C] at java.base/java.util.IdentityHashMap.put(IdentityHashMap.java:455)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.writeI(Serializer.java:382)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.write(Serializer.java:243)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.writeField(Serializer.java:553)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.writeFields(Serializer.java:535)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.writeI(Serializer.java:483)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.write(Serializer.java:243)
[C] at com.pnfsoftware.jeb.util.serialization.Serializer.serialize(Serializer.java:201)
[E] JDB2 record '0x145330' is corrupted! Will attempt project reload anyway...
[E] JDB2 record '0x6C782B' is corrupted! Will attempt project reload anyway...
[E] JDB2 record '0x41D1F4' is corrupted! Will attempt project reload anyway...
It also seems that the Jeb developers forgot or neglected to implement support for the EVM decompiler (https://eips.ethereum.org/EIPS/eip-3855), so I had to do it myself. (Thanks to Claude, it now takes just one minute.)