Hacker News new | ask | show | jobs
by timetosleep 797 days ago
Interesting, what's the major difference compared to Patcherex?
1 comments

Thanks for your interest! The key difference is that Patcherex2 was designed from the ground up to be a highly modular binary patching framework. This makes it much easier to add support for new architectures and maintain compared to the original Patcherex, as many components can be shared across different targets, and patch implementations are mostly target-agnostic.

For more details, please check out our latest documentation: https://purseclab.github.io/Patcherex2 https://purseclab.github.io/Patcherex2/core_ideas/patches/ https://purseclab.github.io/Patcherex2/advanced_usages/add_n...