Hi,
I've become aware of this crate via an issue in the object crate. While looking into that issue, I noticed you have copies of object-rewrite code in src/elf/rewriter/elf.rs and src/elf/rewriter/writer.rs. This is fine, and the license allows that, but could you please add appropriate license attribution (or point me to it if I've missed it)?
More generally, the goals of this crate seem to overlap with object-rewrite. I see you originally started using it. I'd be interested to know what issues led you away from using it directly.
The fix for the object issue will likely involve changes to code that originated from object-rewrite. Ideally, I'd like to see fixes benefit both projects, which is much easier if object-rewrite is used directly instead of copying it. For the same reason, if you'd like help from me with fixing this, I'm more likely to do that fix in object-rewrite instead of here.
Thanks, and happy to discuss options.
Hi,
I've become aware of this crate via an issue in the
objectcrate. While looking into that issue, I noticed you have copies ofobject-rewritecode insrc/elf/rewriter/elf.rsandsrc/elf/rewriter/writer.rs. This is fine, and the license allows that, but could you please add appropriate license attribution (or point me to it if I've missed it)?More generally, the goals of this crate seem to overlap with
object-rewrite. I see you originally started using it. I'd be interested to know what issues led you away from using it directly.The fix for the object issue will likely involve changes to code that originated from
object-rewrite. Ideally, I'd like to see fixes benefit both projects, which is much easier ifobject-rewriteis used directly instead of copying it. For the same reason, if you'd like help from me with fixing this, I'm more likely to do that fix inobject-rewriteinstead of here.Thanks, and happy to discuss options.