Recent Releases of fa
fa - v1.0.5
What's Changed
- dbe41c6c21f96bc13fff3d7fb2b4053a237fafb6 verify-opcode: fix implementation
- 3c83a0587519b483861b8ec76c2517e410a893e5 set_name: restore old behavior
- b800eaa1978612d9b7b75934832e4f23d54b291b commands: fix if-not
Full Changelog: https://github.com/doronz88/fa/compare/v1.0.4...v1.0.5
- Python
Published by doronz88 over 1 year ago
fa - v1.0.2
What's Changed
- c8d17bdd0946c487dd1c6291ba376e4eeba07dd2 fa_types: fix adding of enum members
- 61425349b580ed16257c8ecec842f5f5e54d92e5 fix resultset transfer by value when necessary
- e637ba7055e6168887aeddc19abf1e2d149ab754 add commands
Full Changelog: https://github.com/doronz88/fa/compare/v1.0.1...v1.0.2
- Python
Published by doronz88 over 1 year ago
fa - v0.3.0
What's Changed
- a0f7a762c52d06d00a1763429052ee541a0820c6 command: verify_single: fix doc (@doronz88)
- cc5e7745857d19407dfcd7d56b227e8cd0a130dc ida_plugin: sort symbols before writing them into symbols.txt (@doronz88)
- 2ff59e41b81d20a74c8fdaa0460571c3a25272d5 fix package resource paths (@doronz88)
- cfdceb6ac4ee446f95bdb55987bfa932790cb2d5 add pyrpc (@doronz88)
Full Changelog: https://github.com/doronz88/fa/compare/v0.2.2...v0.3.0
- Python
Published by doronz88 almost 4 years ago
fa - v0.2.1
Use of cache for when using symbols() function in order to find all symbols for selected project.
If a symbol has been previously searched for during this operation using the find command, or just by it being a .sig file, it's now stored so FA won't have to search for it again.
The cache resets when the symbols() function finishes.
- Python
Published by doronz88 over 5 years ago
fa - v0.2
- Raname commands:
checkpoint->store,back-to-checkpoint->load - Parse all integers as python-eval expressions
- Save-temp-sig function now just copies the file as-is, instead of reserializing it.
- Add the following command for conditional branches:
label,b,if,python-if - Add
symdiffcommand for symmetric-difference operation
- Python
Published by doronz88 over 5 years ago
fa - v0.1.4
- Add
findcommand - Allow importing scripts using the
fromsyntax by ignoring python scripts with norunmethod. - Improve IDA structs handling so when already exist, they are now updated instead of delete-and-reinsert for easier scripting and better performance.
- Python
Published by doronz88 over 5 years ago