Skip to content

Commit

Permalink
auto-update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidSec committed Dec 20, 2021
1 parent eaf47d4 commit fd00b5a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

IOCTLpus can be used to make `DeviceIoControl` requests with arbitrary inputs (with functionality somewhat similar to Burp Repeater).

Here is an example of an information leak triggered in a sample vulnerable driver:
Here is an example of a communication with a driver:

![IOCTLpus Example](static/ioctlpus_example.png)

Expand Down
2 changes: 0 additions & 2 deletions ioctlpus/AboutForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ioctlpus/AboutForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public AboutForm()
{
InitializeComponent();
InitializeOSC();
string version = Application.ProductVersion;
lblAbout.Text = "ioctlpus "+version+"\nCreated in 2017 by Jackson Thuraisamy(@Jackson_T)\nUpdated and mantained by Paolo Stagno(@Void_Sec)\n\nDedicated to my partner and family for putting up with me.";
}

private void InitializeOSC()
Expand Down
4 changes: 2 additions & 2 deletions ioctlpus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
File renamed without changes
File renamed without changes
Binary file modified static/ioctlpus_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/ioctlpus_example_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd00b5a

Please sign in to comment.