Skip to content

Commit

Permalink
Enable Control Flow Guard (CFG) for released binaries (#43)
Browse files Browse the repository at this point in the history
* Enable Control Flow Guard (CFG) for released binaries

* Bumped minor version number

Co-authored-by: Francisco Rivera Reyes <[email protected]>
  • Loading branch information
rey-riverita and Francisco Rivera Reyes authored Sep 8, 2021
1 parent a5e1575 commit de51914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/etl2pcapng.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -159,6 +160,7 @@
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ int __cdecl wmain(int argc, wchar_t** argv)
if (argc == 2 &&
(!wcscmp(argv[1], L"-v") ||
!wcscmp(argv[1], L"--version"))) {
printf("etl2pcapng version 1.5.0\n");
printf("etl2pcapng version 1.6.0\n");
return 0;
}

Expand Down

2 comments on commit de51914

@abdolreza11
Copy link

Choose a reason for hiding this comment

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

#48

@abdolreza11
Copy link

Choose a reason for hiding this comment

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

عالی

Please sign in to comment.