Skip to content

Use custom symbol loading - #32

Merged
Perksey merged 10 commits into
masterfrom
symbols
Aug 3, 2019
Merged

Use custom symbol loading#32
Perksey merged 10 commits into
masterfrom
symbols

Conversation

@Perksey

Copy link
Copy Markdown
Member

Summary of the PR

  • Adds a GetProcAddress method to ISilkPlatform
  • Adds an IPlatformLoader which uses the ISilkPlatform to load symbols via ADL
  • Adds a SymbolLoaderName property to the profile JSON and bakery JSON.
  • Adds a static constructor to NativeAPIs
  • Refactors LibraryLoader to use multiple NativeLibraryBuilders.
  • ClosesUse a custom symbol loader #22

Related issues, Discord discussions, or proposals

#22

Further Comments

@ghostghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good! Well organized and structured changes.

@Perksey
Perksey merged commit 0c8a5d5 into masterAug 3, 2019
@Perksey
Perksey deleted the symbols branch August 3, 2019 16:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use a custom symbol loader

1 participant

@Perksey