AFLplusplus / unicornafl_legacy

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86) adapted to afl++
http://github.com/AFLplusplus/AFLplusplus
GNU General Public License v2.0
44 stars 8 forks source link

PowerPC Support #9

Closed sucof closed 4 years ago

sucof commented 4 years ago

hi, Is it support powerpc?

domenukk commented 4 years ago

No, sorry. Upstream unicorn dropped powerpc support recently, I'm sure they had reasons. You can try an older version and see if it runs.

domenukk commented 4 years ago

This was the last commit before they removed it officially, feel free to try. https://github.com/AFLplusplus/unicornafl/commit/b5f9441689d953ceb46acb2e4e3cf8580fe92031

domenukk commented 4 years ago

Upstream unicorn now has support for powerpc in this branch: https://github.com/unicorn-engine/unicorn/tree/next This should be easy to integrate.

domenukk commented 4 years ago

Just merged powerPc support with commit 212110c. Feel free to test. :)