
CmP
-
Posts
671 -
Joined
-
Last visited
-
Days Won
49
Community Answers
-
CmP's post in gg.setValues() is very slow? (on the magnitude of 50ms/per call) was marked as the answer
Try hiding GG interface (gg.setVisible(false)) before setting values.
-
CmP's post in libil2cpp.so in region Xs was marked as the answer
This merely means that GG hasn't correctly identified that libraries belong to the application, process of which is selected. It doesn't affect anything other than how GG classifies the regions. The regions can still be found manually and from script just fine without relying on region being classified as "Xa", "Cd", etc.
-
CmP's post in ARM LDR was marked as the answer
There are 12 bits in the instruction that are used for encoding offset from PC in bytes, so the limit is from -4095 to 4095.
Reference: https://developer.arm.com/documentation/ddi0406/cb/Application-Level-Architecture/Instruction-Details/Alphabetical-list-of-instructions/LDR--literal-?lang=en