Skip to content

Commit 26ff7db

Browse files
committed
1.6.1
1 parent ed8dea4 commit 26ff7db

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

$Docs/Documentation.docx

155 Bytes
Binary file not shown.

Global/GlobalAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("1.6.0")]
4-
[assembly: AssemblyFileVersion("1.6.0")]
3+
[assembly: AssemblyVersion("1.6.1")]
4+
[assembly: AssemblyFileVersion("1.6.1")]
55
[assembly: AssemblyCopyright("© bytecode77, 2025.")]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Please read the [technical documentation](https://docs.bytecode77.com/r77-rootki
8282

8383
## Downloads
8484

85-
[![](https://bytecode77.com/public/fileicons/zip.png) r77 Rootkit 1.6.0.zip](https://downloads.bytecode77.com/r77Rootkit%201.6.0.zip)
85+
[![](https://bytecode77.com/public/fileicons/zip.png) r77 Rootkit 1.6.1.zip](https://downloads.bytecode77.com/r77Rootkit%201.6.1.zip)
8686
(**ZIP Password:** bytecode77)<br />
8787
[![](https://bytecode77.com/public/fileicons/pdf.png) Technical Documentation](https://docs.bytecode77.com/r77-rootkit/Technical%20Documentation.pdf)
8888

r77-x64/r77-x64.vcxproj

+2-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<CharacterSet>Unicode</CharacterSet>
2323
</PropertyGroup>
2424
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
25-
<ImportGroup Label="ExtensionSettings">
26-
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
27-
</ImportGroup>
25+
<ImportGroup Label="ExtensionSettings" />
2826
<ImportGroup Label="Shared">
2927
<Import Project="..\r77api\r77api.vcxitems" Label="Shared" />
3028
<Import Project="..\r77\r77.vcxitems" Label="Shared" />
@@ -68,7 +66,5 @@ echo F|xcopy /I /Y "$(TargetPath)" "$(SolutionDir)Stager\Resources\$(TargetName)
6866
</PostBuildEvent>
6967
</ItemDefinitionGroup>
7068
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
71-
<ImportGroup Label="ExtensionTargets">
72-
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
73-
</ImportGroup>
69+
<ImportGroup Label="ExtensionTargets" />
7470
</Project>

r77-x86/r77-x86.vcxproj

+2-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<CharacterSet>Unicode</CharacterSet>
2323
</PropertyGroup>
2424
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
25-
<ImportGroup Label="ExtensionSettings">
26-
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
27-
</ImportGroup>
25+
<ImportGroup Label="ExtensionSettings" />
2826
<ImportGroup Label="Shared">
2927
<Import Project="..\r77api\r77api.vcxitems" Label="Shared" />
3028
<Import Project="..\r77\r77.vcxitems" Label="Shared" />
@@ -68,7 +66,5 @@ echo F|xcopy /I /Y "$(TargetPath)" "$(SolutionDir)Stager\Resources\$(TargetName)
6866
</PostBuildEvent>
6967
</ItemDefinitionGroup>
7068
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
71-
<ImportGroup Label="ExtensionTargets">
72-
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
73-
</ImportGroup>
69+
<ImportGroup Label="ExtensionTargets" />
7470
</Project>

0 commit comments

Comments
 (0)