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

Make extraction of offsets compatible with Linux #1

Merged
merged 2 commits into from
Dec 8, 2021

Conversation

zeronounours
Copy link
Contributor

Currently ExtractOffsets.py relies on win32api which is a Windows-only library.

I removed this dependency to use Radare2 instead (as already started in comments) and I normalized the use of subprocess.run to be compatible with Linux and Windows.

Finally, i tested the script with Radare2 5.0.0 and it works well: I updated the minimal version to prevent the warning.

@Qazeer
Copy link
Collaborator

Qazeer commented Dec 8, 2021

Thank you for the PR!

@Qazeer Qazeer merged commit f3147ec into wavestone-cdt:master Dec 8, 2021
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.

2 participants