-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
636849a
commit 949312c
Showing
5 changed files
with
641 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
program JExePackUnpacker; | ||
|
||
uses | ||
Forms, | ||
MainUnit in 'MainUnit.pas' {JUMain}; | ||
|
||
{$R *.res} | ||
|
||
begin | ||
Application.Initialize; | ||
Application.MainFormOnTaskbar := True; | ||
Application.CreateForm(TJUMain, JUMain); | ||
Application.Run; | ||
end. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<ProjectGuid>{D7A885E8-373F-4D78-9A5A-C08D8FE2263D}</ProjectGuid> | ||
<ProjectVersion>12.3</ProjectVersion> | ||
<MainSource>JExePackUnpacker.dpr</MainSource> | ||
<Base>True</Base> | ||
<Config Condition="'$(Config)'==''">Release</Config> | ||
<Platform>Win32</Platform> | ||
<AppType>Application</AppType> | ||
<FrameworkType>VCL</FrameworkType> | ||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> | ||
<Base>true</Base> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> | ||
<Cfg_1>true</Cfg_1> | ||
<CfgParent>Base</CfgParent> | ||
<Base>true</Base> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> | ||
<Cfg_2>true</Cfg_2> | ||
<CfgParent>Base</CfgParent> | ||
<Base>true</Base> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Base)'!=''"> | ||
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias> | ||
<DCC_ImageBase>00400000</DCC_ImageBase> | ||
<DCC_Platform>x86</DCC_Platform> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Cfg_1)'!=''"> | ||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> | ||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> | ||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
<DCC_DebugInformation>false</DCC_DebugInformation> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Cfg_2)'!=''"> | ||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<DelphiCompile Include="JExePackUnpacker.dpr"> | ||
<MainSource>MainSource</MainSource> | ||
</DelphiCompile> | ||
<DCCReference Include="MainUnit.pas"> | ||
<Form>JUMain</Form> | ||
</DCCReference> | ||
<BuildConfiguration Include="Debug"> | ||
<Key>Cfg_2</Key> | ||
<CfgParent>Base</CfgParent> | ||
</BuildConfiguration> | ||
<BuildConfiguration Include="Base"> | ||
<Key>Base</Key> | ||
</BuildConfiguration> | ||
<BuildConfiguration Include="Release"> | ||
<Key>Cfg_1</Key> | ||
<CfgParent>Base</CfgParent> | ||
</BuildConfiguration> | ||
</ItemGroup> | ||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> | ||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> | ||
<ProjectExtensions> | ||
<Borland.Personality>Delphi.Personality.12</Borland.Personality> | ||
<Borland.ProjectType/> | ||
<BorlandProject> | ||
<Delphi.Personality> | ||
<VersionInfo> | ||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo> | ||
<VersionInfo Name="AutoIncBuild">False</VersionInfo> | ||
<VersionInfo Name="MajorVer">1</VersionInfo> | ||
<VersionInfo Name="MinorVer">0</VersionInfo> | ||
<VersionInfo Name="Release">0</VersionInfo> | ||
<VersionInfo Name="Build">0</VersionInfo> | ||
<VersionInfo Name="Debug">False</VersionInfo> | ||
<VersionInfo Name="PreRelease">False</VersionInfo> | ||
<VersionInfo Name="Special">False</VersionInfo> | ||
<VersionInfo Name="Private">False</VersionInfo> | ||
<VersionInfo Name="DLL">False</VersionInfo> | ||
<VersionInfo Name="Locale">1033</VersionInfo> | ||
<VersionInfo Name="CodePage">1252</VersionInfo> | ||
</VersionInfo> | ||
<VersionInfoKeys> | ||
<VersionInfoKeys Name="CompanyName"/> | ||
<VersionInfoKeys Name="FileDescription"/> | ||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> | ||
<VersionInfoKeys Name="InternalName"/> | ||
<VersionInfoKeys Name="LegalCopyright"/> | ||
<VersionInfoKeys Name="LegalTrademarks"/> | ||
<VersionInfoKeys Name="OriginalFilename"/> | ||
<VersionInfoKeys Name="ProductName"/> | ||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> | ||
</VersionInfoKeys> | ||
<Excluded_Packages> | ||
<Excluded_Packages Name="$(BDSBIN)\dclipworks9.bpl">/n software inc. - IP*Works! V9 - www.nsoftware.com</Excluded_Packages> | ||
<Excluded_Packages Name="$(BDSBIN)\dclipworksssl9.bpl">/n software inc. - IP*Works! SSL V9 - www.nsoftware.com</Excluded_Packages> | ||
<Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\8.0\Bpl\KHexEditor_DXE.bpl">KHexEditor - design time package</Excluded_Packages> | ||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k150.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> | ||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp150.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> | ||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k150.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> | ||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp150.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> | ||
<Excluded_Packages Name="G:\TeeChart2015RADXE\MAINDIR\Delphi15\Bin\DclTeePro915.bpl">TeeChart Pro 2015 Components</Excluded_Packages> | ||
</Excluded_Packages> | ||
<Source> | ||
<Source Name="MainSource">JExePackUnpacker.dpr</Source> | ||
</Source> | ||
</Delphi.Personality> | ||
<Platforms> | ||
<Platform value="Win32">True</Platform> | ||
</Platforms> | ||
</BorlandProject> | ||
<ProjectFileVersion>12</ProjectFileVersion> | ||
</ProjectExtensions> | ||
</Project> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,208 @@ | ||
object JUMain: TJUMain | ||
Left = 0 | ||
Top = 0 | ||
BorderIcons = [biSystemMenu] | ||
BorderStyle = bsSingle | ||
Caption = 'JExePack Unpacker No. 2' | ||
ClientHeight = 93 | ||
ClientWidth = 469 | ||
Color = clBtnFace | ||
Font.Charset = DEFAULT_CHARSET | ||
Font.Color = clWindowText | ||
Font.Height = -11 | ||
Font.Name = 'Tahoma' | ||
Font.Style = [] | ||
Icon.Data = { | ||
0000010001002020000000002000A81000001600000028000000200000004000 | ||
0000010020000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
000000000000000000000000000000000000000000FF000000FF000000FF0000 | ||
00FF000000000000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF0000000000000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
00000000000000000000000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF00000000000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF00000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF00000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF00000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00FF000000FF0000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF0000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF0000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF0000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
00FF000000FF0000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00FF000000FF000000FF000000FF000000000000000000000000000000000000 | ||
0000000000FF000000FF000000FF000000FF0000000000000000000000000000 | ||
000000000000000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000 | ||
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000 | ||
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
000000000000000000000000000000000000000000000000000000000000FFFF | ||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | ||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | ||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | ||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF} | ||
OldCreateOrder = False | ||
OnCreate = FormCreate | ||
OnDestroy = FormDestroy | ||
PixelsPerInch = 96 | ||
TextHeight = 13 | ||
object Label1: TLabel | ||
Left = 7 | ||
Top = 19 | ||
Width = 26 | ||
Height = 13 | ||
Caption = 'Path:' | ||
end | ||
object UnpackBtn: TButton | ||
Left = 36 | ||
Top = 56 | ||
Width = 75 | ||
Height = 25 | ||
Caption = 'Unpack' | ||
TabOrder = 0 | ||
OnClick = UnpackBtnClick | ||
end | ||
object PathEdit: TEdit | ||
Left = 36 | ||
Top = 16 | ||
Width = 345 | ||
Height = 21 | ||
TabOrder = 1 | ||
end | ||
object OWCheckBox: TCheckBox | ||
Left = 165 | ||
Top = 60 | ||
Width = 129 | ||
Height = 17 | ||
Caption = 'Overwrite Existing Files' | ||
TabOrder = 2 | ||
end | ||
object ChooseBtn: TButton | ||
Left = 387 | ||
Top = 14 | ||
Width = 75 | ||
Height = 25 | ||
Caption = '<- Choose' | ||
TabOrder = 3 | ||
OnClick = ChooseBtnClick | ||
end | ||
object WebsiteBtn: TButton | ||
Left = 356 | ||
Top = 56 | ||
Width = 75 | ||
Height = 25 | ||
Caption = 'Website' | ||
TabOrder = 4 | ||
end | ||
object OpenDialog1: TOpenDialog | ||
Filter = 'Executable File | *.exe' | ||
Left = 448 | ||
Top = 72 | ||
end | ||
end |
Oops, something went wrong.