JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.4k stars 524 forks source link

Q: Is it possible to extend Triton with microcontroller Archs #1218

Closed MFaisalZaki closed 1 year ago

MFaisalZaki commented 1 year ago

I was wondering if it is possible to extend Triton to add Z80 microprocessor architecture or different AVR architectures?

JonathanSalwan commented 1 year ago

Yes it's possible. Here is a guideline to add new architectures.

MFaisalZaki commented 1 year ago

@JonathanSalwan, thanks for your reply, and keep up a great job.