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

Share code between architectures as much as possible #39

Open
diagprov opened this issue Jun 21, 2022 · 0 comments
Open

Share code between architectures as much as possible #39

diagprov opened this issue Jun 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@diagprov
Copy link
Contributor

Description of the problem

Currently, retrowrite duplicates code between its x64 and arm64 implementations.

Proposed solution

The proposal in this is to share as much as possible code between the two implementations. Specifically, handling of ELF files and DWARF structures should be relatively portable between implementations. Only the specific retrowriting techniques should be architecture-dependent.

@diagprov diagprov added the enhancement New feature or request label Jun 21, 2022
@diagprov diagprov self-assigned this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant