Skip to content

Share code between architectures as much as possible #39

@diagprov

Description

@diagprov

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions