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

.pyc anal plugin #237

Merged
merged 6 commits into from
Apr 11, 2020
Merged

.pyc anal plugin #237

merged 6 commits into from
Apr 11, 2020

Conversation

FXTi
Copy link
Contributor

@FXTi FXTi commented Mar 21, 2020

Detailed description

  • Basic analysis of python bytecode
  • Give out jump info of HASJABS and HASJREL opcode
  • CALL_* opcodes need support of stack emulation of stack across basic blocks
  • Some opcodes have to be R_ANAL_OP_TYPE_UNK since python virtual machine is fully "stack-based"

Concerned issue

https://github.com/radareorg/radare2/issues/4228

Copy link
Collaborator

@radare radare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

libr/bin/p/bin_pyc.c Outdated Show resolved Hide resolved
@FXTi FXTi marked this pull request as ready for review April 9, 2020 18:23
@FXTi FXTi changed the title [WIP] .pyc anal plugin .pyc anal plugin Apr 10, 2020
@FXTi FXTi requested a review from radare April 10, 2020 09:07
@radare radare merged commit d65bb20 into radareorg:master Apr 11, 2020
@FXTi FXTi deleted the anal branch April 12, 2020 03:12
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

2 participants