Skip to content

Automatically fetch debug symbols. #8

Description

@cyberphantom52

Currently if debug symbols are not already downloaded, the library will just crash when trying to run a program that references external symbols such as windows kernel structures.

Steps to Reproduce:

  1. Delete the contents of C:\symbols directory.
  2. Try running processcreation example.

Potential Fix:
Have a local definition of external structures we're using so we dont have to depend on MS Servers.

Temporary workaround:
Run the same program using C:\Program Files\DTrace\dtrace.exe once to fetch the symbols.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions