-
Notifications
You must be signed in to change notification settings - Fork 3
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
PyTools #4
Comments
I'm currently working on remapping opcodes using a modified version of the (
filename,
co,
version,
timestamp,
magic_int,
is_pypy,
source_size,
sip_hash,
) = xdis.disassemble_file(
str(pyc_file), outstream=open(os.devnull, "w"), alternate_opmap=alternate_opmap #from src/opcode/mapping.rs
) However, the output I suspect there might be an issue with how the opcode is being remapped. To debug this further, the access to the @hax0r31337 |
I was planning to add decompiler to btw both |
Ay^^
From where can I get the pytools lib which is linked in the
Cargo.toml
?pytools = { path = "../pytools" }
The text was updated successfully, but these errors were encountered: