Skip to content

Commit

Permalink
Release alpha 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diversenok committed Nov 8, 2021
1 parent d116d85 commit 6785331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Token Universe

> **Note**:
> Although the program is under heavy development and there are still plenty of things to do, I am planning to release a test version pretty soon.
**Token Universe** is an advanced tool that provides a wide range of possibilities to research **Windows security mechanisms**. It has a convenient interface for creating, viewing, and modifying access tokens, managing Local Security Authority and Security Account Manager's databases. It allows you to obtain and impersonate different security contexts, manage privileges, auditing settings, and so on.

My goal is to create a useful tool that implements almost everything I know about access tokens and Windows security model in general. *And, also, to learn even more in the process.* I believe that such a program can become a valuable instrument for researchers and those who want to learn more about the security subsystem. You are welcome to suggest any ideas and report bugs.
Expand Down
4 changes: 3 additions & 1 deletion TokenUniverse.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_TypedAtParameter>true</DCC_TypedAtParameter>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Keys>CompanyName=diversenok;FileDescription=An advanced tool for working with access tokens;FileVersion=0.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.0.0.0;Comments=https://github.com/diversenok/TokenUniverse</VerInfo_Keys>
<VerInfo_Keys>CompanyName=diversenok;FileDescription=An advanced tool for working with access tokens;FileVersion=0.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.1.0.0;Comments=https://github.com/diversenok/TokenUniverse</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
Expand All @@ -76,6 +76,8 @@
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_PreRelease>true</VerInfo_PreRelease>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<DCC_MapFile>3</DCC_MapFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
Expand Down

0 comments on commit 6785331

Please sign in to comment.