headcrab-rs / headcrab

A modern Rust debugging library 🦀
https://headcrab.rs
Other
888 stars 32 forks source link

refactor(target_arch): pass arch via feature flags instead #112

Open kakoc opened 4 years ago

kakoc commented 4 years ago

Related to: https://github.com/headcrab-rs/headcrab/issues/102
It's not clear to me: should the new Arch enum be used anywhere now?

bjorn3 commented 4 years ago

headcrab_inject could be made to work with multiple archs, but that would likely require #87 first.