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

feat(ksyms): required ksym scanning #4088

Closed

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    b99f5df View commit details
    Browse the repository at this point in the history
  2. feat(ksymbols): restore lazy ksyms implementtion

    Use modified ksymbols implementation. The new implementation may take
    a list of required symbols and addresses to track. If the list is given,
    symbol scanning will only save those symbols or addresses which were
    given in the list. If a new symbol is queried, then a rescan is needed.
    
    Refactor tracee initialization to find all necessary symbols to track
    ahead of runtime.
    NDStrahilevitz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4f07d58 View commit details
    Browse the repository at this point in the history