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

Automatically fetch debug symbols. #8

Open
cyberphantom52 opened this issue Jan 24, 2024 · 0 comments
Open

Automatically fetch debug symbols. #8

cyberphantom52 opened this issue Jan 24, 2024 · 0 comments

Comments

@cyberphantom52
Copy link
Collaborator

cyberphantom52 commented Jan 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant