Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 618 Bytes

File metadata and controls

20 lines (17 loc) · 618 Bytes

SobjectReader

This tool, written in Lua script, is designed to analyze ELF files in both aarch64 and aarch32 formats. It provides insights into function and object symbols within the files.

Usage

  1. Clone the repository:

    git clone https://github.com/EngModMobile/SobjectReader.git

To an example file:

main.lua - you can view and run.

  1. Run the script:
    lua main.lua

Dependencies

Lua 5.3 or later

License

This project is licensed under the MIT License. Feel free to contribute or report issues!