edited usage

master
VollRagm 3 years ago
parent ff406b078e
commit d0a763a3d1

@ -12,8 +12,8 @@ namespace apphost_extract
private FileStream FileStream;
public AppHostFileHeader Header { get; set; }
private const int HEADER_OFFSET_PTR = 0x27600;
private const int HEADER_OFFSET_PTR = 0x27600;
public AppHostFile(FileStream fileStream)
{

@ -43,7 +43,7 @@ namespace apphost_extract
}
else
{
Log.Fatal($"{args[0]} could not be found. Usage: {fileName} <exe-path>");
Log.Fatal($"{args[0]} could not be found. Usage: {fileName} <path>");
}
}
else

@ -25,12 +25,13 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

Loading…
Cancel
Save