Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/16/2023 in Posts

  1. Even tho the download won't happen, the download count will still increase
    2 points
  2. no need because we end the function with bx lr : editing push instruction with movw r0, #999 followed by bx lr in the next instruction is like we create a new function code : int new() { return 999; } the remain instrunction are useless the proccessor won't read them
    2 points
  3. View File Offset Hex Value Extractor Hey everyone, If you're tired of manually hexadecimal values, this Lua script is the solution you've been looking for. It features a function that automates the process of retrieving values from the libil2cpp.so library. The script defines a function that takes an offset value as an argument, calculates the memory address of the desired value, and retrieves it using the `gg.getValues()` function. The value is then formatted as a 16-digit hexadecimal string, reversed, and formatted with spaces before being returned by the function. By using this script, you can save time and effort when working with hexadecimal. Give it a try and let me know what you think! And if you have any questions or suggestions for improving the script, feel free to share them in the comments below. Submitter LatoM Submitted 05/13/2023 Category Tools  
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.