Jump to content

shenmi

Members
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

shenmi last won the day on January 15

shenmi had the most liked content!

Recent Profile Visitors

3,052 profile views

shenmi's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Week One Done
  • Dedicated Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

5

Reputation

  1. View File il2cpp’s most powerful method name template This lua is only for ARM64This is an il2cpp class name and method name template, the most powerful template that surpasses everyone, because it actively calls the il2cpp native api, allowing the game to find its own method name by itself, instead of gg search, without any search. , the speed surpasses everything, and the accuracy surpasses everything. It can only be used for ARM64. You will definitely encounter some problems when using it. You can ask me in private message. Submitter shenmi Submitted 01/15/2025 Category Templates  
  2. Version 1.0.0

    489 downloads

    This lua is only for ARM64This is an il2cpp class name and method name template, the most powerful template that surpasses everyone, because it actively calls the il2cpp native api, allowing the game to find its own method name by itself, instead of gg search, without any search. , the speed surpasses everything, and the accuracy surpasses everything. It can only be used for ARM64. You will definitely encounter some problems when using it. You can ask me in private message.
  3. View File Actively call functions arm64 this lua is used to actively call any non-void function of the game, which means that it can call functions of int, float, string, bool and other types. In addition to void, please use the B command to call void. The script finally gives an example of passing parameters and calling This lua is only for ARM64 Submitter shenmi Submitted 01/14/2025 Category Tools  
  4. Version 1.0.0

    407 downloads

    this lua is used to actively call any non-void function of the game, which means that it can call functions of int, float, string, bool and other types. In addition to void, please use the B command to call void. The script finally gives an example of passing parameters and calling This lua is only for ARM64
  5. It seems that gg can also parse the symbol table of so through the ELF structure to obtain the native layer function name, right?
  6. View File 64-hook field It can only be used for ARM64 games. It is produced and open sourced by shenmi. It hooks any field in the same class through a function that will be called by the game. hook-field.lua Submitter shenmi Submitted 09/18/2024 Category Tools  
  7. shenmi

    64-hook field

    Version 1.0.1

    392 downloads

    It can only be used for ARM64 games. It is produced and open sourced by shenmi. It hooks any field in the same class through a function that will be called by the game. hook-field.lua
  8. View File Get all registers for ARM64 gglua 64-bit register debugging tool will obtain X0 to X31, S0 to S31, D0 to D31, a total of 93 register values for our debugging, shenmi production and open source sharing Note: The function that needs to obtain the register needs to be placed in the save list and checked. When those registers appear in the save list, please let the game start and call this function, then the value of the register will be output in your save list. 64-registersdebugging.lua Submitter shenmi Submitted 09/18/2024 Category Tools  
  9. Version 1.0.0

    270 downloads

    gglua 64-bit register debugging tool will obtain X0 to X31, S0 to S31, D0 to D31, a total of 93 register values for our debugging, shenmi production and open source sharing Note: The function that needs to obtain the register needs to be placed in the save list and checked. When those registers appear in the save list, please let the game start and call this function, then the value of the register will be output in your save list. 64-registersdebugging.lua
  10. shenmi

    Il2cpp dump.cs

    I guess this is simple since you can locate the method instance directly by the method name string without having to worry about dumping out the same offset
×
×
  • 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.