stevemk14ebr / PolyHook

x86/x64 C++ Hooking Library
MIT License
886 stars 172 forks source link

Other cpu types #14

Open evenoa opened 8 years ago

evenoa commented 8 years ago

Are there any plans for other cpu types, specifically Intel 960 MPC 8245 (PowerPC) P2041 (PowerPC)

Regards, Even

stevemk14ebr commented 8 years ago

I don't plan on adding those myself. My long term plans are to first port this to osx and *nix. Then after that add arm support. If anyone did the work and testing to add other processors i would eagerly merge it.

evenoa commented 8 years ago

I can volunteer to test, but I suspect I would not be able to do the actual work without (a lot of ?) hand holding and guidance as I have absolutely no asm experience.

stevemk14ebr commented 8 years ago

Better to let it be then. For the intel 960 are you speaking of the i7-960?

evenoa commented 8 years ago

Not sure, my specification only says Intel 960, but the hardware is not recent. Regardless the PowerPC is more important to me.

stevemk14ebr commented 8 years ago

It would be a bit before i got to implementing that. I eventually do want to support power pc and arm but not anytime soon im afraid.

evenoa commented 8 years ago

Right, I understand completely, and will be waiting :-). In the mean time I might have a look.