Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 2, 2024
1 parent c1b07f9 commit b5d370e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/gpu.csx
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#r "nuget: AsmResolver.DotNet, 5.5.1"

using AsmResolver;
using AsmResolver.PE;
using AsmResolver.PE.DotNet;
using AsmResolver.PE.DotNet.Builder;
using AsmResolver.PE.Exports;
using AsmResolver.PE.File;
using AsmResolver.PE.File.Headers;

var image = PEImage.FromFile(Args[0]);

// Force mixed-mode.
Expand Down

0 comments on commit b5d370e

Please sign in to comment.