cfee2139a0
* TriCore Support python sample * Update sample_tricore.py Correct attribution * Update sample_tricore.py Fixed byte code to execute properly. * Update sample_tricore.py Removed testing artifact * Added tricore msvc config-file.h * Added STATIC to tricore config and added helper methods to symbol file generation. * Update op_helper.c Use built in crc32 * Fix tricore samples and small code blocks are now handled properly * Add CPU types * Generate bindings * Format code Co-authored-by: lazymio <mio@lazym.io> |
||
---|---|---|
.. | ||
unicorn_gem | ||
Makefile | ||
README.md | ||
sample_arm64.rb | ||
sample_arm.rb | ||
sample_m68k.rb | ||
sample_mips.rb | ||
sample_sparc.rb | ||
sample_x86_gdt.rb | ||
sample_x86.rb | ||
test_hook_gc.rb |
Installation
Software requirements
Linux
- ruby >= 1.9.3
- rubygems
- make
- gcc
Mac OS
- ruby >= 1.9.3
- rubygems
- make
- XCode
Install unicorn
- cd path_to_unicorn
- ./make.sh install
Install ruby binding
- cd bindings/ruby
- make install