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 Rust specific strings from binaries #791 #836

Merged
merged 44 commits into from
Aug 23, 2023

Commits on Jul 17, 2023

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

Commits on Jul 28, 2023

  1. New algorithm

    Arker123 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e7c7595 View commit details
    Browse the repository at this point in the history
  2. code style

    Arker123 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8a394bb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    e9ca68e View commit details
    Browse the repository at this point in the history
  2. Added rust coverage script

    Arker123 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    45978ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cbffaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f128d19 View commit details
    Browse the repository at this point in the history
  5. Removed unused functions

    Arker123 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    80dce99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13c8920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27958fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e074722 View commit details
    Browse the repository at this point in the history
  9. Tweaks

    Arker123 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    dbf7ad1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Update coverage Script

    Arker123 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bbd3d53 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    Arker123 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4839543 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Arker123 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3ebd075 View commit details
    Browse the repository at this point in the history
  4. code style

    Arker123 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    226486e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Apply suggestions from code review

    Co-authored-by: Moritz <[email protected]>
    Arker123 and mr-tz authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c46410e View commit details
    Browse the repository at this point in the history
  2. Tweaks

    Arker123 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8fabe4b View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Arker123 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8bd3711 View commit details
    Browse the repository at this point in the history
  4. code style

    Arker123 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    74f3a91 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update coverage script

    Arker123 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2d5bf95 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update coverage script

    Arker123 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    76d5f84 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    Arker123 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b02fc6a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Apply suggestions from code review

    Co-authored-by: Moritz <[email protected]>
    Arker123 and mr-tz authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    39e814c View commit details
    Browse the repository at this point in the history
  2. Tweaks

    Arker123 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    02288d7 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Arker123 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    797e5e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Design Tweaks

    Arker123 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    657d497 View commit details
    Browse the repository at this point in the history
  2. Refractored Design

    Arker123 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    73afe8b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Improved Design

    Arker123 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    267862e View commit details
    Browse the repository at this point in the history
  2. Further Improvised Design

    Arker123 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9fe75c7 View commit details
    Browse the repository at this point in the history
  3. Tweaks

    Arker123 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a67f9f2 View commit details
    Browse the repository at this point in the history
  4. Design Tweaks

    Arker123 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    07a7558 View commit details
    Browse the repository at this point in the history
  5. Updated Design Structure

    Arker123 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5a6fdb6 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Arker123 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1650f8b View commit details
    Browse the repository at this point in the history
  7. Rust updates (#7)

    * simplify rdata section extraction
    
    * add initial Rust extract tests
    
    * simplify rust string extraction
    mr-tz authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6cdccb3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62405fe View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Tweaks

    Arker123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c98450d View commit details
    Browse the repository at this point in the history
  2. Update floss/language/go/coverage.py

    Co-authored-by: Moritz <[email protected]>
    Arker123 and mr-tz authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    57fc902 View commit details
    Browse the repository at this point in the history
  3. Add push and mov for amd64

    Arker123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ef27592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1909255 View commit details
    Browse the repository at this point in the history
  5. Update Comments

    Arker123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6011ea7 View commit details
    Browse the repository at this point in the history
  6. Tweaks

    Arker123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    890ba55 View commit details
    Browse the repository at this point in the history
  7. Comment Tweaks

    Arker123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    df20ec1 View commit details
    Browse the repository at this point in the history
  8. Tweaks

    Arker123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2fdb823 View commit details
    Browse the repository at this point in the history