Recent Releases of fa

fa - v1.0.9

What's Changed

  • Feaure/make offset by @matan1008 in https://github.com/doronz88/fa/pull/57

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.8...v1.0.9

- Python
Published by doronz88 about 1 year ago

fa - v1.0.8

What's Changed

  • idaplugin: Fix TypeError in createsymbol by @matan1008 in https://github.com/doronz88/fa/pull/56

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.7...v1.0.8

- Python
Published by doronz88 about 1 year ago

fa - v1.0.7

What's Changed

  • commands: make find-str receive str by @doronz88 in https://github.com/doronz88/fa/pull/55

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.6...v1.0.7

- Python
Published by doronz88 over 1 year ago

fa - v1.0.6

What's Changed

  • utils: fix create_regs_description_from_args() by @doronz88 in https://github.com/doronz88/fa/pull/54

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.5...v1.0.6

- Python
Published by doronz88 over 1 year ago

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.4

What's Changed

  • Feature/union by @doronz88 in https://github.com/doronz88/fa/pull/52

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.3...v1.0.4

- Python
Published by doronz88 over 1 year ago

fa - v1.0.3

What's Changed

  • command: next_instruction: Fix call from run by @matan1008 in https://github.com/doronz88/fa/pull/51

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.2...v1.0.3

- 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 - v1.0.1

What's Changed

  • restore python3.8 support by @doronz88 in https://github.com/doronz88/fa/pull/49

Full Changelog: https://github.com/doronz88/fa/compare/v1.0.0...v1.0.1

- Python
Published by doronz88 over 1 year ago

fa - v1.0.0

What's Changed

Add IDA 9.0 support

- Python
Published by doronz88 over 1 year ago

fa - v1.0.0

Add IDA 9.0 support

- 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.2

bugfix: exported types when exporting a C header file

- Python
Published by doronz88 over 5 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 symdiff command for symmetric-difference operation

- Python
Published by doronz88 over 5 years ago

fa - v0.1.9

  • Improve export within IDA
  • Add interpertation time for each SIG file into stdout.
  • Auto-generate sublime completions so they are always up to date.

- Python
Published by doronz88 over 5 years ago

fa - v0.1.8

  • Add commands: argument, intersect
  • Deprecate use of: and, or, xrefs-to. Will be removed in v0.2.0

- Python
Published by doronz88 over 5 years ago

fa - v0.1.7

  • Improve IDA export options.
  • Remove annoying prompt when executing find-last-sig within IDA.
  • Add log for every interpreted SIG file.
  • All .py and .sig files are now sorted before running for allowing running-order control.

- Python
Published by doronz88 over 5 years ago

fa - v0.1.6

  • Add command and
  • Add command or
  • Add optional cmd for function-start

- Python
Published by doronz88 over 5 years ago

fa - v0.1.5

  • Add commands: set-const, set-enum, set-struct-member

- Python
Published by doronz88 over 5 years ago

fa - v0.1.4

  • Add find command
  • Allow importing scripts using the from syntax by ignoring python scripts with no run method.
  • 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

fa - v0.1.3

  • set-name is the new way to define symbol names for both ELFs and IDBs.
  • set-name can be called for every result.
  • new commands added: add, append

- Python
Published by doronz88 over 5 years ago

fa - 0.1.2

  • Renamed unique -> verify-single
  • unique command returns a unique resultset
  • All commands now returning non-unique results (except from xrefs-to and unique)

- Python
Published by doronz88 over 5 years ago

fa - v0.1.1

bugfix: create ida plugins directory is not already existing

- Python
Published by doronz88 over 5 years ago

fa -

- Python
Published by doronz88 over 5 years ago