Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract dynamic capabilities #1644

Commits on Jul 17, 2023

  1. initial commit

    yelhamer committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e3f60ea View commit details
    Browse the repository at this point in the history
  2. bugfixes

    yelhamer authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4af84e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. add vverbose rendering

    yelhamer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bc46bf3 View commit details
    Browse the repository at this point in the history
  2. add removed tests

    yelhamer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e5d7903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4b123 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. update extractors and tests

    yelhamer committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c5d08ec View commit details
    Browse the repository at this point in the history
  2. Update capa/features/extractors/ida/extractor.py: add call to get_inp…

    …ut_file_path()
    
    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7de223f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge remote-tracking branch 'parentrepo/dynamic-feature-extraction' …

    …into find-dynamic-capabilities
    yelhamer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1029b36 View commit details
    Browse the repository at this point in the history
  2. fix bugs

    yelhamer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8ac9caf View commit details
    Browse the repository at this point in the history
  3. fix tests

    yelhamer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0a4fe58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d99b16e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482e0d3 View commit details
    Browse the repository at this point in the history
  6. Update capa/features/extractors/base_extractor.py

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fd7b926 View commit details
    Browse the repository at this point in the history
  7. Update capa/features/extractors/base_extractor.py

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2b2b2b6 View commit details
    Browse the repository at this point in the history
  8. fix mypy issues

    yelhamer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b4cf50f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab092cb View commit details
    Browse the repository at this point in the history
  10. address review comments: rename SampleHashes's from_sample() method t…

    …o from_bytes() method
    yelhamer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6ee1dfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    806bc18 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    24b3abd View commit details
    Browse the repository at this point in the history
  2. update static freeze test

    yelhamer committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6d1a885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1e468d View commit details
    Browse the repository at this point in the history
  4. fix comment typo

    Co-authored-by: Moritz <[email protected]>
    yelhamer and mr-tz authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    da4e887 View commit details
    Browse the repository at this point in the history
  5. update compute_dynamic_layout with the appropriate type

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6f3fb42 View commit details
    Browse the repository at this point in the history
  6. update compute_static_layout with the appropriate types

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bd83316 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    736b2cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ab3c61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8085cae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6741229 View commit details
    Browse the repository at this point in the history
  11. add the skipif mark back

    yelhamer committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ab585ef View commit details
    Browse the repository at this point in the history
  12. fix linting issues

    yelhamer committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4ec39d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4ba5af View commit details
    Browse the repository at this point in the history
  14. fix bugs

    yelhamer committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    830bad5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d1a1fb View commit details
    Browse the repository at this point in the history
  16. Update capa/features/extractors/base_extractor.py

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    90298fe View commit details
    Browse the repository at this point in the history
  17. remove SampleHashes __iter__method

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d13114e View commit details
    Browse the repository at this point in the history
  18. Update capa/features/extractors/ida/extractor.py

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c32ac19 View commit details
    Browse the repository at this point in the history
  19. Update capa/features/extractors/base_extractor.py

    Co-authored-by: Willi Ballenthin <[email protected]>
    yelhamer and williballenthin authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    344b3e9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d8c28e8 View commit details
    Browse the repository at this point in the history