edited usage

master
VollRagm 3 years ago
parent ff406b078e
commit d0a763a3d1

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

@ -43,7 +43,7 @@ namespace apphost_extract
} }
else 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 else

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

Loading…
Cancel
Save