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>
89 lines
1.0 KiB
Plaintext
89 lines
1.0 KiB
Plaintext
.DS_Store
|
|
*.swp
|
|
*.d
|
|
*.o
|
|
*.a
|
|
*.dSYM
|
|
*.so
|
|
*.so.*
|
|
*.exe
|
|
*.dll
|
|
*.class
|
|
*.jar
|
|
*~
|
|
|
|
tags
|
|
qemu/config-host.ld
|
|
qemu/config.log
|
|
qemu/config.status
|
|
qemu/config-host.h
|
|
qemu/config-host.h-timestamp
|
|
qemu/config-host.mak
|
|
|
|
libunicorn*.dll
|
|
libunicorn*.so
|
|
libunicorn*.dylib
|
|
|
|
unicorn.pc
|
|
|
|
unicorn.lib
|
|
unicorn.dll
|
|
unicorn.exp
|
|
unicorn.def
|
|
unicorn_*.lib
|
|
unicorn_*.exp
|
|
unicorn_*.dll
|
|
|
|
|
|
*.tgz
|
|
*.zip
|
|
*.pyc
|
|
_*.txt
|
|
_*.diff
|
|
tmp/
|
|
|
|
bindings/java/unicorn_Unicorn.h
|
|
bindings/python/build/
|
|
bindings/python/dist/
|
|
bindings/python/src/
|
|
bindings/python/unicorn.egg-info/
|
|
bindings/python/unicorn/lib/
|
|
bindings/python/unicorn/include/
|
|
bindings/python/MANIFEST
|
|
target/
|
|
Cargo.lock
|
|
config.log
|
|
|
|
|
|
#################
|
|
## Visual Studio
|
|
#################
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# vscode
|
|
.vscode
|
|
.vscode/
|
|
|
|
# User-specific files
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
Win32/
|
|
build/
|
|
build_*
|
|
rust_build
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
packages/
|
|
cmocka/
|