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

Extend dotnet module #1670

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 31, 2022

  1. added Paul Tarter

    tarterp committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    efaa0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56cf7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f802d38 View commit details
    Browse the repository at this point in the history
  4. update tests to not use hash 33fc70f99be6d2833ae48852d611c8048d0c053e…

    …d0b2c626db4dbe902832a08b
    tarterp committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e7dc739 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    04a487e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2947d7 View commit details
    Browse the repository at this point in the history
  3. s/major/minor/

    tarterp authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    7a03749 View commit details
    Browse the repository at this point in the history
  4. specify entry_point cases

    When CORHEADER_NATIVE_ENTRYPOINT is not set it doesn't point to an RVA. I specified this better by stating `entry_point represents a metadata token`. Finding the RVA requires parsing the metadata tables for the specified token
    tarterp authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b869c89 View commit details
    Browse the repository at this point in the history
  5. grammar and fix whitespace

    tarterp authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8b3e6a9 View commit details
    Browse the repository at this point in the history
  6. removed extra whitespace

    tarterp authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    82bca01 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. grammar fix

    Co-authored-by: Wesley Shields <[email protected]>
    tarterp and wxsBSD authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d6758f5 View commit details
    Browse the repository at this point in the history
  2. removed unreferenced *_MASK #defines

    I had the same thoughts when adding them, I was mocking up ECMA as is, but I agree that if it isn't being used, doesn't need to be present.
    tarterp authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    0c6f465 View commit details
    Browse the repository at this point in the history
  3. typedef syntax format fix

    Co-authored-by: Wesley Shields <[email protected]>
    tarterp and wxsBSD authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d521662 View commit details
    Browse the repository at this point in the history
  4. fixed ECMA ImplMap comment

    tarterp authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ce47116 View commit details
    Browse the repository at this point in the history
  5. grammar fix

    Co-authored-by: Wesley Shields <[email protected]>
    tarterp and wxsBSD authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    0d932a9 View commit details
    Browse the repository at this point in the history
  6. remove *_MASK

    tarterp committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6a8b515 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'extend_dotnet_module' of https://github.com/mandiant/yara

    … into extend_dotnet_module
    tarterp committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    446cc18 View commit details
    Browse the repository at this point in the history
  8. remove *_MASK

    tarterp committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b980784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97df9be View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    a93e4aa View commit details
    Browse the repository at this point in the history