Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua 5.3 Assembler/Disassembler, Analyzer and Binary Plugin (#3836) #7197

Merged
merged 9 commits into from
Apr 3, 2017

Conversation

Cararasu
Copy link
Contributor

@Cararasu Cararasu commented Apr 1, 2017

Implementation of an assembler and disassembler of the Lua 5.3 VM bytecode
Implementation of a binary plugin, that can analyze the binary format of a Lua 5.3 compiler
Implementation of an analyzer plugin for Lua 5.3 VM bytecode

@radare
Copy link
Collaborator

radare commented Apr 1, 2017 via email

@Maijin
Copy link
Contributor

Maijin commented Apr 1, 2017

@radare

+ .license = "MIT", ->another reason for r2extras

@radare
Copy link
Collaborator

radare commented Apr 2, 2017 via email

@radare radare merged commit 16c2fd2 into radareorg:master Apr 3, 2017
@radare
Copy link
Collaborator

radare commented Apr 3, 2017

meh, tired of waiting

@radare
Copy link
Collaborator

radare commented Apr 3, 2017

thanks for the contrib! very nice addition, i'll try to find some time to fix the indentation hints and prepare a good path to move things into extras in future releases after some polls :)

@Cararasu
Copy link
Contributor Author

Cararasu commented Apr 3, 2017

Great!
Btw. is there a way to set the address of a function to a non executable section or have the base address of a function be a different one than the actual address of the code, because in lua there is much function-related data before the actual code-section of each function?

@radare
Copy link
Collaborator

radare commented Apr 3, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants