Skip to content

Commit

Permalink
Update LibZ-Inject-Dll-Artefact.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Jan 8, 2024
1 parent c66f468 commit 8ee690e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Other/LibZ-Inject-Dll-Artefact.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ The second part of the string is the `sourceAssembly` full name. In our case the

Computing everything will get us 2 values.

```
asmz://6c9254b82dc34bf3bcc88fa65afa41d3/458240/uz
asmz://a50c1ff4b910ef881a27615526b5e50a/401408/uz
```bash
asmz://6c9254b82dc34bf3bcc88fa65afa41d3/458240/uz # x64
asmz://a50c1ff4b910ef881a27615526b5e50a/401408/uz # x86
```

Which answers the questions of how those temp files got their name. Which means if the Assembly name changes we would get different hashes.
Expand Down Expand Up @@ -303,4 +303,4 @@ foreach (var prefix in new[] { "", "x86:", "x64:" })

Console.WriteLine("{0:N} = {1}", hash, str);
}
```
```

0 comments on commit 8ee690e

Please sign in to comment.