Skip to content

Commit

Permalink
Add HyperDbg
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed Sep 29, 2021
1 parent cd274f3 commit 2d9074f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/installer/debuggers/hyperdbg.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; v0.1.0.0 (built on 2021-09-29)
; https://github.com/HyperDbg/HyperDbg

[Components]
Name: "debuggers\hyperdbg"; Description: "HyperDbg"; Types: full; Check: Is64BitInstallMode

[Files]
Source: "{#MySrcDir}\debuggers\hyperdbg\*"; DestDir: "{app}\debuggers\hyperdbg"; Components: "debuggers\hyperdbg"; Flags: ignoreversion recursesubdirs createallsubdirs; Check: Is64BitInstallMode

0 comments on commit 2d9074f

Please sign in to comment.