https://github.com/secure-software-engineering/tamiflex
TamiFlex facilitates static analysis of programs that use reflection and custom class loaders
https://github.com/secure-software-engineering/tamiflex
Last synced: 10 months ago
JSON representation
TamiFlex facilitates static analysis of programs that use reflection and custom class loaders
- Host: GitHub
- URL: https://github.com/secure-software-engineering/tamiflex
- Owner: secure-software-engineering
- Created: 2015-03-14T10:03:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T17:32:59.000Z (over 4 years ago)
- Last Synced: 2024-04-15T22:20:26.509Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 15 MB
- Stars: 42
- Watchers: 13
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TamiFlex
TamiFlex is a tool for dealing with reflection in the static analysis of Java programs. It can record reflective calls dynamically and then embed them into the application.
[Read more here in the wiki.](https://github.com/secure-software-engineering/tamiflex/wiki)
## License
TamiFlex itself is available as Open Source under the [Eclipse Public License](https://www.eclipse.org/legal/epl-v10.html).
TamiFlex uses technology from ASM, which is under [this OS license](http://asm.ow2.org/license.html).
## User questionnaire
We would appreciate if you could briefly let us know about how you use TamiFlex.
[To do so, click here. It will only take a minute. Thanks!](https://spreadsheets.google.com/spreadsheet/viewform?formkey=dHdkbVM1ZW5kRHZPZzZ4a2otRUNmZnc6MQ)
## [Download TamiFlex here](https://github.com/secure-software-engineering/tamiflex/releases)