├── .vs ├── Exe_Morphing_Util │ ├── v14 │ │ └── .suo │ └── v15 │ │ └── .suo ├── ProjectSettings.json ├── slnx.sqlite └── slnx.sqlite-journal ├── Exe_Morphing_Util.sln ├── Exe_Morphing_Util.suo ├── Exe_Morphing_Util.v12.suo ├── Exe_Morphing_Util ├── 63dabf311.ico ├── AboutForm.Designer.cs ├── AboutForm.cs ├── AboutForm.resx ├── Exe_Morphing_Util.csproj ├── Exe_Morphing_Util.csproj.user ├── FormMain.Designer.cs ├── FormMain.cs ├── FormMain.resx ├── Inject.cs ├── PE_Header.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── bin │ └── Debug │ │ ├── Exe_Morphing_Util.vshost.exe.manifest │ │ ├── JoeCrypter.exe │ │ ├── JoeCrypter.pdb │ │ ├── JoeCrypter.vshost.exe │ │ ├── JoeCrypter.vshost.exe.manifest │ │ ├── barebones │ │ ├── dont_touch_me _old.joe │ │ └── dont_touch_me.joe │ │ ├── builder │ │ ├── buildit.bat │ │ ├── joe_crypter.c │ │ ├── joe_crypter.exe │ │ ├── joe_crypter.idb │ │ ├── joe_crypter.obj │ │ ├── joe_crypter.ppj │ │ ├── joe_crypter.ppx │ │ ├── joe_crypter.tag │ │ ├── joecrypt_injecter.h │ │ ├── output │ │ │ ├── joe_crypter.obj │ │ │ └── payload.res │ │ ├── payload.rc │ │ ├── payload.res │ │ └── res │ │ │ └── pload.joe │ │ ├── compiler │ │ ├── Bin │ │ │ ├── Help │ │ │ │ └── help0009.chm │ │ │ ├── Intl │ │ │ │ └── rsrc0009.dll │ │ │ ├── Wizards │ │ │ │ ├── conapp.dll │ │ │ │ ├── custcntl.dll │ │ │ │ ├── msvcproj.dll │ │ │ │ ├── winapp.dll │ │ │ │ ├── windll.dll │ │ │ │ └── wininst.dll │ │ │ ├── cc.exe │ │ │ ├── cformat.dll │ │ │ ├── env.bat │ │ │ ├── fdiff.dll │ │ │ ├── idespawn.exe │ │ │ ├── poasm.exe │ │ │ ├── pobind.exe │ │ │ ├── pobr.dll │ │ │ ├── pobr.exe │ │ │ ├── pocc.exe │ │ │ ├── pocert.exe │ │ │ ├── pocrt.dll │ │ │ ├── podump.exe │ │ │ ├── poh2inc.exe │ │ │ ├── poide.com │ │ │ ├── poide.exe │ │ │ ├── poinst.cfg │ │ │ ├── poinst.exe │ │ │ ├── polib.exe │ │ │ ├── polink.exe │ │ │ ├── pomake.exe │ │ │ ├── pomc.exe │ │ │ ├── porc.dll │ │ │ ├── porc.exe │ │ │ ├── porebase.exe │ │ │ ├── poreg.exe │ │ │ ├── posign.exe │ │ │ ├── povars32.bat │ │ │ ├── poviewp.exe │ │ │ ├── protos.tag │ │ │ ├── sqlite3.dll │ │ │ └── support.dll │ │ ├── Include │ │ │ ├── Win │ │ │ │ ├── accctrl.h │ │ │ │ ├── aclapi.h │ │ │ │ ├── aclui.h │ │ │ │ ├── activeds.h │ │ │ │ ├── adptif.h │ │ │ │ ├── adsdb.h │ │ │ │ ├── adserr.h │ │ │ │ ├── adshlp.h │ │ │ │ ├── adsiid.h │ │ │ │ ├── adsnms.h │ │ │ │ ├── adtgen.h │ │ │ │ ├── af_irda.h │ │ │ │ ├── appavcap.h │ │ │ │ ├── appmgmt.h │ │ │ │ ├── authif.h │ │ │ │ ├── authz.h │ │ │ │ ├── avifmt.h │ │ │ │ ├── aviriff.h │ │ │ │ ├── avrt.h │ │ │ │ ├── azroles.h │ │ │ │ ├── basetsd.h │ │ │ │ ├── basetyps.h │ │ │ │ ├── batclass.h │ │ │ │ ├── bcrypt.h │ │ │ │ ├── bherr.h │ │ │ │ ├── bhfilter.h │ │ │ │ ├── bhtypes.h │ │ │ │ ├── camerauicontrol.h │ │ │ │ ├── cchannel.h │ │ │ │ ├── cderr.h │ │ │ │ ├── certadm.h │ │ │ │ ├── certbcli.h │ │ │ │ ├── certcli.h │ │ │ │ ├── certenc.h │ │ │ │ ├── certexit.h │ │ │ │ ├── certif.h │ │ │ │ ├── certmod.h │ │ │ │ ├── certpol.h │ │ │ │ ├── certsrv.h │ │ │ │ ├── certview.h │ │ │ │ ├── cguid.h │ │ │ │ ├── clfs.h │ │ │ │ ├── clfslsn.h │ │ │ │ ├── clfsmgmt.h │ │ │ │ ├── clfsmgmtw32.h │ │ │ │ ├── clfsw32.h │ │ │ │ ├── clusapi.h │ │ │ │ ├── codecs.h │ │ │ │ ├── colordlg.h │ │ │ │ ├── comcat.h │ │ │ │ ├── commctrl.h │ │ │ │ ├── commdlg.h │ │ │ │ ├── commoncontrols.h │ │ │ │ ├── compressapi.h │ │ │ │ ├── cpl.h │ │ │ │ ├── cplext.h │ │ │ │ ├── cryptuiapi.h │ │ │ │ ├── custcntl.h │ │ │ │ ├── dbghelp.h │ │ │ │ ├── dbt.h │ │ │ │ ├── dde.h │ │ │ │ ├── ddeml.h │ │ │ │ ├── devpkey.h │ │ │ │ ├── devpropdef.h │ │ │ │ ├── dhcpcsdk.h │ │ │ │ ├── digitalv.h │ │ │ │ ├── dimm.h │ │ │ │ ├── dispex.h │ │ │ │ ├── dlcapi.h │ │ │ │ ├── dlgs.h │ │ │ │ ├── dls1.h │ │ │ │ ├── docobj.h │ │ │ │ ├── dpapi.h │ │ │ │ ├── dsadmin.h │ │ │ │ ├── dsclient.h │ │ │ │ ├── dsgetdc.h │ │ │ │ ├── dskquota.h │ │ │ │ ├── dsquery.h │ │ │ │ ├── dsrole.h │ │ │ │ ├── dwmapi.h │ │ │ │ ├── dxgiformat.h │ │ │ │ ├── elscore.h │ │ │ │ ├── elssrvc.h │ │ │ │ ├── evntrace.h │ │ │ │ ├── evr.h │ │ │ │ ├── exdisp.h │ │ │ │ ├── faxdev.h │ │ │ │ ├── faxroute.h │ │ │ │ ├── fci.h │ │ │ │ ├── fdi.h │ │ │ │ ├── fltdefs.h │ │ │ │ ├── frame.h │ │ │ │ ├── gl │ │ │ │ │ ├── gl.h │ │ │ │ │ ├── glaux.h │ │ │ │ │ └── glu.h │ │ │ │ ├── gpedit.h │ │ │ │ ├── guiddef.h │ │ │ │ ├── htmlguid.h │ │ │ │ ├── htmlhelp.h │ │ │ │ ├── http.h │ │ │ │ ├── iads.h │ │ │ │ ├── icftypes.h │ │ │ │ ├── icm.h │ │ │ │ ├── icmpapi.h │ │ │ │ ├── ifdef.h │ │ │ │ ├── ifmib.h │ │ │ │ ├── iimgctx.h │ │ │ │ ├── imagehlp.h │ │ │ │ ├── ime.h │ │ │ │ ├── imessage.h │ │ │ │ ├── imm.h │ │ │ │ ├── in6addr.h │ │ │ │ ├── inaddr.h │ │ │ │ ├── inilib.h │ │ │ │ ├── initguid.h │ │ │ │ ├── intshcut.h │ │ │ │ ├── ipexport.h │ │ │ │ ├── iphlpapi.h │ │ │ │ ├── ipifcons.h │ │ │ │ ├── ipinfoid.h │ │ │ │ ├── ipmib.h │ │ │ │ ├── iprtrmib.h │ │ │ │ ├── iptypes.h │ │ │ │ ├── ipxconst.h │ │ │ │ ├── ipxrip.h │ │ │ │ ├── ipxrtdef.h │ │ │ │ ├── ipxsap.h │ │ │ │ ├── ipxtfflt.h │ │ │ │ ├── isguids.h │ │ │ │ ├── knownfolders.h │ │ │ │ ├── ks.h │ │ │ │ ├── ksmedia.h │ │ │ │ ├── ktmtypes.h │ │ │ │ ├── ktmw32.h │ │ │ │ ├── lm.h │ │ │ │ ├── lmaccess.h │ │ │ │ ├── lmalert.h │ │ │ │ ├── lmapibuf.h │ │ │ │ ├── lmat.h │ │ │ │ ├── lmaudit.h │ │ │ │ ├── lmconfig.h │ │ │ │ ├── lmcons.h │ │ │ │ ├── lmdfs.h │ │ │ │ ├── lmerr.h │ │ │ │ ├── lmerrlog.h │ │ │ │ ├── lmjoin.h │ │ │ │ ├── lmmsg.h │ │ │ │ ├── lmremutl.h │ │ │ │ ├── lmrepl.h │ │ │ │ ├── lmserver.h │ │ │ │ ├── lmshare.h │ │ │ │ ├── lmsname.h │ │ │ │ ├── lmstats.h │ │ │ │ ├── lmsvc.h │ │ │ │ ├── lmuse.h │ │ │ │ ├── lmuseflg.h │ │ │ │ ├── lmwksta.h │ │ │ │ ├── loadperf.h │ │ │ │ ├── lpmapi.h │ │ │ │ ├── lsalookup.h │ │ │ │ ├── lzexpand.h │ │ │ │ ├── madcapcl.h │ │ │ │ ├── malloc.h │ │ │ │ ├── mapi.h │ │ │ │ ├── mapicode.h │ │ │ │ ├── mapidefs.h │ │ │ │ ├── mapiform.h │ │ │ │ ├── mapiguid.h │ │ │ │ ├── mapitags.h │ │ │ │ ├── mapix.h │ │ │ │ ├── mciavi.h │ │ │ │ ├── mcx.h │ │ │ │ ├── mediaerr.h │ │ │ │ ├── mediaobj.h │ │ │ │ ├── memory.h │ │ │ │ ├── mfapi.h │ │ │ │ ├── mferror.h │ │ │ │ ├── mfidl.h │ │ │ │ ├── mfmp2dlna.h │ │ │ │ ├── mfobjects.h │ │ │ │ ├── mfplay.h │ │ │ │ ├── mfreadwrite.h │ │ │ │ ├── mftransform.h │ │ │ │ ├── mgm.h │ │ │ │ ├── mgmtapi.h │ │ │ │ ├── midles.h │ │ │ │ ├── mmreg.h │ │ │ │ ├── mmsystem.h │ │ │ │ ├── mprapi.h │ │ │ │ ├── mq.h │ │ │ │ ├── mqmail.h │ │ │ │ ├── msacm.h │ │ │ │ ├── msfs.h │ │ │ │ ├── mshtmhst.h │ │ │ │ ├── mshtml.h │ │ │ │ ├── mshtmlc.h │ │ │ │ ├── msi.h │ │ │ │ ├── msidefs.h │ │ │ │ ├── msiquery.h │ │ │ │ ├── mssip.h │ │ │ │ ├── mstcpip.h │ │ │ │ ├── mswsock.h │ │ │ │ ├── mswsockdef.h │ │ │ │ ├── msxml.h │ │ │ │ ├── msxml2.h │ │ │ │ ├── msxml6.h │ │ │ │ ├── multimon.h │ │ │ │ ├── nb30.h │ │ │ │ ├── ncrypt.h │ │ │ │ ├── nddeapi.h │ │ │ │ ├── ndr64types.h │ │ │ │ ├── ndrtypes.h │ │ │ │ ├── netfw.h │ │ │ │ ├── netioapi.h │ │ │ │ ├── netmon.h │ │ │ │ ├── newapis.h │ │ │ │ ├── nldef.h │ │ │ │ ├── nmerr.h │ │ │ │ ├── nmevent.h │ │ │ │ ├── nmexpert.h │ │ │ │ ├── nmsupp.h │ │ │ │ ├── npptypes.h │ │ │ │ ├── nspapi.h │ │ │ │ ├── ntddndis.h │ │ │ │ ├── ntdsapi.h │ │ │ │ ├── ntdsbcli.h │ │ │ │ ├── ntdsbmsg.h │ │ │ │ ├── ntmsapi.h │ │ │ │ ├── ntquery.h │ │ │ │ ├── ntsecapi.h │ │ │ │ ├── ntsecpkg.h │ │ │ │ ├── ntstatus.h │ │ │ │ ├── oaidl.h │ │ │ │ ├── objbase.h │ │ │ │ ├── objectarray.h │ │ │ │ ├── objidl.h │ │ │ │ ├── ocidl.h │ │ │ │ ├── odbcinst.h │ │ │ │ ├── ole2.h │ │ │ │ ├── ole2ver.h │ │ │ │ ├── oleauto.h │ │ │ │ ├── olectl.h │ │ │ │ ├── oledlg.h │ │ │ │ ├── oleidl.h │ │ │ │ ├── p2p.h │ │ │ │ ├── parser.h │ │ │ │ ├── patchapi.h │ │ │ │ ├── patchwiz.h │ │ │ │ ├── pbt.h │ │ │ │ ├── pchannel.h │ │ │ │ ├── pciprop.h │ │ │ │ ├── pdh.h │ │ │ │ ├── pdhmsg.h │ │ │ │ ├── perflib.h │ │ │ │ ├── pnrpdef.h │ │ │ │ ├── pnrpns.h │ │ │ │ ├── portabledevice.h │ │ │ │ ├── portabledeviceapi.h │ │ │ │ ├── portabledeviceconnectapi.h │ │ │ │ ├── portabledevicetypes.h │ │ │ │ ├── powrprof.h │ │ │ │ ├── prnasnot.h │ │ │ │ ├── profinfo.h │ │ │ │ ├── propidl.h │ │ │ │ ├── propkeydef.h │ │ │ │ ├── propsys.h │ │ │ │ ├── prsht.h │ │ │ │ ├── psapi.h │ │ │ │ ├── qos.h │ │ │ │ ├── qosname.h │ │ │ │ ├── qossp.h │ │ │ │ ├── ras.h │ │ │ │ ├── rasdlg.h │ │ │ │ ├── raseapif.h │ │ │ │ ├── raserror.h │ │ │ │ ├── rassapi.h │ │ │ │ ├── rasshost.h │ │ │ │ ├── reason.h │ │ │ │ ├── regstr.h │ │ │ │ ├── resapi.h │ │ │ │ ├── resizer.h │ │ │ │ ├── restartmanager.h │ │ │ │ ├── richedit.h │ │ │ │ ├── richole.h │ │ │ │ ├── routprot.h │ │ │ │ ├── rpc.h │ │ │ │ ├── rpcasync.h │ │ │ │ ├── rpcdce.h │ │ │ │ ├── rpcdcep.h │ │ │ │ ├── rpcndr.h │ │ │ │ ├── rpcnsi.h │ │ │ │ ├── rpcnsip.h │ │ │ │ ├── rpcnterr.h │ │ │ │ ├── rpcproxy.h │ │ │ │ ├── rtmv2.h │ │ │ │ ├── rtutils.h │ │ │ │ ├── sapi.h │ │ │ │ ├── schannel.h │ │ │ │ ├── schedule.h │ │ │ │ ├── schemadef.h │ │ │ │ ├── schnlsp.h │ │ │ │ ├── scrnsave.h │ │ │ │ ├── sddl.h │ │ │ │ ├── sdkddkver.h │ │ │ │ ├── secext.h │ │ │ │ ├── security.h │ │ │ │ ├── sensapi.h │ │ │ │ ├── sensorsapi.h │ │ │ │ ├── servprov.h │ │ │ │ ├── setupapi.h │ │ │ │ ├── sfc.h │ │ │ │ ├── shappmgr.h │ │ │ │ ├── shdispid.h │ │ │ │ ├── shellapi.h │ │ │ │ ├── shellscalingapi.h │ │ │ │ ├── sherrors.h │ │ │ │ ├── shfolder.h │ │ │ │ ├── shldisp.h │ │ │ │ ├── shlguid.h │ │ │ │ ├── shlobj.h │ │ │ │ ├── shlwapi.h │ │ │ │ ├── shobjidl.h │ │ │ │ ├── shtypes.h │ │ │ │ ├── snmp.h │ │ │ │ ├── softpub.h │ │ │ │ ├── sporder.h │ │ │ │ ├── sql.h │ │ │ │ ├── sqlext.h │ │ │ │ ├── sqltypes.h │ │ │ │ ├── sqlucode.h │ │ │ │ ├── sspi.h │ │ │ │ ├── sti.h │ │ │ │ ├── stierr.h │ │ │ │ ├── stireg.h │ │ │ │ ├── stm.h │ │ │ │ ├── strsafe.h │ │ │ │ ├── structuredquery.h │ │ │ │ ├── subauth.h │ │ │ │ ├── svrapi.h │ │ │ │ ├── tapi.h │ │ │ │ ├── tcguid.h │ │ │ │ ├── tcpestats.h │ │ │ │ ├── tcpmib.h │ │ │ │ ├── tlhelp32.h │ │ │ │ ├── tmschema.h │ │ │ │ ├── tnef.h │ │ │ │ ├── traffic.h │ │ │ │ ├── transact.h │ │ │ │ ├── tspi.h │ │ │ │ ├── tvout.h │ │ │ │ ├── udpmib.h │ │ │ │ ├── uiribbon.h │ │ │ │ ├── uiribbonkeydef.h │ │ │ │ ├── unknwn.h │ │ │ │ ├── urlmon.h │ │ │ │ ├── userenv.h │ │ │ │ ├── usp10.h │ │ │ │ ├── uxtheme.h │ │ │ │ ├── vcr.h │ │ │ │ ├── versionhelpers.h │ │ │ │ ├── vfw.h │ │ │ │ ├── virtdisk.h │ │ │ │ ├── vsadmin.h │ │ │ │ ├── vss.h │ │ │ │ ├── vsserror.h │ │ │ │ ├── vsstyle.h │ │ │ │ ├── vssym32.h │ │ │ │ ├── wbemads.h │ │ │ │ ├── wbemcli.h │ │ │ │ ├── wbemdisp.h │ │ │ │ ├── wbemidl.h │ │ │ │ ├── wbemprov.h │ │ │ │ ├── wbemtran.h │ │ │ │ ├── wcnapi.h │ │ │ │ ├── wcndevice.h │ │ │ │ ├── wcnfunctiondiscoverykeys.h │ │ │ │ ├── wcntypes.h │ │ │ │ ├── wdsclientapi.h │ │ │ │ ├── webservices.h │ │ │ │ ├── wfext.h │ │ │ │ ├── winable.h │ │ │ │ ├── winbase.h │ │ │ │ ├── winber.h │ │ │ │ ├── winbio.h │ │ │ │ ├── winbio_err.h │ │ │ │ ├── winbio_types.h │ │ │ │ ├── wincodec.h │ │ │ │ ├── wincon.h │ │ │ │ ├── wincred.h │ │ │ │ ├── wincrypt.h │ │ │ │ ├── windef.h │ │ │ │ ├── windns.h │ │ │ │ ├── windot11.h │ │ │ │ ├── windows.h │ │ │ │ ├── windowssideshow.h │ │ │ │ ├── windowssideshowapi.h │ │ │ │ ├── windowsx.h │ │ │ │ ├── winefs.h │ │ │ │ ├── winerror.h │ │ │ │ ├── winfax.h │ │ │ │ ├── wingdi.h │ │ │ │ ├── winhttp.h │ │ │ │ ├── wininet.h │ │ │ │ ├── winioctl.h │ │ │ │ ├── winldap.h │ │ │ │ ├── winnetwk.h │ │ │ │ ├── winnls.h │ │ │ │ ├── winnls32.h │ │ │ │ ├── winnt.h │ │ │ │ ├── winperf.h │ │ │ │ ├── winreg.h │ │ │ │ ├── winresrc.h │ │ │ │ ├── winscard.h │ │ │ │ ├── winsmcrd.h │ │ │ │ ├── winsnmp.h │ │ │ │ ├── winsock.h │ │ │ │ ├── winsock2.h │ │ │ │ ├── winspool.h │ │ │ │ ├── winsvc.h │ │ │ │ ├── wintrust.h │ │ │ │ ├── winuser.h │ │ │ │ ├── winver.h │ │ │ │ ├── winwlx.h │ │ │ │ ├── wlantypes.h │ │ │ │ ├── wlclient.h │ │ │ │ ├── wmistr.h │ │ │ │ ├── wownt32.h │ │ │ │ ├── wpapi.h │ │ │ │ ├── wpapimsg.h │ │ │ │ ├── wpcrsmsg.h │ │ │ │ ├── wpftpmsg.h │ │ │ │ ├── wppstmsg.h │ │ │ │ ├── wptypes.h │ │ │ │ ├── wpwizmsg.h │ │ │ │ ├── ws2atm.h │ │ │ │ ├── ws2def.h │ │ │ │ ├── ws2ipdef.h │ │ │ │ ├── ws2spi.h │ │ │ │ ├── ws2tcpip.h │ │ │ │ ├── wscapi.h │ │ │ │ ├── wsipx.h │ │ │ │ ├── wsnwlink.h │ │ │ │ ├── wspiapi.h │ │ │ │ ├── wtsapi32.h │ │ │ │ ├── wtypes.h │ │ │ │ ├── wuapi.h │ │ │ │ └── xpsprint.h │ │ │ ├── addin.h │ │ │ ├── assert.h │ │ │ ├── complex.h │ │ │ ├── conio.h │ │ │ ├── crtdef.h │ │ │ ├── ctype.h │ │ │ ├── direct.h │ │ │ ├── dirent.h │ │ │ ├── dlfcn.h │ │ │ ├── emmintrin.h │ │ │ ├── errno.h │ │ │ ├── excpt.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── float.h │ │ │ ├── ftw.h │ │ │ ├── getopt.h │ │ │ ├── immintrin.h │ │ │ ├── intrin.h │ │ │ ├── inttypes.h │ │ │ ├── io.h │ │ │ ├── iso646.h │ │ │ ├── libgen.h │ │ │ ├── limits.h │ │ │ ├── locale.h │ │ │ ├── math.h │ │ │ ├── minmax.h │ │ │ ├── mmintr.h │ │ │ ├── mmintrin.h │ │ │ ├── nmmintrin.h │ │ │ ├── omp.h │ │ │ ├── pmmintrin.h │ │ │ ├── poppack.h │ │ │ ├── process.h │ │ │ ├── pshpack1.h │ │ │ ├── pshpack2.h │ │ │ ├── pshpack4.h │ │ │ ├── pshpack8.h │ │ │ ├── pshpck16.h │ │ │ ├── regex.h │ │ │ ├── search.h │ │ │ ├── setjmp.h │ │ │ ├── signal.h │ │ │ ├── smmintrin.h │ │ │ ├── stdalign.h │ │ │ ├── stdarg.h │ │ │ ├── stdatomic.h │ │ │ ├── stdbool.h │ │ │ ├── stddef.h │ │ │ ├── stdint.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── stdnoreturn.h │ │ │ ├── string.h │ │ │ ├── strings.h │ │ │ ├── sys │ │ │ │ ├── locking.h │ │ │ │ ├── mman.h │ │ │ │ ├── stat.h │ │ │ │ ├── time.h │ │ │ │ ├── timeb.h │ │ │ │ ├── types.h │ │ │ │ ├── utime.h │ │ │ │ └── wait.h │ │ │ ├── tchar.h │ │ │ ├── tgmath.h │ │ │ ├── threads.h │ │ │ ├── time.h │ │ │ ├── tmmintrin.h │ │ │ ├── uchar.h │ │ │ ├── unistd.h │ │ │ ├── wchar.h │ │ │ ├── wctype.h │ │ │ ├── wizard.h │ │ │ ├── wmmintrin.h │ │ │ ├── xmmintr.h │ │ │ └── xmmintrin.h │ │ ├── Lib │ │ │ ├── Win │ │ │ │ ├── aclui.lib │ │ │ │ ├── activeds.lib │ │ │ │ ├── adptif.lib │ │ │ │ ├── advapi32.lib │ │ │ │ ├── authz.lib │ │ │ │ ├── avicap32.lib │ │ │ │ ├── avifil32.lib │ │ │ │ ├── avrt.lib │ │ │ │ ├── bcrypt.lib │ │ │ │ ├── cabinet.lib │ │ │ │ ├── certadm.lib │ │ │ │ ├── clusapi.lib │ │ │ │ ├── comctl32.lib │ │ │ │ ├── comdlg32.lib │ │ │ │ ├── credui.lib │ │ │ │ ├── crypt32.lib │ │ │ │ ├── cryptnet.lib │ │ │ │ ├── cryptui.lib │ │ │ │ ├── cryptxml.lib │ │ │ │ ├── dbghelp.lib │ │ │ │ ├── dhcpcsvc.lib │ │ │ │ ├── dlcapi.lib │ │ │ │ ├── dnsapi.lib │ │ │ │ ├── dsuiext.lib │ │ │ │ ├── dwmapi.lib │ │ │ │ ├── dxguid.lib │ │ │ │ ├── ehstorguids.lib │ │ │ │ ├── elscore.lib │ │ │ │ ├── evr.lib │ │ │ │ ├── gdi32.lib │ │ │ │ ├── gdiplus.lib │ │ │ │ ├── glaux.lib │ │ │ │ ├── glu32.lib │ │ │ │ ├── gpedit.lib │ │ │ │ ├── htmlhelp.lib │ │ │ │ ├── httpapi.lib │ │ │ │ ├── icm32.lib │ │ │ │ ├── icmui.lib │ │ │ │ ├── imagehlp.lib │ │ │ │ ├── imm32.lib │ │ │ │ ├── iphlpapi.lib │ │ │ │ ├── kernel32.lib │ │ │ │ ├── ktmw32.lib │ │ │ │ ├── loadperf.lib │ │ │ │ ├── lz32.lib │ │ │ │ ├── mapi32.lib │ │ │ │ ├── mf.lib │ │ │ │ ├── mfplat.lib │ │ │ │ ├── mfplay.lib │ │ │ │ ├── mfreadwrite.lib │ │ │ │ ├── mfuuid.lib │ │ │ │ ├── mgmtapi.lib │ │ │ │ ├── mpr.lib │ │ │ │ ├── mprapi.lib │ │ │ │ ├── mqrt.lib │ │ │ │ ├── msacm32.lib │ │ │ │ ├── mscms.lib │ │ │ │ ├── msgina.lib │ │ │ │ ├── msi.lib │ │ │ │ ├── msimg32.lib │ │ │ │ ├── mspatcha.lib │ │ │ │ ├── mspatchc.lib │ │ │ │ ├── mssip32.lib │ │ │ │ ├── mswsock.lib │ │ │ │ ├── msxml2.lib │ │ │ │ ├── msxml6.lib │ │ │ │ ├── ncrypt.lib │ │ │ │ ├── nddeapi.lib │ │ │ │ ├── netapi32.lib │ │ │ │ ├── normaliz.lib │ │ │ │ ├── ntdsapi.lib │ │ │ │ ├── ntdsbcli.lib │ │ │ │ ├── ntmsapi.lib │ │ │ │ ├── ntquery.lib │ │ │ │ ├── odbc32.lib │ │ │ │ ├── odbccp32.lib │ │ │ │ ├── ole32.lib │ │ │ │ ├── oleacc.lib │ │ │ │ ├── oleaut32.lib │ │ │ │ ├── oledlg.lib │ │ │ │ ├── olepro32.lib │ │ │ │ ├── opengl32.lib │ │ │ │ ├── p2p.lib │ │ │ │ ├── patchwiz.lib │ │ │ │ ├── pdh.lib │ │ │ │ ├── powrprof.lib │ │ │ │ ├── psapi.lib │ │ │ │ ├── qosname.lib │ │ │ │ ├── rasapi32.lib │ │ │ │ ├── rasdlg.lib │ │ │ │ ├── rasman.lib │ │ │ │ ├── rassapi.lib │ │ │ │ ├── resizer.lib │ │ │ │ ├── resutils.lib │ │ │ │ ├── rpcns4.lib │ │ │ │ ├── rpcrt4.lib │ │ │ │ ├── rstrtmgr.lib │ │ │ │ ├── rtm.lib │ │ │ │ ├── rtutils.lib │ │ │ │ ├── sapi.lib │ │ │ │ ├── scarddlg.lib │ │ │ │ ├── schannel.lib │ │ │ │ ├── scrnsave.lib │ │ │ │ ├── scrnsavw.lib │ │ │ │ ├── secur32.lib │ │ │ │ ├── sensapi.lib │ │ │ │ ├── sensorsapi.lib │ │ │ │ ├── setupapi.lib │ │ │ │ ├── sfc.lib │ │ │ │ ├── shell32.lib │ │ │ │ ├── shlwapi.lib │ │ │ │ ├── snmpapi.lib │ │ │ │ ├── softpub.lib │ │ │ │ ├── sti.lib │ │ │ │ ├── strsafe.lib │ │ │ │ ├── svcguid.lib │ │ │ │ ├── tapi32.lib │ │ │ │ ├── traffic.lib │ │ │ │ ├── url.lib │ │ │ │ ├── urlmon.lib │ │ │ │ ├── user32.lib │ │ │ │ ├── userenv.lib │ │ │ │ ├── usp10.lib │ │ │ │ ├── uuid.lib │ │ │ │ ├── uxtheme.lib │ │ │ │ ├── version.lib │ │ │ │ ├── vfw32.lib │ │ │ │ ├── virtdisk.lib │ │ │ │ ├── vss_uuid.lib │ │ │ │ ├── wbemuuid.lib │ │ │ │ ├── wdsclientapi.lib │ │ │ │ ├── webpost.lib │ │ │ │ ├── webservices.lib │ │ │ │ ├── wiaguid.lib │ │ │ │ ├── winbio.lib │ │ │ │ ├── windowssideshowguids.lib │ │ │ │ ├── winfax.lib │ │ │ │ ├── winhttp.lib │ │ │ │ ├── wininet.lib │ │ │ │ ├── winmm.lib │ │ │ │ ├── winscard.lib │ │ │ │ ├── winspool.lib │ │ │ │ ├── wintrust.lib │ │ │ │ ├── wldap32.lib │ │ │ │ ├── wow32.lib │ │ │ │ ├── ws2_32.lib │ │ │ │ ├── wscapi.lib │ │ │ │ ├── wsnmp32.lib │ │ │ │ ├── wsock32.lib │ │ │ │ ├── wtsapi32.lib │ │ │ │ ├── wuguid.lib │ │ │ │ └── xpsprint.lib │ │ │ ├── crt.lib │ │ │ ├── crtmt.lib │ │ │ ├── delayimp.lib │ │ │ ├── oldnames.lib │ │ │ ├── omp.lib │ │ │ ├── pocrt.lib │ │ │ ├── pomp.lib │ │ │ ├── profiler.lib │ │ │ └── wizard.lib │ │ └── PellesC.xml │ │ ├── output_dir │ │ └── gogopowerrangers.exe │ │ ├── packers │ │ ├── Xlzma.dll │ │ ├── Xlzss.dll │ │ ├── cexe.exe │ │ ├── kkrunchy_k7.exe │ │ ├── mpress.exe │ │ └── upx.exe │ │ └── tekilla_remix.mp3 ├── cool.ico ├── libz │ ├── PEReader.XML │ ├── PEReader.dll │ └── PEReader.dll.config ├── obj │ └── x86 │ │ └── Debug │ │ ├── CoreCompileInputs.cache │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Exe_Morphing_Util.AboutForm.resources │ │ ├── Exe_Morphing_Util.FormMain.resources │ │ ├── Exe_Morphing_Util.Properties.Resources.resources │ │ ├── Exe_Morphing_Util.csproj.FileListAbsolute.txt │ │ ├── Exe_Morphing_Util.csproj.GenerateResource.Cache │ │ ├── Exe_Morphing_Util.csproj.ResolveComReference.cache │ │ ├── Exe_Morphing_Util.csprojResolveAssemblyReference.cache │ │ ├── GenerateResource.read.1.tlog │ │ ├── GenerateResource.write.1.tlog │ │ ├── Interop.WMPLib.dll │ │ ├── JoeCrypter.exe │ │ ├── JoeCrypter.pdb │ │ └── ResolveAssemblyReference.cache └── test.cs ├── README.md └── packers └── zip ├── RLPack.zip ├── XComp098.zip ├── kkrunchy_023a2.zip ├── mew11.zip ├── mpress.219.zip └── pespin133.rar /.vs/Exe_Morphing_Util/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/.vs/Exe_Morphing_Util/v14/.suo -------------------------------------------------------------------------------- /.vs/Exe_Morphing_Util/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/.vs/Exe_Morphing_Util/v15/.suo -------------------------------------------------------------------------------- /.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/.vs/slnx.sqlite -------------------------------------------------------------------------------- /.vs/slnx.sqlite-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/.vs/slnx.sqlite-journal -------------------------------------------------------------------------------- /Exe_Morphing_Util.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exe_Morphing_Util", "Exe_Morphing_Util\Exe_Morphing_Util.csproj", "{309C258E-1F4C-4B10-BD55-A41C6C1762AD}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {309C258E-1F4C-4B10-BD55-A41C6C1762AD}.Debug|x86.ActiveCfg = Debug|x86 13 | {309C258E-1F4C-4B10-BD55-A41C6C1762AD}.Debug|x86.Build.0 = Debug|x86 14 | {309C258E-1F4C-4B10-BD55-A41C6C1762AD}.Release|x86.ActiveCfg = Release|x86 15 | {309C258E-1F4C-4B10-BD55-A41C6C1762AD}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /Exe_Morphing_Util.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util.suo -------------------------------------------------------------------------------- /Exe_Morphing_Util.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util.v12.suo -------------------------------------------------------------------------------- /Exe_Morphing_Util/63dabf311.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/63dabf311.ico -------------------------------------------------------------------------------- /Exe_Morphing_Util/AboutForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Exe_Morphing_Util 11 | { 12 | public partial class AboutForm : Form 13 | { 14 | public AboutForm() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void pictureBox1_Click(object sender, EventArgs e) 20 | { 21 | System.Diagnostics.Process.Start("http://www.gironsec.com"); 22 | } 23 | 24 | private void AboutForm_Load(object sender, EventArgs e) 25 | { 26 | // blah 27 | } 28 | 29 | 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/Exe_Morphing_Util.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | publish\ 5 | 6 | 7 | 8 | 9 | 10 | en-US 11 | false 12 | 13 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Exe_Morphing_Util 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new FormMain()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Exe_Morphing_Util")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("American Express")] 12 | [assembly: AssemblyProduct("Exe_Morphing_Util")] 13 | [assembly: AssemblyCopyright("Copyright © American Express 2013")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("e2e93dc6-f18e-429a-ab4a-ad02daa5cdd9")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.296 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Exe_Morphing_Util.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/Exe_Morphing_Util.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/JoeCrypter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/JoeCrypter.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/JoeCrypter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/JoeCrypter.pdb -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/JoeCrypter.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/JoeCrypter.vshost.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/JoeCrypter.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/buildit.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | color 17 3 | set PellesCDir=G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\compiler 4 | set PATH=%PellesCDir%\Bin;%PATH% 5 | set INCLUDE=%PellesCDir%\Include;%PellesCDir%\Include\Win;%INCLUDE% 6 | set LIB=%PellesCDir%\Lib;%PellesCDir%\Lib\Win;%LIB% 7 | pocc.exe -std:C11 -Tx86-coff -Ot -Ob1 -fp:precise -W1 -Gz -Ze "G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\builder\joe_crypter.c" -Fo"G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\builder\joe_crypter.obj" 8 | porc.exe "G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\builder\payload.rc" -Fo"G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\builder\payload.res" 9 | polink.exe -subsystem:windows -machine:X86 -largeaddressaware -base:0x10000 kernel32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib Rpcrt4.lib winmm.lib oleaut32.lib ole32.lib wbemuuid.lib Advapi32.lib -out:"G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\output_dir\gogopowerrangers.exe" "G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\builder\joe_crypter.obj" "G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\builder\payload.res" 10 | echo Payload sucessfully built and saved to G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\output_dir\gogopowerrangers.exe 11 | pause 12 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/joe_crypter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/joe_crypter.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/joe_crypter.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/joe_crypter.idb -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/joe_crypter.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/joe_crypter.obj -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/joe_crypter.ppj: -------------------------------------------------------------------------------- 1 | # 2 | # PROJECT FILE generated by "Pelles C for Windows, version 8.00". 3 | # WARNING! DO NOT EDIT THIS FILE. 4 | # 5 | 6 | POC_PROJECT_VERSION = 7.00# 7 | POC_PROJECT_TYPE = 0# 8 | POC_PROJECT_OUTPUTDIR = output# 9 | POC_PROJECT_RESULTDIR = .# 10 | POC_PROJECT_ARGUMENTS = # 11 | POC_PROJECT_WORKPATH = .# 12 | POC_PROJECT_EXECUTOR = # 13 | POC_PROJECT_ZIPEXTRA = # 14 | CC = pocc.exe# 15 | AS = poasm.exe# 16 | RC = porc.exe# 17 | LINK = polink.exe# 18 | SIGN = posign.exe# 19 | CCFLAGS = -std:C11 -Tx86-coff -Ot -Ob1 -fp:precise -W1 -Gz -Ze# 20 | ASFLAGS = -AIA32 -Gz# 21 | RCFLAGS = # 22 | LINKFLAGS = -subsystem:windows -machine:x86 -largeaddressaware -base:0x10000 kernel32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib winmm.lib oleaut32.lib ole32.lib wbemuuid.lib Advapi32.lib# 23 | SIGNFLAGS = -timeurl:http://timestamp.verisign.com/scripts/timstamp.dll -location:CU -store:MY -errkill# 24 | INCLUDE = $(PellesCDir)\Include\Win;$(PellesCDir)\Include# 25 | LIB = $(PellesCDir)\Lib\Win;$(PellesCDir)\Lib# 26 | 27 | # 28 | # Build joe_crypter.exe. 29 | # 30 | joe_crypter.exe: \ 31 | output\joe_crypter.obj \ 32 | output\payload.res 33 | $(LINK) $(LINKFLAGS) -out:"$@" $** 34 | 35 | # 36 | # Build joe_crypter.obj. 37 | # 38 | output\joe_crypter.obj: \ 39 | joe_crypter.c \ 40 | joecrypt_injecter.h 41 | $(CC) $(CCFLAGS) "$!" -Fo"$@" 42 | 43 | # 44 | # Build payload.res. 45 | # 46 | output\payload.res: \ 47 | payload.rc \ 48 | res\pload.joe 49 | $(RC) $(RCFLAGS) "$!" -Fo"$@" 50 | 51 | .EXCLUDEDFILES: 52 | 53 | .SILENT: 54 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/joe_crypter.ppx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/joe_crypter.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/joe_crypter.tag -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/output/joe_crypter.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/output/joe_crypter.obj -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/output/payload.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/output/payload.res -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/payload.rc: -------------------------------------------------------------------------------- 1 | // RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00". 2 | 3 | #include 4 | #include 5 | #include 6 | 7 | LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US 8 | 9 | 8001 RCDATA "res\\pload.joe" 10 | 11 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/payload.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/payload.res -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/builder/res/pload.joe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/builder/res/pload.joe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Help/help0009.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Help/help0009.chm -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Intl/rsrc0009.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Intl/rsrc0009.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/conapp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/conapp.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/custcntl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/custcntl.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/msvcproj.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/msvcproj.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/winapp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/winapp.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/windll.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/windll.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/wininst.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/Wizards/wininst.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/cc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/cc.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/cformat.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/cformat.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/env.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | set PellesCDir=G:\C Projects\Visual Studio\Projects\Exe_Morphing_Util\Exe_Morphing_Util\bin\Debug\compiler 3 | set PATH=%PellesCDir%\Bin;%PATH% 4 | set INCLUDE=%PellesCDir%\Include;%PellesCDir%\Include\Win;%INCLUDE% 5 | set LIB=%PellesCDir%\Lib;%PellesCDir%\Lib\Win;%LIB% 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/fdiff.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/fdiff.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/idespawn.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/idespawn.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poasm.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pobind.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pobind.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pobr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pobr.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pobr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pobr.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pocc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pocc.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pocert.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pocert.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pocrt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pocrt.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/podump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/podump.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poh2inc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poh2inc.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poide.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poide.com -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poide.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poide.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poinst.cfg: -------------------------------------------------------------------------------- 1 | ; POINST.CFG 2 | 3 | ; This file defines default values for the install builder. 4 | ; The file is treated as if located in the directory from 5 | ; where you build, i.e. any path must be relative that 6 | ; directory and not the directory where POINST is located. 7 | 8 | ; If you want to change icons or bitmaps, you can do it here: 9 | ;Icon "C:\program\poinst\newmain.ico" 10 | ;EnabledBitmap "C:\program\poinst\newenabled.bmp" 11 | ;DisabledBitmap "C:\program\poinst\newdisabled.bmp" 12 | 13 | ; If you want to define symbols, you can do it here: 14 | ;!define version_for_dummies 15 | 16 | ; The Datablock-optimizer can save space, and is reasonably fast. 17 | ; SetDatablockOptimize off 18 | 19 | ; Use the following line if you have UPX installed. Note that 20 | ; the EXE packer should not compress the first icon, and that 21 | ; the path should be absolute. 22 | ;!packhdr tmp.dat "C:\program files\upx\upx -9 -q tmp.dat" 23 | 24 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poinst.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poinst.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/polib.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/polib.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/polink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/polink.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pomake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pomake.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/pomc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/pomc.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/porc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/porc.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/porc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/porc.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/porebase.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/porebase.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poreg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poreg.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/posign.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/posign.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/povars32.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | set PellesCDir=C:\Program Files\PellesC 3 | rem 4 | echo Setting 32-bit environment for Pelles C... 5 | rem 6 | set PATH=%PellesCDir%\Bin;%PATH% 7 | set INCLUDE=%PellesCDir%\Include;%PellesCDir%\Include\Win;%INCLUDE% 8 | set LIB=%PellesCDir%\Lib;%PellesCDir%\Lib\Win;%LIB% 9 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/poviewp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/poviewp.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/protos.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/protos.tag -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/sqlite3.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Bin/support.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Bin/support.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/activeds.h: -------------------------------------------------------------------------------- 1 | #ifndef _ACTIVEDS_H 2 | #define _ACTIVEDS_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Active Directory Service master include file */ 9 | 10 | #include "iads.h" 11 | #include "adshlp.h" 12 | #include "adserr.h" 13 | #include "adsiid.h" 14 | #include "adssts.h" 15 | #include "adsnms.h" 16 | #include "adsdb.h" 17 | 18 | #if defined(WIN32_DEFAULT_LIBS) 19 | #pragma comment(lib, "activeds.lib") 20 | #endif 21 | 22 | #endif /* _ACTIVEDS_H */ 23 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/adptif.h: -------------------------------------------------------------------------------- 1 | #ifndef _ADPTIF_H 2 | #define _ADPTIF_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Router interface with IPX stack */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) && !defined(_WIN64) 11 | #pragma comment(lib, "adptif.lib") 12 | #endif 13 | 14 | #define GetNicIdx(pReserved) ((ULONG)*((USHORT*)(pReserved+2))) 15 | 16 | typedef struct _ADDRESS_RESERVED { 17 | UCHAR Reserved[28]; 18 | } ADDRESS_RESERVED, *PADDRESS_RESERVED; 19 | 20 | HANDLE WINAPI CreateSocketPort(USHORT); 21 | DWORD WINAPI DeleteSocketPort(HANDLE); 22 | DWORD WINAPI IpxRecvPacket(HANDLE,PUCHAR,ULONG,PADDRESS_RESERVED,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE); 23 | DWORD WINAPI IpxSendPacket(HANDLE,ULONG,PUCHAR,ULONG,PADDRESS_RESERVED,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE); 24 | 25 | #endif /* _ADPTIF_H */ 26 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/adsdb.h: -------------------------------------------------------------------------------- 1 | #ifndef _ADSDB_H 2 | #define _ADSDB_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* OLE DB provider for ADSI definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define DBPROPFLAGS_ADSISEARCH 0x0000C000 15 | 16 | #ifdef __cplusplus 17 | } 18 | #endif 19 | 20 | #endif /* _ADSDB_H */ 21 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/cderr.h: -------------------------------------------------------------------------------- 1 | #ifndef _CDERR_H 2 | #define _CDERR_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Common dialog errors */ 9 | 10 | #define CDERR_DIALOGFAILURE 0xFFFF 11 | #define CDERR_GENERALCODES 0x0000 12 | #define CDERR_STRUCTSIZE 0x0001 13 | #define CDERR_INITIALIZATION 0x0002 14 | #define CDERR_NOTEMPLATE 0x0003 15 | #define CDERR_NOHINSTANCE 0x0004 16 | #define CDERR_LOADSTRFAILURE 0x0005 17 | #define CDERR_FINDRESFAILURE 0x0006 18 | #define CDERR_LOADRESFAILURE 0x0007 19 | #define CDERR_LOCKRESFAILURE 0x0008 20 | #define CDERR_MEMALLOCFAILURE 0x0009 21 | #define CDERR_MEMLOCKFAILURE 0x000A 22 | #define CDERR_NOHOOK 0x000B 23 | #define CDERR_REGISTERMSGFAIL 0x000C 24 | 25 | #define PDERR_PRINTERCODES 0x1000 26 | #define PDERR_SETUPFAILURE 0x1001 27 | #define PDERR_PARSEFAILURE 0x1002 28 | #define PDERR_RETDEFFAILURE 0x1003 29 | #define PDERR_LOADDRVFAILURE 0x1004 30 | #define PDERR_GETDEVMODEFAIL 0x1005 31 | #define PDERR_INITFAILURE 0x1006 32 | #define PDERR_NODEVICES 0x1007 33 | #define PDERR_NODEFAULTPRN 0x1008 34 | #define PDERR_DNDMMISMATCH 0x1009 35 | #define PDERR_CREATEICFAILURE 0x100A 36 | #define PDERR_PRINTERNOTFOUND 0x100B 37 | #define PDERR_DEFAULTDIFFERENT 0x100C 38 | 39 | #define CFERR_CHOOSEFONTCODES 0x2000 40 | #define CFERR_NOFONTS 0x2001 41 | #define CFERR_MAXLESSTHANMIN 0x2002 42 | 43 | #define FNERR_FILENAMECODES 0x3000 44 | #define FNERR_SUBCLASSFAILURE 0x3001 45 | #define FNERR_INVALIDFILENAME 0x3002 46 | #define FNERR_BUFFERTOOSMALL 0x3003 47 | 48 | #define FRERR_FINDREPLACECODES 0x4000 49 | #define FRERR_BUFFERLENGTHZERO 0x4001 50 | 51 | #define CCERR_CHOOSECOLORCODES 0x5000 52 | 53 | #endif /* _CDERR_H */ 54 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/clfslsn.h: -------------------------------------------------------------------------------- 1 | #ifndef _CLFSLSN_H 2 | #define _CLFSLSN_H 3 | 4 | #if (NTDDI_VERSION >= NTDDI_WS03SP1) || (_WIN32_WINNT >= _WIN32_WINNT_WS03) 5 | typedef UINT32 CLFS_RECORD_INDEX; 6 | 7 | typedef union _CLS_LSN { 8 | struct { 9 | CLFS_RECORD_INDEX idxRecord; 10 | CLFS_CONTAINER_ID cidContainer; 11 | } offset; 12 | volatile ULONGLONG ullOffset; 13 | } CLS_LSN, *PCLS_LSN, **PPCLS_LSN; 14 | 15 | typedef CLS_LSN CLFS_LSN; 16 | typedef CLFS_LSN *PCLFS_LSN, **PPCLFS_LSN; 17 | #endif /* (NTDDI_VERSION >= NTDDI_WS03SP1) || (_WIN32_WINNT >= _WIN32_WINNT_WS03) */ 18 | 19 | #endif 20 | 21 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/clfsmgmtw32.h: -------------------------------------------------------------------------------- 1 | #ifndef _CLFSMGMTW32_H 2 | #define _CLFSMGMTW32_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #undef CLFS_KERNEL_MODE 9 | #include 10 | 11 | #ifdef __cplusplus 12 | extern "C" 13 | { 14 | #endif 15 | 16 | #if (_WIN32_WINNT >= _WIN32_WINNT_WS03) 17 | typedef VOID (*PLOG_TAIL_ADVANCE_CALLBACK)(HANDLE, CLFS_LSN, PVOID); 18 | typedef VOID (*PLOG_FULL_HANDLER_CALLBACK)(HANDLE, DWORD, BOOL, PVOID); 19 | typedef VOID (*PLOG_UNPINNED_CALLBACK)(HANDLE, PVOID); 20 | 21 | typedef struct _LOG_MANAGEMENT_CALLBACKS { 22 | PVOID CallbackContext; 23 | PLOG_TAIL_ADVANCE_CALLBACK AdvanceTailCallback; 24 | PLOG_FULL_HANDLER_CALLBACK LogFullHandlerCallback; 25 | PLOG_UNPINNED_CALLBACK LogUnpinnedCallback; 26 | } LOG_MANAGEMENT_CALLBACKS, *PLOG_MANAGEMENT_CALLBACKS; 27 | 28 | CLFSUSER_API BOOL WINAPI RegisterManageableLogClient(HANDLE, PLOG_MANAGEMENT_CALLBACKS); 29 | CLFSUSER_API BOOL WINAPI DeregisterManageableLogClient(HANDLE); 30 | CLFSUSER_API BOOL WINAPI ReadLogNotification(HANDLE, PCLFS_MGMT_NOTIFICATION, LPOVERLAPPED); 31 | CLFSUSER_API BOOL WINAPI InstallLogPolicy(HANDLE, PCLFS_MGMT_POLICY); 32 | CLFSUSER_API BOOL WINAPI RemoveLogPolicy(HANDLE, CLFS_MGMT_POLICY_TYPE); 33 | CLFSUSER_API BOOL WINAPI QueryLogPolicy(HANDLE, CLFS_MGMT_POLICY_TYPE, PCLFS_MGMT_POLICY, PULONG); 34 | CLFSUSER_API BOOL WINAPI SetLogFileSizeWithPolicy(HANDLE, PULONGLONG, PULONGLONG); 35 | CLFSUSER_API BOOL WINAPI HandleLogFull(HANDLE); 36 | CLFSUSER_API BOOL WINAPI LogTailAdvanceFailure(HANDLE, DWORD); 37 | CLFSUSER_API BOOL WINAPI RegisterForLogWriteNotification(HANDLE, ULONG, BOOL); 38 | #endif /* _WIN32_WINNT >= _WIN32_WINNT_WS03 */ 39 | 40 | #ifdef __cplusplus 41 | } 42 | #endif 43 | 44 | #endif /* _CLFSMGMTW32_H */ 45 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/colordlg.h: -------------------------------------------------------------------------------- 1 | #ifndef _COLORDLG_H 2 | #define _COLORDLG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows color dialog definitions */ 9 | 10 | #define DLG_COLOR 10 11 | 12 | #define NUM_BASIC_COLORS 48 13 | #define NUM_CUSTOM_COLORS 16 14 | 15 | #define COLOR_HUESCROLL 700 16 | #define COLOR_SATSCROLL 701 17 | #define COLOR_LUMSCROLL 702 18 | #define COLOR_HUE 703 19 | #define COLOR_SAT 704 20 | #define COLOR_LUM 705 21 | #define COLOR_RED 706 22 | #define COLOR_GREEN 707 23 | #define COLOR_BLUE 708 24 | #define COLOR_CURRENT 709 25 | #define COLOR_RAINBOW 710 26 | #define COLOR_SAVE 711 27 | #define COLOR_ADD 712 28 | #define COLOR_SOLID 713 29 | #define COLOR_TUNE 714 30 | #define COLOR_SCHEMES 715 31 | #define COLOR_ELEMENT 716 32 | #define COLOR_SAMPLES 717 33 | #define COLOR_PALETTE 718 34 | #define COLOR_MIX 719 35 | #define COLOR_BOX1 720 36 | #define COLOR_CUSTOM1 721 37 | #define COLOR_HUEACCEL 723 38 | #define COLOR_SATACCEL 724 39 | #define COLOR_LUMACCEL 725 40 | #define COLOR_REDACCEL 726 41 | #define COLOR_GREENACCEL 727 42 | #define COLOR_BLUEACCEL 728 43 | #define COLOR_SOLID_LEFT 730 44 | #define COLOR_SOLID_RIGHT 731 45 | 46 | #endif /* _COLORDLG_H */ 47 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/cpl.h: -------------------------------------------------------------------------------- 1 | #ifndef _CPL_H 2 | #define _CPL_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Control panel extension DLL definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #include 15 | 16 | #define WM_CPL_LAUNCH (WM_USER+1000) 17 | #define WM_CPL_LAUNCHED (WM_USER+1001) 18 | 19 | #define CPL_DYNAMIC_RES 0 20 | #define CPL_INIT 1 21 | #define CPL_GETCOUNT 2 22 | #define CPL_INQUIRE 3 23 | #define CPL_SELECT 4 24 | #define CPL_DBLCLK 5 25 | #define CPL_STOP 6 26 | #define CPL_EXIT 7 27 | #define CPL_NEWINQUIRE 8 28 | #define CPL_STARTWPARMSA 9 29 | #define CPL_STARTWPARMSW 10 30 | #define CPL_SETUP 200 31 | 32 | typedef LONG (APIENTRY *APPLET_PROC)(HWND,UINT,LPARAM,LPARAM); 33 | 34 | typedef struct tagCPLINFO { 35 | int idIcon; 36 | int idName; 37 | int idInfo; 38 | LONG_PTR lData; 39 | } CPLINFO, *LPCPLINFO; 40 | 41 | typedef struct tagNEWCPLINFOA { 42 | DWORD dwSize; 43 | DWORD dwFlags; 44 | DWORD dwHelpContext; 45 | LONG_PTR lData; 46 | HICON hIcon; 47 | CHAR szName[32]; 48 | CHAR szInfo[64]; 49 | CHAR szHelpFile[128]; 50 | } NEWCPLINFOA, *LPNEWCPLINFOA; 51 | 52 | typedef struct tagNEWCPLINFOW { 53 | DWORD dwSize; 54 | DWORD dwFlags; 55 | DWORD dwHelpContext; 56 | LONG_PTR lData; 57 | HICON hIcon; 58 | WCHAR szName[32]; 59 | WCHAR szInfo[64]; 60 | WCHAR szHelpFile[128]; 61 | } NEWCPLINFOW, *LPNEWCPLINFOW; 62 | 63 | #ifdef UNICODE 64 | typedef NEWCPLINFOW NEWCPLINFO, *LPNEWCPLINFO; 65 | #define CPL_STARTWPARMS CPL_STARTWPARMSW 66 | #else 67 | typedef NEWCPLINFOA NEWCPLINFO, *LPNEWCPLINFO; 68 | #define CPL_STARTWPARMS CPL_STARTWPARMSA 69 | #endif 70 | 71 | #ifdef __cplusplus 72 | } 73 | #endif 74 | 75 | #include 76 | 77 | #endif /* _CPL_H */ 78 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/cplext.h: -------------------------------------------------------------------------------- 1 | #ifndef _CPLEXT_H 2 | #define _CPLEXT_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Control panel property sheet extension definitions */ 9 | 10 | #define CPLPAGE_MOUSE_BUTTONS 1 11 | #define CPLPAGE_MOUSE_PTRMOTION 2 12 | #define CPLPAGE_KEYBOARD_SPEED 1 13 | #define CPLPAGE_DISPLAY_BACKGROUND 1 14 | 15 | #endif /* _CPLEXT_H */ 16 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/elssrvc.h: -------------------------------------------------------------------------------- 1 | #ifndef ELSSRVC_H 2 | #define ELSSRVC_H 3 | 4 | /* Extended Linguistic Services GUID definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /*static*/ const GUID ELS_GUID_LANGUAGE_DETECTION = { 0xCF7E00B1, 0x909B, 0x4D95, {0xA8, 0xF4, 0x61, 0x1F, 0x7C, 0x37, 0x77, 0x02} }; 13 | /*static*/ const GUID ELS_GUID_SCRIPT_DETECTION = { 0x2D64B439, 0x6CAF, 0x4F6B, {0xB6, 0x88, 0xE5, 0xD0, 0xF4, 0xFA, 0xA7, 0xD7} }; 14 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_HANT_TO_HANS = { 0xA3A8333B, 0xF4FC, 0x42f6, {0xA0, 0xC4, 0x04, 0x62, 0xFE, 0x73, 0x17, 0xCB} }; 15 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_HANS_TO_HANT = { 0x3CACCDC8, 0x5590, 0x42dc, {0x9A, 0x7B, 0xB5, 0xA6, 0xB5, 0xB3, 0xB6, 0x3B} }; 16 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_MALAYALAM_TO_LATIN = { 0xD8B983B1, 0xF8BF, 0x4a2b, {0xBC, 0xD5, 0x5B, 0x5E, 0xA2, 0x06, 0x13, 0xE1} }; 17 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_DEVANAGARI_TO_LATIN = { 0xC4A4DCFE, 0x2661, 0x4d02, {0x98, 0x35, 0xF4, 0x81, 0x87, 0x10, 0x98, 0x03} }; 18 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_CYRILLIC_TO_LATIN = { 0x3DD12A98, 0x5AFD, 0x4903, {0xA1, 0x3F, 0xE1, 0x7E, 0x6C, 0x0B, 0xFE, 0x01} }; 19 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_BENGALI_TO_LATIN = { 0xF4DFD825, 0x91A4, 0x489f, {0x85, 0x5E, 0x9A, 0xD9, 0xBE, 0xE5, 0x57, 0x27} }; 20 | /*static*/ const GUID ELS_GUID_TRANSLITERATION_HANGUL_DECOMPOSITION = { 0x4BA2A721, 0xE43D, 0x41b7, {0xB3, 0x30, 0x53, 0x6A, 0xE1, 0xE4, 0x88, 0x63} }; 21 | 22 | #endif /* ELSSRVC_H */ 23 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/htmlguid.h: -------------------------------------------------------------------------------- 1 | #ifndef _HTMLGUID_H 2 | #define _HTMLGUID_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* HTML Viewer object GUID definitions */ 9 | 10 | DEFINE_GUID(CLSID_HTMLViewer,0x25336920,0x3f9,0x11cf,0x8f,0xd0,0x0,0xaa,0x0,0x68,0x6f,0x13); 11 | DEFINE_GUID(CLSID_HTMLBSCBProxy,0x25336922,0x3f9,0x11cf,0x8f,0xd0,0x0,0xaa,0x0,0x68,0x6f,0x13); 12 | DEFINE_GUID(GUID_PageTL,0x71bc8840,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6); 13 | DEFINE_GUID(IID_PageProps,0x71bc8841,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6); 14 | DEFINE_GUID(IID_PageEvents,0x71bc8842,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6); 15 | DEFINE_GUID(CLSID_Page,0x71bc8843,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6); 16 | 17 | #endif /* _HTMLGUID_H */ 18 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/ifmib.h: -------------------------------------------------------------------------------- 1 | #ifndef _IFMIB_H 2 | #define _IFMIB_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Non-TCP/IP-specific parts of MIB-II definitions */ 9 | 10 | #include 11 | 12 | #ifndef ANY_SIZE 13 | #define ANY_SIZE 1 14 | #endif 15 | 16 | #define MAXLEN_PHYSADDR 8 17 | #define MAXLEN_IFDESCR 256 18 | #define MAX_INTERFACE_NAME_LEN 256 19 | 20 | #define SIZEOF_IFTABLE(X) (FIELD_OFFSET(MIB_IFTABLE,table[0]) + ((X) * sizeof(MIB_IFROW)) + ALIGN_SIZE) 21 | 22 | typedef struct _MIB_IFNUMBER { 23 | DWORD dwValue; 24 | } MIB_IFNUMBER, *PMIB_IFNUMBER; 25 | 26 | typedef struct _MIB_IFROW { 27 | WCHAR wszName[MAX_INTERFACE_NAME_LEN]; 28 | IF_INDEX dwIndex; 29 | IFTYPE dwType; 30 | DWORD dwMtu; 31 | DWORD dwSpeed; 32 | DWORD dwPhysAddrLen; 33 | UCHAR bPhysAddr[MAXLEN_PHYSADDR]; 34 | DWORD dwAdminStatus; 35 | INTERNAL_IF_OPER_STATUS dwOperStatus; 36 | DWORD dwLastChange; 37 | DWORD dwInOctets; 38 | DWORD dwInUcastPkts; 39 | DWORD dwInNUcastPkts; 40 | DWORD dwInDiscards; 41 | DWORD dwInErrors; 42 | DWORD dwInUnknownProtos; 43 | DWORD dwOutOctets; 44 | DWORD dwOutUcastPkts; 45 | DWORD dwOutNUcastPkts; 46 | DWORD dwOutDiscards; 47 | DWORD dwOutErrors; 48 | DWORD dwOutQLen; 49 | DWORD dwDescrLen; 50 | UCHAR bDescr[MAXLEN_IFDESCR]; 51 | } MIB_IFROW, *PMIB_IFROW; 52 | 53 | typedef struct _MIB_IFTABLE { 54 | DWORD dwNumEntries; 55 | MIB_IFROW table[ANY_SIZE]; 56 | } MIB_IFTABLE, *PMIB_IFTABLE; 57 | 58 | #endif /* _IFMIB_H */ 59 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/imessage.h: -------------------------------------------------------------------------------- 1 | #ifndef _IMESSAGE_H 2 | #define _IMESSAGE_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Messaging Applications Programming Interface (MAPI) IMessage-on-IStorage facility definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define IMSG_NO_ISTG_COMMIT ((ULONG)0x00000001) 15 | 16 | #define PROPATTR_MANDATORY ((ULONG)0x00000001) 17 | #define PROPATTR_READABLE ((ULONG)0x00000002) 18 | #define PROPATTR_WRITEABLE ((ULONG)0x00000004) 19 | #define PROPATTR_NOT_PRESENT ((ULONG)0x00000008) 20 | 21 | #define CbNewSPropAttrArray(_cattr) (offsetof(SPropAttrArray,aPropAttr)+(_cattr)*sizeof(ULONG)) 22 | #define CbSPropAttrArray(_lparray) (offsetof(SPropAttrArray,aPropAttr)+(UINT)((_lparray)->cValues)*sizeof(ULONG)) 23 | #define SizedSPropAttrArray(_cattr,_name) struct _SPropAttrArray_ ## _name { ULONG cValues; ULONG aPropAttr[_cattr]; } _name 24 | 25 | typedef struct _MSGSESS *LPMSGSESS; 26 | typedef void (STDAPICALLTYPE MSGCALLRELEASE)(ULONG,LPMESSAGE); 27 | 28 | typedef struct _SPropAttrArray { 29 | ULONG cValues; 30 | ULONG aPropAttr[MAPI_DIM]; 31 | } SPropAttrArray, *LPSPropAttrArray; 32 | 33 | STDAPI_(SCODE) OpenIMsgSession(LPMALLOC,ULONG,LPMSGSESS*); 34 | STDAPI_(void) CloseIMsgSession(LPMSGSESS); 35 | STDAPI_(SCODE) OpenIMsgOnIStg(LPMSGSESS,LPALLOCATEBUFFER,LPALLOCATEMORE,LPFREEBUFFER,LPMALLOC,LPVOID,LPSTORAGE,MSGCALLRELEASE*,ULONG,ULONG,LPMESSAGE*); 36 | STDAPI GetAttribIMsgOnIStg(LPVOID,LPSPropTagArray,LPSPropAttrArray*); 37 | STDAPI SetAttribIMsgOnIStg(LPVOID,LPSPropTagArray,LPSPropAttrArray,LPSPropProblemArray*); 38 | STDAPI_(SCODE) MapStorageSCode(SCODE); 39 | 40 | #ifdef __cplusplus 41 | } 42 | #endif 43 | 44 | #endif /* _IMESSAGE_H */ 45 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/in6addr.h: -------------------------------------------------------------------------------- 1 | #ifndef _IN6ADDR_H 2 | #define _IN6ADDR_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #ifndef s6_addr 9 | 10 | typedef struct in6_addr { 11 | union { 12 | UCHAR Byte[16]; 13 | USHORT Word[8]; 14 | } u; 15 | } IN6_ADDR, *PIN6_ADDR, *LPIN6_ADDR; 16 | #define in_addr6 in6_addr 17 | 18 | #define _S6_un u 19 | #define _S6_u8 Byte 20 | #define s6_addr _S6_un._S6_u8 21 | 22 | #define s6_bytes u.Byte 23 | #define s6_words u.Word 24 | 25 | #endif /* s6_addr */ 26 | 27 | #endif /* _IN6ADDR_H */ 28 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/inaddr.h: -------------------------------------------------------------------------------- 1 | #ifndef s_addr 2 | 3 | #if __POCC__ >= 500 4 | #pragma once 5 | #endif 6 | 7 | typedef struct in_addr { 8 | union { 9 | struct { UCHAR s_b1,s_b2,s_b3,s_b4; } S_un_b; 10 | struct { USHORT s_w1,s_w2; } S_un_w; 11 | ULONG S_addr; 12 | } S_un; 13 | #define s_addr S_un.S_addr 14 | #define s_host S_un.S_un_b.s_b2 15 | #define s_net S_un.S_un_b.s_b1 16 | #define s_imp S_un.S_un_w.s_w2 17 | #define s_impno S_un.S_un_b.s_b4 18 | #define s_lh S_un.S_un_b.s_b3 19 | } IN_ADDR, *PIN_ADDR, *LPIN_ADDR; 20 | 21 | #endif /* s_addr */ 22 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/inilib.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifndef _INILIB_H 4 | #define _INILIB_H 5 | 6 | /* Microsoft Network Monitor definitions */ 7 | 8 | #ifdef __cplusplus 9 | extern "C" { 10 | #endif 11 | 12 | #define INI_PATH_LENGTH 256 13 | #define MAX_HANDOFF_ENTRY_LENGTH 80 14 | #define MAX_PROTOCOL_NAME 40 15 | #define NUMALLOCENTRIES 10 16 | #define RAW_INI_STR_LEN 200 17 | 18 | #define PARSERS_SUBDIR "PARSERS" 19 | #define INI_EXTENSION "INI" 20 | #define BASE10_FORMAT_STR "%ld=%s %ld" 21 | #define BASE16_FORMAT_STR "%lx=%s %lx" 22 | 23 | extern LPSTR _cdecl BuildINIPath(char*,char*); 24 | extern DWORD WINAPI CreateHandoffTable(LPSTR,LPSTR,LPHANDOFFTABLE*,DWORD,DWORD); 25 | extern HPROTOCOL WINAPI GetProtocolFromTable(LPHANDOFFTABLE,DWORD,PDWORD_PTR); 26 | extern VOID WINAPI DestroyHandoffTable(LPHANDOFFTABLE); 27 | extern BOOLEAN WINAPI IsRawIPXEnabled(LPSTR,LPSTR,LPSTR); 28 | 29 | #ifdef __cplusplus 30 | } 31 | #endif 32 | 33 | #endif /* _INILIB_H */ 34 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/initguid.h: -------------------------------------------------------------------------------- 1 | #ifndef _INITGUID_H 2 | #define _INITGUID_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Definitions for controlling GUID initialization */ 9 | 10 | #define INITGUID 11 | #include 12 | 13 | #endif /* _INITGUID_H */ 14 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/ipinfoid.h: -------------------------------------------------------------------------------- 1 | #ifndef _IPINFOID_H 2 | #define _IPINFOID_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Router manager information ID's */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define IP_ROUTER_MANAGER_VERSION 1 15 | 16 | #define IP_GENERAL_INFO_BASE 0xffff0000 17 | 18 | #define IP_IN_FILTER_INFO IP_GENERAL_INFO_BASE+1 19 | #define IP_OUT_FILTER_INFO IP_GENERAL_INFO_BASE+2 20 | #define IP_GLOBAL_INFO IP_GENERAL_INFO_BASE+3 21 | #define IP_INTERFACE_STATUS_INFO IP_GENERAL_INFO_BASE+4 22 | #define IP_ROUTE_INFO IP_GENERAL_INFO_BASE+5 23 | #define IP_PROT_PRIORITY_INFO IP_GENERAL_INFO_BASE+6 24 | #define IP_ROUTER_DISC_INFO IP_GENERAL_INFO_BASE+7 25 | #define IP_DEMAND_DIAL_FILTER_INFO IP_GENERAL_INFO_BASE+9 26 | #define IP_MCAST_HEARBEAT_INFO IP_GENERAL_INFO_BASE+10 27 | #define IP_MCAST_BOUNDARY_INFO IP_GENERAL_INFO_BASE+11 28 | #define IP_IPINIP_CFG_INFO IP_GENERAL_INFO_BASE+12 29 | #define IP_IFFILTER_INFO IP_GENERAL_INFO_BASE+13 30 | #define IP_MCAST_LIMIT_INFO IP_GENERAL_INFO_BASE+14 31 | 32 | #ifdef __cplusplus 33 | } 34 | #endif 35 | 36 | #endif /* _IPINFOID_H */ 37 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/ipxconst.h: -------------------------------------------------------------------------------- 1 | #ifndef _IPXCONST_H 2 | #define _IPXCONST_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* IPX Routing Protocol constant and macro definitions */ 9 | 10 | #define ADMIN_STATE_DISABLED 1 11 | #define ADMIN_STATE_ENABLED 2 12 | 13 | #define ADMIN_STATE_ENABLED_ONLY_FOR_NETBIOS_STATIC_ROUTING 3 14 | #define ADMIN_STATE_ENABLED_ONLY_FOR_OPER_STATE_UP 4 15 | 16 | #define OPER_STATE_DOWN 1 17 | #define OPER_STATE_UP 2 18 | #define OPER_STATE_SLEEPING 3 19 | 20 | #define OPER_STATE_STARTING 4 21 | #define OPER_STATE_STOPPING 5 22 | 23 | #define IPX_STANDARD_UPDATE 1 24 | #define IPX_NO_UPDATE 2 25 | #define IPX_AUTO_STATIC_UPDATE 3 26 | 27 | #define IPX_STANDARD_PACKET_TYPE 1 28 | #define IPX_RELIABLE_DELIVERY_PACKET_TYPE 2 29 | 30 | #define IPX_PACE_DEFVAL 18 31 | 32 | #define IPX_UPDATE_INTERVAL_DEFVAL 60 33 | 34 | #define R_Interface RR_InterfaceID 35 | #define R_Protocol RR_RoutingProtocol 36 | 37 | #define R_Network RR_Network.N_NetNumber 38 | #define R_TickCount RR_FamilySpecificData.FSD_TickCount 39 | #define R_HopCount RR_FamilySpecificData.FSD_HopCount 40 | #define R_NextHopMacAddress RR_NextHopAddress.NHA_Mac 41 | 42 | #define R_Flags RR_FamilySpecificData.FSD_Flags 43 | 44 | #define MAX_INTERFACE_INDEX 0xFFFFFFFE 45 | #define GLOBAL_INTERFACE_INDEX 0xFFFFFFFF 46 | 47 | #define GLOBAL_WAN_ROUTE 0x00000001 48 | #define DO_NOT_ADVERTISE_ROUTE 0x00000002 49 | 50 | #endif /* _IPXCONST_H */ 51 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/ipxtfflt.h: -------------------------------------------------------------------------------- 1 | #ifndef _IPXTFFLT_H 2 | #define _IPXTFFLT_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* IPX Routing Protocol filter driver definitions */ 9 | 10 | #define IPX_TRAFFIC_FILTER_ACTION_PERMIT 1 11 | #define IPX_TRAFFIC_FILTER_ACTION_DENY 2 12 | 13 | #define IPX_TRAFFIC_FILTER_ON_SRCNET 0x00000001 14 | #define IPX_TRAFFIC_FILTER_ON_SRCNODE 0x00000002 15 | #define IPX_TRAFFIC_FILTER_ON_SRCSOCKET 0x00000004 16 | 17 | #define IPX_TRAFFIC_FILTER_ON_DSTNET 0x00000010 18 | #define IPX_TRAFFIC_FILTER_ON_DSTNODE 0x00000020 19 | #define IPX_TRAFFIC_FILTER_ON_DSTSOCKET 0x00000040 20 | 21 | #define IPX_TRAFFIC_FILTER_ON_PKTTYPE 0x00000100 22 | #define IPX_TRAFFIC_FILTER_LOG_MATCHES 0x80000000 23 | 24 | typedef struct _IPX_TRAFFIC_FILTER_GLOBAL_INFO { 25 | ULONG FilterAction; 26 | } IPX_TRAFFIC_FILTER_GLOBAL_INFO, *PIPX_TRAFFIC_FILTER_GLOBAL_INFO; 27 | 28 | typedef struct _IPX_TRAFFIC_FILTER_INFO { 29 | ULONG FilterDefinition; 30 | UCHAR DestinationNetwork[4]; 31 | UCHAR DestinationNetworkMask[4]; 32 | UCHAR DestinationNode[6]; 33 | UCHAR DestinationSocket[2]; 34 | UCHAR SourceNetwork[4]; 35 | UCHAR SourceNetworkMask[4]; 36 | UCHAR SourceNode[6]; 37 | UCHAR SourceSocket[2]; 38 | UCHAR PacketType; 39 | } IPX_TRAFFIC_FILTER_INFO, *PIPX_TRAFFIC_FILTER_INFO; 40 | 41 | typedef struct _FLT_IF_SET_PARAMS { 42 | ULONG InterfaceIndex; 43 | ULONG FilterAction; 44 | ULONG FilterSize; 45 | } FLT_IF_SET_PARAMS, *PFLT_IF_SET_PARAMS; 46 | 47 | typedef struct _FLT_IF_GET_PARAMS { 48 | ULONG FilterAction; 49 | ULONG FilterSize; 50 | ULONG TotalSize; 51 | } FLT_IF_GET_PARAMS, *PFLT_IF_GET_PARAMS; 52 | 53 | typedef struct _FLT_PACKET_LOG { 54 | ULONG SrcIfIdx; 55 | ULONG DstIfIdx; 56 | USHORT DataSize; 57 | USHORT SeqNum; 58 | UCHAR Header[30]; 59 | } FLT_PACKET_LOG, *PFLT_PACKET_LOG; 60 | 61 | #endif /* _IPXTFFLT_H */ 62 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/isguids.h: -------------------------------------------------------------------------------- 1 | #ifndef _ISGUID_H 2 | #define _ISGUID_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Internet Shortcut GUID definitions */ 9 | 10 | DEFINE_GUID(CLSID_InternetShortcut,0xFBF23B40L,0xE3F0,0x101B,0x84,0x88,0x00,0xAA,0x00,0x3E,0x56,0xF8); 11 | DEFINE_GUID(IID_IUniformResourceLocatorA,0xFBF23B80L,0xE3F0,0x101B,0x84,0x88,0x00,0xAA,0x00,0x3E,0x56,0xF8); 12 | DEFINE_GUID(IID_IUniformResourceLocatorW,0xCABB0DA0L,0xDA57,0x11CF,0x99,0x74,0x00,0x20,0xAF,0xD7,0x97,0x62); 13 | 14 | #ifdef UNICODE 15 | #define IID_IUniformResourceLocator IID_IUniformResourceLocatorW 16 | #else 17 | #define IID_IUniformResourceLocator IID_IUniformResourceLocatorA 18 | #endif 19 | 20 | #endif /* _ISGUID_H */ 21 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lm.h: -------------------------------------------------------------------------------- 1 | #ifndef _LM_H 2 | #define _LM_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Lan Manager definitions */ 9 | 10 | #include 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | 29 | #if defined(WIN32_DEFAULT_LIBS) 30 | #pragma comment(lib, "netapi32.lib") 31 | #endif 32 | 33 | #endif /* _LM_H */ 34 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lmapibuf.h: -------------------------------------------------------------------------------- 1 | #ifndef _LMAPIBUF_H 2 | #define _LMAPIBUF_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* NetApiBuffer API definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD,PVOID*); 15 | NET_API_STATUS WINAPI NetApiBufferFree(PVOID); 16 | NET_API_STATUS WINAPI NetApiBufferReallocate(PVOID,DWORD,PVOID*); 17 | NET_API_STATUS WINAPI NetApiBufferSize(PVOID,PDWORD); 18 | NET_API_STATUS WINAPI NetapipBufferAllocate(DWORD,PVOID*); 19 | 20 | #ifdef __cplusplus 21 | } 22 | #endif 23 | 24 | #endif /* _LMAPIBUF_H */ 25 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lmat.h: -------------------------------------------------------------------------------- 1 | #ifndef _LMAT_H 2 | #define _LMAT_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Schedule service API definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define JOB_RUN_PERIODICALLY 0x01 15 | #define JOB_EXEC_ERROR 0x02 16 | #define JOB_RUNS_TODAY 0x04 17 | #define JOB_ADD_CURRENT_DATE 0x08 18 | #define JOB_NONINTERACTIVE 0x10 19 | 20 | #define JOB_INPUT_FLAGS (JOB_RUN_PERIODICALLY|JOB_ADD_CURRENT_DATE|JOB_NONINTERACTIVE) 21 | #define JOB_OUTPUT_FLAGS (JOB_RUN_PERIODICALLY|JOB_EXEC_ERROR|JOB_RUNS_TODAY|JOB_NONINTERACTIVE) 22 | 23 | typedef struct _AT_ENUM { 24 | DWORD JobId; 25 | DWORD_PTR JobTime; 26 | DWORD DaysOfMonth; 27 | UCHAR DaysOfWeek; 28 | UCHAR Flags; 29 | LPWSTR Command; 30 | } AT_ENUM, *PAT_ENUM, *LPAT_ENUM; 31 | 32 | typedef struct _AT_INFO { 33 | DWORD_PTR JobTime; 34 | DWORD DaysOfMonth; 35 | UCHAR DaysOfWeek; 36 | UCHAR Flags; 37 | LPWSTR Command; 38 | } AT_INFO, *PAT_INFO, *LPAT_INFO; 39 | 40 | NET_API_STATUS WINAPI NetScheduleJobAdd(LPCWSTR,PBYTE,LPDWORD); 41 | NET_API_STATUS WINAPI NetScheduleJobDel(LPCWSTR,DWORD,DWORD); 42 | NET_API_STATUS WINAPI NetScheduleJobEnum(LPCWSTR,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD); 43 | NET_API_STATUS WINAPI NetScheduleJobGetInfo(LPCWSTR,DWORD,PBYTE*); 44 | 45 | #ifdef __cplusplus 46 | } 47 | #endif 48 | 49 | #endif /* _LMAT_H */ 50 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lmconfig.h: -------------------------------------------------------------------------------- 1 | #ifndef _LMCONFIG_H 2 | #define _LMCONFIG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* NetConfig API definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define REVISED_CONFIG_APIS 15 | 16 | typedef struct _CONFIG_INFO_0 { 17 | LPWSTR cfgi0_key; 18 | LPWSTR cfgi0_data; 19 | } CONFIG_INFO_0, *PCONFIG_INFO_0, *LPCONFIG_INFO_0; 20 | 21 | NET_API_STATUS WINAPI NetConfigGet(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE*); 22 | NET_API_STATUS WINAPI NetConfigGetAll(LPCWSTR,LPCWSTR,PBYTE*); 23 | NET_API_STATUS WINAPI NetConfigSet(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE,DWORD); 24 | NET_API_STATUS WINAPI NetRegisterDomainNameChangeNotification(PHANDLE); 25 | NET_API_STATUS WINAPI NetUnregisterDomainNameChangeNotification(HANDLE); 26 | 27 | #ifdef __cplusplus 28 | } 29 | #endif 30 | 31 | #endif /* _LMCONFIG_H */ 32 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lmmsg.h: -------------------------------------------------------------------------------- 1 | #ifndef _LMMSG_H 2 | #define _LMMSG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* NetMessage API definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define MSGNAME_NOT_FORWARDED 0 15 | #define MSGNAME_FORWARDED_TO 0x04 16 | #define MSGNAME_FORWARDED_FROM 0x10 17 | 18 | typedef struct _MSG_INFO_0 { 19 | LPWSTR msgi0_name; 20 | } MSG_INFO_0, *PMSG_INFO_0, *LPMSG_INFO_0; 21 | 22 | typedef struct _MSG_INFO_1 { 23 | LPWSTR msgi1_name; 24 | DWORD msgi1_forward_flag; 25 | LPWSTR msgi1_forward; 26 | }MSG_INFO_1, *PMSG_INFO_1, *LPMSG_INFO_1; 27 | 28 | NET_API_STATUS WINAPI NetMessageNameAdd(LPCWSTR,LPCWSTR); 29 | NET_API_STATUS WINAPI NetMessageNameEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD); 30 | NET_API_STATUS WINAPI NetMessageNameGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*); 31 | NET_API_STATUS WINAPI NetMessageNameDel(LPCWSTR,LPCWSTR); 32 | NET_API_STATUS WINAPI NetMessageBufferSend(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE,DWORD); 33 | 34 | #ifdef __cplusplus 35 | } 36 | #endif 37 | 38 | #endif /* _LMMSG_H */ 39 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lmremutl.h: -------------------------------------------------------------------------------- 1 | #ifndef _LMREMUTL_H 2 | #define _LMREMUTL_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* NetRemote API definition */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define SUPPORTS_REMOTE_ADMIN_PROTOCOL 0x00000002L 15 | #define SUPPORTS_RPC 0x00000004L 16 | #define SUPPORTS_SAM_PROTOCOL 0x00000008L 17 | #define SUPPORTS_UNICODE 0x00000010L 18 | #define SUPPORTS_LOCAL 0x00000020L 19 | #define SUPPORTS_ANY 0xFFFFFFFFL 20 | 21 | #define NO_PERMISSION_REQUIRED 0x00000001 22 | #define ALLOCATE_RESPONSE 0x00000002 23 | #define USE_SPECIFIC_TRANSPORT 0x80000000 24 | 25 | #ifndef DESC_CHAR_UNICODE 26 | typedef CHAR DESC_CHAR; 27 | #else 28 | typedef WCHAR DESC_CHAR; 29 | #endif 30 | 31 | typedef DESC_CHAR *LPDESC; 32 | 33 | typedef struct _TIME_OF_DAY_INFO { 34 | DWORD tod_elapsedt; 35 | DWORD tod_msecs; 36 | DWORD tod_hours; 37 | DWORD tod_mins; 38 | DWORD tod_secs; 39 | DWORD tod_hunds; 40 | LONG tod_timezone; 41 | DWORD tod_tinterval; 42 | DWORD tod_day; 43 | DWORD tod_month; 44 | DWORD tod_year; 45 | DWORD tod_weekday; 46 | } TIME_OF_DAY_INFO, *PTIME_OF_DAY_INFO, *LPTIME_OF_DAY_INFO; 47 | 48 | NET_API_STATUS WINAPI NetRemoteTOD(LPCWSTR,PBYTE*); 49 | NET_API_STATUS WINAPI NetRemoteComputerSupports(LPCWSTR,DWORD,PDWORD); 50 | NET_API_STATUS RxRemoteApi(DWORD,LPCWSTR,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,DWORD,...); 51 | 52 | #ifdef __cplusplus 53 | } 54 | #endif 55 | 56 | #endif /* _LMREMUTL_H */ 57 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lmuseflg.h: -------------------------------------------------------------------------------- 1 | #ifndef _LMUSEFLG_H 2 | #define _LMUSEFLG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Force levels when deleting a connection */ 9 | 10 | #define USE_NOFORCE 0 11 | #define USE_FORCE 1 12 | #define USE_LOTS_OF_FORCE 2 13 | 14 | #endif /* _LMUSEFLG_H */ 15 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/lzexpand.h: -------------------------------------------------------------------------------- 1 | #ifndef _LZEXPAND_H 2 | #define _LZEXPAND_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Data decompression library definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) 11 | #pragma comment(lib, "kernel32.lib") 12 | #endif 13 | 14 | #ifdef __cplusplus 15 | extern "C" { 16 | #endif 17 | 18 | #define LZERROR_BADINHANDLE (-1) 19 | #define LZERROR_BADOUTHANDLE (-2) 20 | #define LZERROR_READ (-3) 21 | #define LZERROR_WRITE (-4) 22 | #define LZERROR_GLOBALLOC (-5) 23 | #define LZERROR_GLOBLOCK (-6) 24 | #define LZERROR_BADVALUE (-7) 25 | #define LZERROR_UNKNOWNALG (-8) 26 | 27 | INT WINAPI LZStart(void); 28 | void WINAPI LZDone(void); 29 | LONG WINAPI CopyLZFile(INT,INT); 30 | LONG WINAPI LZCopy(INT,INT); 31 | INT WINAPI LZInit(INT); 32 | INT WINAPI GetExpandedNameA(LPSTR,LPSTR); 33 | INT WINAPI GetExpandedNameW(LPWSTR,LPWSTR); 34 | INT WINAPI LZOpenFileA(LPSTR,LPOFSTRUCT,WORD); 35 | INT WINAPI LZOpenFileW(LPWSTR,LPOFSTRUCT,WORD); 36 | LONG WINAPI LZSeek(INT,LONG,INT); 37 | INT WINAPI LZRead(INT,LPSTR,INT); 38 | void APIENTRY LZClose(INT); 39 | 40 | #ifdef UNICODE 41 | #define GetExpandedName GetExpandedNameW 42 | #define LZOpenFile LZOpenFileW 43 | #else 44 | #define GetExpandedName GetExpandedNameA 45 | #define LZOpenFile LZOpenFileA 46 | #endif 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* _LZEXPAND_H */ 53 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/malloc.h: -------------------------------------------------------------------------------- 1 | #ifndef _MALLOC_H 2 | #define _MALLOC_H 3 | 4 | /* malloc.h - private header for memory allocation definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #pragma message("Use instead of non-standard ") 11 | 12 | #include 13 | 14 | /* type definitions */ 15 | #ifndef _SIZE_T_DEFINED 16 | #define _SIZE_T_DEFINED 17 | #if __POCC_TARGET__ == 3 18 | typedef unsigned long long size_t; 19 | #else 20 | typedef unsigned int size_t; 21 | #endif 22 | #endif /* _SIZE_T_DEFINED */ 23 | 24 | /* declarations */ 25 | extern void * __cdecl _alloca(size_t); 26 | extern void * __cdecl calloc(size_t, size_t); 27 | extern _CRTFRE(1) void __cdecl free(void *); 28 | extern void * __cdecl malloc(size_t); 29 | extern void * __cdecl realloc(void *, size_t); 30 | 31 | /* private extensions */ 32 | extern int __cdecl _heap_validate(void *); 33 | extern size_t __cdecl _msize(void *); 34 | extern void * __cdecl _mm_malloc(size_t, size_t); 35 | extern _CRTFRE(1) void __cdecl _mm_free(void *); 36 | #ifdef _MSC_EXTENSIONS 37 | #define _aligned_malloc(n,m) _mm_malloc(n,m) 38 | #define _aligned_free(p) _mm_free(p) 39 | #endif /* _MSC_EXTENSIONS */ 40 | 41 | #ifdef __POCC__OLDNAMES 42 | #undef alloca 43 | #define alloca _alloca 44 | #endif /* __POCC__OLDNAMES */ 45 | 46 | #endif /* _MALLOC_H */ 47 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/mciavi.h: -------------------------------------------------------------------------------- 1 | #ifndef _MCIAVI_H 2 | #define _MCIAVI_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Media Control Interface AVI driver definitions */ 9 | 10 | #define MCI_MCIAVI_PLAY_WINDOW 0x1000000 11 | #define MCI_MCIAVI_PLAY_FULLSCREEN 0x2000000 12 | #define MCI_MCIAVI_PLAY_FULLBY2 0x4000000 13 | 14 | #define MCI_AVI_STATUS_FRAMES_SKIPPED 0x8001 15 | #define MCI_AVI_STATUS_LAST_PLAY_SPEED 0x8002 16 | #define MCI_AVI_STATUS_AUDIO_BREAKS 0x8003 17 | #define MCI_AVI_SETVIDEO_DRAW_PROCEDURE 0x8000 18 | #define MCI_AVI_SETVIDEO_PALETTE_COLOR 0x8100 19 | #define MCI_AVI_SETVIDEO_PALETTE_HALFTONE 0x0000FFFF 20 | 21 | #define MCIERR_AVI_OLDAVIFORMAT (MCIERR_CUSTOM_DRIVER_BASE+100) 22 | #define MCIERR_AVI_NOTINTERLEAVED (MCIERR_CUSTOM_DRIVER_BASE+101) 23 | #define MCIERR_AVI_NODISPDIB (MCIERR_CUSTOM_DRIVER_BASE+102) 24 | #define MCIERR_AVI_CANTPLAYFULLSCREEN (MCIERR_CUSTOM_DRIVER_BASE+103) 25 | #define MCIERR_AVI_TOOBIGFORVGA (MCIERR_CUSTOM_DRIVER_BASE+104) 26 | #define MCIERR_AVI_NOCOMPRESSOR (MCIERR_CUSTOM_DRIVER_BASE+105) 27 | #define MCIERR_AVI_DISPLAYERROR (MCIERR_CUSTOM_DRIVER_BASE+106) 28 | #define MCIERR_AVI_AUDIOERROR (MCIERR_CUSTOM_DRIVER_BASE+107) 29 | #define MCIERR_AVI_BADPALETTE (MCIERR_CUSTOM_DRIVER_BASE+108) 30 | 31 | #endif /* _MCIAVI_H */ 32 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/mediaerr.h: -------------------------------------------------------------------------------- 1 | #ifndef _MEDIAERR_H 2 | #define _MEDIAERR_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Error codes */ 9 | 10 | #define DMO_E_INVALIDSTREAMINDEX 0x80040201 11 | #define DMO_E_INVALIDTYPE 0x80040202 12 | #define DMO_E_TYPE_NOT_SET 0x80040203 13 | #define DMO_E_NOTACCEPTING 0x80040204 14 | #define DMO_E_TYPE_NOT_ACCEPTED 0x80040205 15 | #define DMO_E_NO_MORE_ITEMS 0x80040206 16 | 17 | #endif /* _MEDIAERR_H */ 18 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/memory.h: -------------------------------------------------------------------------------- 1 | #ifndef _MEMORY_H 2 | #define _MEMORY_H 3 | 4 | /* memory.h - private header for memory definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #pragma message("Use instead of non-standard ") 11 | 12 | /* type definitions */ 13 | #ifndef _SIZE_T_DEFINED 14 | #define _SIZE_T_DEFINED 15 | #if __POCC_TARGET__ == 3 16 | typedef unsigned long long size_t; 17 | #else 18 | typedef unsigned int size_t; 19 | #endif 20 | #endif /* _SIZE_T_DEFINED */ 21 | 22 | /* declarations */ 23 | extern void * __cdecl memchr(const void *, int, size_t); 24 | extern int __cdecl memcmp(const void *, const void *, size_t); 25 | extern void * __cdecl memcpy(void * restrict, const void * restrict, size_t); 26 | extern void * __cdecl memmove(void *, const void *, size_t); 27 | extern void * __cdecl memset(void *, int, size_t); 28 | 29 | #endif /* _MEMORY_H */ 30 | 31 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/mgmtapi.h: -------------------------------------------------------------------------------- 1 | #ifndef _MGMTAPI_H 2 | #define _MGMTAPI_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* SNMP Management API definitions */ 9 | 10 | #include 11 | #include 12 | 13 | #if defined(WIN32_DEFAULT_LIBS) 14 | #pragma comment(lib, "mgmtapi.lib") 15 | #endif 16 | 17 | #ifdef __cplusplus 18 | extern "C" { 19 | #endif 20 | 21 | #define SNMP_MGMTAPI_TIMEOUT 40 22 | #define SNMP_MGMTAPI_SELECT_FDERRORS 41 23 | #define SNMP_MGMTAPI_TRAP_ERRORS 42 24 | #define SNMP_MGMTAPI_TRAP_DUPINIT 43 25 | #define SNMP_MGMTAPI_NOTRAPS 44 26 | #define SNMP_MGMTAPI_AGAIN 45 27 | #define SNMP_MGMTAPI_INVALID_CTL 46 28 | #define SNMP_MGMTAPI_INVALID_SESSION 47 29 | #define SNMP_MGMTAPI_INVALID_BUFFER 48 30 | 31 | #define MGMCTL_SETAGENTPORT 0x01 32 | 33 | typedef PVOID LPSNMP_MGR_SESSION; 34 | 35 | LPSNMP_MGR_SESSION SNMP_FUNC_TYPE SnmpMgrOpen(LPSTR,LPSTR,INT,INT); 36 | BOOL SNMP_FUNC_TYPE SnmpMgrCtl(LPSNMP_MGR_SESSION,DWORD,LPVOID,DWORD,LPVOID,DWORD,LPDWORD); 37 | BOOL SNMP_FUNC_TYPE SnmpMgrClose(LPSNMP_MGR_SESSION); 38 | SNMPAPI SNMP_FUNC_TYPE SnmpMgrRequest(LPSNMP_MGR_SESSION,BYTE,RFC1157VarBindList*,AsnInteger*,AsnInteger*); 39 | BOOL SNMP_FUNC_TYPE SnmpMgrStrToOid(LPSTR,AsnObjectIdentifier*); 40 | BOOL SNMP_FUNC_TYPE SnmpMgrOidToStr(AsnObjectIdentifier*,LPSTR*); 41 | BOOL SNMP_FUNC_TYPE SnmpMgrTrapListen(HANDLE*); 42 | BOOL SNMP_FUNC_TYPE SnmpMgrGetTrap(AsnObjectIdentifier*,AsnNetworkAddress*,AsnInteger*,AsnInteger*,AsnTimeticks*,RFC1157VarBindList*); 43 | BOOL SNMP_FUNC_TYPE SnmpMgrGetTrapEx(AsnObjectIdentifier*,AsnNetworkAddress*,AsnNetworkAddress*,AsnInteger*,AsnInteger*,AsnOctetString*,AsnTimeticks*,RFC1157VarBindList*); 44 | 45 | #ifdef __cplusplus 46 | } 47 | #endif 48 | 49 | #endif /* _MGMTAPI_H */ 50 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/mshtml.h: -------------------------------------------------------------------------------- 1 | #ifndef _MSHTML_H 2 | #define _MSHTML_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #include "mshtmlc.h" 9 | 10 | #endif /* _MSHTML_H */ 11 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/mswsockdef.h: -------------------------------------------------------------------------------- 1 | #ifndef _MSWSOCKDEF_H 2 | #define _MSWSOCKDEF_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #if (_WIN32_WINNT >= 0x0600) 9 | #define MSWSOCKDEF_INLINE inline 10 | #endif /* _WIN32_WINNT>=0x0600 */ 11 | 12 | #ifndef ASSERT 13 | #define MSWSOCKDEF_ASSERT_UNDEFINED 14 | #define ASSERT(exp) ((VOID)0) 15 | #endif 16 | 17 | #ifdef __cplusplus 18 | extern "C" { 19 | #endif 20 | 21 | #if(_WIN32_WINNT >= 0x0600) 22 | 23 | #ifdef _WS2DEF_H 24 | 25 | extern CONST UCHAR sockaddr_size[AF_MAX]; 26 | 27 | MSWSOCKDEF_INLINE UCHAR SOCKADDR_SIZE(ADDRESS_FAMILY af) { 28 | return (UCHAR)((af < AF_MAX) ? sockaddr_size[af] : sockaddr_size[AF_UNSPEC]); 29 | } 30 | 31 | MSWSOCKDEF_INLINE SCOPE_LEVEL ScopeLevel(SCOPE_ID ScopeId) { 32 | return (SCOPE_LEVEL)ScopeId.Level; 33 | } 34 | 35 | #endif /* _WS2DEF_H */ 36 | 37 | #define SIO_SET_COMPATIBILITY_MODE _WSAIOW(IOC_VENDOR,300) 38 | 39 | typedef enum _WSA_COMPATIBILITY_BEHAVIOR_ID { 40 | WsaBehaviorAll = 0, 41 | WsaBehaviorReceiveBuffering, 42 | WsaBehaviorAutoTuning 43 | } WSA_COMPATIBILITY_BEHAVIOR_ID, *PWSA_COMPATIBILITY_BEHAVIOR_ID; 44 | 45 | typedef struct _WSA_COMPATIBILITY_MODE { 46 | WSA_COMPATIBILITY_BEHAVIOR_ID BehaviorId; 47 | ULONG TargetOsVersion; 48 | } WSA_COMPATIBILITY_MODE, *PWSA_COMPATIBILITY_MODE; 49 | 50 | #endif /* _WIN32_WINNT>=0x0600 */ 51 | 52 | #ifdef __cplusplus 53 | } 54 | #endif 55 | 56 | #ifdef MSWSOCKDEF_ASSERT_UNDEFINED 57 | #undef ASSERT 58 | #endif 59 | 60 | #endif /* _MSWSOCKDEF_H */ 61 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/ole2ver.h: -------------------------------------------------------------------------------- 1 | #ifndef _OLE2VER_H 2 | #define _OLE2VER_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows OLE 2 Version Number Info */ 9 | 10 | #define rmm 23 11 | #define rup 639 12 | 13 | #endif /* _OLE2VER_H */ 14 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/pbt.h: -------------------------------------------------------------------------------- 1 | #ifndef _PBT_H 2 | #define _PBT_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Virtual Power Management Device definitions */ 9 | 10 | #define PBT_APMQUERYSUSPEND 0x0000 11 | #define PBT_APMQUERYSTANDBY 0x0001 12 | #define PBT_APMQUERYSUSPENDFAILED 0x0002 13 | #define PBT_APMQUERYSTANDBYFAILED 0x0003 14 | #define PBT_APMSUSPEND 0x0004 15 | #define PBT_APMSTANDBY 0x0005 16 | #define PBT_APMRESUMECRITICAL 0x0006 17 | #define PBT_APMRESUMESUSPEND 0x0007 18 | #define PBT_APMRESUMESTANDBY 0x0008 19 | #define PBT_APMBATTERYLOW 0x0009 20 | #define PBT_APMPOWERSTATUSCHANGE 0x000A 21 | #define PBT_APMOEMEVENT 0x000B 22 | #define PBT_APMRESUMEAUTOMATIC 0x0012 23 | 24 | #define PBTF_APMRESUMEFROMFAILURE 0x00000001 25 | 26 | #endif /* _PBT_H */ 27 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/pchannel.h: -------------------------------------------------------------------------------- 1 | #ifndef _PCHANNEL_H 2 | #define _PCHANNEL_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Virtual Channel protocol header */ 9 | 10 | #define CHANNEL_CHUNK_LENGTH 1600 11 | 12 | #define CHANNEL_PDU_LENGTH (CHANNEL_CHUNK_LENGTH + sizeof(CHANNEL_PDU_HEADER)) 13 | 14 | #define CHANNEL_FLAG_FIRST 0x01 15 | #define CHANNEL_FLAG_LAST 0x02 16 | #define CHANNEL_FLAG_ONLY (CHANNEL_FLAG_FIRST|CHANNEL_FLAG_LAST) 17 | #define CHANNEL_FLAG_MIDDLE 0 18 | #define CHANNEL_FLAG_FAIL 0x100 19 | #define CHANNEL_FLAG_SHOW_PROTOCOL 0x10 20 | #define CHANNEL_FLAG_SUSPEND 0x20 21 | #define CHANNEL_FLAG_RESUME 0x40 22 | 23 | #define CHANNEL_OPTION_INITIALIZED 0x80000000 24 | #define CHANNEL_OPTION_ENCRYPT_RDP 0x40000000 25 | #define CHANNEL_OPTION_ENCRYPT_SC 0x20000000 26 | #define CHANNEL_OPTION_ENCRYPT_CS 0x10000000 27 | #define CHANNEL_OPTION_PRI_HIGH 0x08000000 28 | #define CHANNEL_OPTION_PRI_MED 0x04000000 29 | #define CHANNEL_OPTION_PRI_LOW 0x02000000 30 | #define CHANNEL_OPTION_COMPRESS_RDP 0x00800000 31 | #define CHANNEL_OPTION_COMPRESS 0x00400000 32 | #define CHANNEL_OPTION_SHOW_PROTOCOL 0x00200000 33 | 34 | #define CHANNEL_MAX_COUNT 30 35 | #define CHANNEL_NAME_LEN 7 36 | 37 | typedef struct tagCHANNEL_DEF { 38 | char name[CHANNEL_NAME_LEN+1]; 39 | ULONG options; 40 | } CHANNEL_DEF, *PCHANNEL_DEF, **PPCHANNEL_DEF; 41 | 42 | typedef struct tagCHANNEL_PDU_HEADER { 43 | UINT32 length; 44 | UINT32 flags; 45 | } CHANNEL_PDU_HEADER, *PCHANNEL_PDU_HEADER; 46 | 47 | #endif /* _PCHANNEL_H */ 48 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/profinfo.h: -------------------------------------------------------------------------------- 1 | #ifndef _PROFINFO_H 2 | #define _PROFINFO_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Profile info definitions */ 9 | 10 | typedef struct _PROFILEINFOA { 11 | DWORD dwSize; 12 | DWORD dwFlags; 13 | LPSTR lpUserName; 14 | LPSTR lpProfilePath; 15 | LPSTR lpDefaultPath; 16 | LPSTR lpServerName; 17 | LPSTR lpPolicyPath; 18 | HANDLE hProfile; 19 | } PROFILEINFOA, *LPPROFILEINFOA; 20 | 21 | typedef struct _PROFILEINFOW { 22 | DWORD dwSize; 23 | DWORD dwFlags; 24 | LPWSTR lpUserName; 25 | LPWSTR lpProfilePath; 26 | LPWSTR lpDefaultPath; 27 | LPWSTR lpServerName; 28 | LPWSTR lpPolicyPath; 29 | HANDLE hProfile; 30 | } PROFILEINFOW, *LPPROFILEINFOW; 31 | 32 | #ifdef UNICODE 33 | typedef PROFILEINFOW PROFILEINFO; 34 | typedef LPPROFILEINFOW LPPROFILEINFO; 35 | #else 36 | typedef PROFILEINFOA PROFILEINFO; 37 | typedef LPPROFILEINFOA LPPROFILEINFO; 38 | #endif /* UNICODE */ 39 | 40 | #endif /* _PROFINFO_H */ 41 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/propkeydef.h: -------------------------------------------------------------------------------- 1 | #ifndef PID_FIRST_USABLE 2 | #define PID_FIRST_USABLE 2 3 | #endif 4 | 5 | #ifndef REFPROPERTYKEY 6 | #ifdef __cplusplus 7 | #define REFPROPERTYKEY const PROPERTYKEY & 8 | #else 9 | #define REFPROPERTYKEY const PROPERTYKEY * /*__MIDL_CONST*/ 10 | #endif /* __cplusplus */ 11 | #endif /* REFPROPERTYKEY */ 12 | 13 | #ifdef DEFINE_PROPERTYKEY 14 | #undef DEFINE_PROPERTYKEY 15 | #endif 16 | 17 | #ifdef INITGUID 18 | #define DEFINE_PROPERTYKEY(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8,pid) EXTERN_C const PROPERTYKEY /*DECLSPEC_SELECTANY*/ name = { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid } 19 | #else 20 | #define DEFINE_PROPERTYKEY(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8,pid) EXTERN_C const PROPERTYKEY name 21 | #endif /* INITGUID */ 22 | 23 | #ifndef IsEqualPropertyKey 24 | #define IsEqualPropertyKey(a, b) (((a).pid == (b).pid) && IsEqualIID((a).fmtid, (b).fmtid) ) 25 | #endif /* IsEqualPropertyKey */ 26 | 27 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/qosname.h: -------------------------------------------------------------------------------- 1 | #ifndef _QOSNAME_H 2 | #define _QOSNAME_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Winsock Quality of Service name management definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) && !defined(_WIN64) 11 | #pragma comment(lib, "qosname.lib") 12 | #endif 13 | 14 | #define QT_1 "G711" 15 | #define QT_2 "G723.1" 16 | #define QT_3 "G729" 17 | #define QT_4 "H263QCIF" 18 | #define QT_5 "H263CIF" 19 | #define QT_6 "H261QCIF" 20 | #define QT_7 "H261CIF" 21 | #define QT_8 "GSM6.10" 22 | 23 | #define WSCINSTALL_QOS_TEMPLATE "WSCInstallQOSTemplate" 24 | #define WSCREMOVE_QOS_TEMPLATE "WSCRemoveQOSTemplate" 25 | #define WPUGET_QOS_TEMPLATE "WPUGetQOSTemplate" 26 | 27 | typedef BOOL (APIENTRY *WSC_INSTALL_QOS_TEMPLATE)(const LPGUID,LPWSABUF,LPQOS); 28 | typedef BOOL (APIENTRY *WSC_REMOVE_QOS_TEMPLATE)(const LPGUID,LPWSABUF); 29 | typedef BOOL (APIENTRY *WPU_GET_QOS_TEMPLATE)(const LPGUID,LPWSABUF,LPQOS); 30 | 31 | #ifdef __PELLES_C_IMPDEF__ 32 | BOOL WINAPI WSCInstallQOSTemplate(const LPGUID,LPWSABUF,LPQOS); 33 | BOOL WINAPI WSCRemoveQOSTemplate(const LPGUID,LPWSABUF); 34 | INT WINAPI WPUGetQOSTemplate(const LPGUID,LPWSABUF,LPQOS); 35 | #endif 36 | 37 | #endif /* _QOSNAME_H */ 38 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/rasshost.h: -------------------------------------------------------------------------------- 1 | #ifndef _RASSHOST_H 2 | #define _RASSHOST_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Remote Access Server and third party security DLL definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) && !defined(_WIN64) 11 | #pragma comment(lib, "rasman.lib") 12 | #endif 13 | 14 | #include 15 | 16 | #define SECURITYMSG_SUCCESS 1 17 | #define SECURITYMSG_FAILURE 2 18 | #define SECURITYMSG_ERROR 3 19 | 20 | typedef DWORD HPORT; 21 | 22 | typedef struct _SECURITY_MESSAGE { 23 | DWORD dwMsgId; 24 | HPORT hPort; 25 | DWORD dwError; 26 | CHAR UserName[UNLEN+1]; 27 | CHAR Domain[DNLEN+1]; 28 | 29 | } SECURITY_MESSAGE, *PSECURITY_MESSAGE; 30 | 31 | typedef struct _RAS_SECURITY_INFO { 32 | DWORD LastError; 33 | DWORD BytesReceived; 34 | CHAR DeviceName[MAX_DEVICE_NAME+1]; 35 | } RAS_SECURITY_INFO, *PRAS_SECURITY_INFO; 36 | 37 | #if __POCC__ >= 290 38 | #pragma warn(push) 39 | #pragma warn(disable:2027 2028) /* Missing prototype */ 40 | #endif 41 | typedef DWORD (WINAPI *RASSECURITYPROC)(); 42 | #if __POCC__ >= 290 43 | #pragma warn(pop) 44 | #endif 45 | 46 | VOID WINAPI RasSecurityDialogComplete(SECURITY_MESSAGE*); 47 | DWORD WINAPI RasSecurityDialogBegin(HPORT,PBYTE,DWORD,PBYTE,DWORD,VOID (WINAPI *)(SECURITY_MESSAGE*)); 48 | DWORD WINAPI RasSecurityDialogEnd(HPORT); 49 | DWORD WINAPI RasSecurityDialogSend(HPORT,PBYTE,WORD); 50 | DWORD WINAPI RasSecurityDialogReceive(HPORT,PBYTE,PWORD,DWORD,HANDLE); 51 | DWORD WINAPI RasSecurityDialogGetInfo(HPORT,RAS_SECURITY_INFO*); 52 | 53 | #endif /* _RASSHOST_H */ 54 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/rpcnsip.h: -------------------------------------------------------------------------------- 1 | #ifndef _RPCNSIP_H 2 | #define _RPCNSIP_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows RPC runtime autohandle definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | typedef struct { 15 | RPC_NS_HANDLE LookupContext; 16 | RPC_BINDING_HANDLE ProposedHandle; 17 | RPC_BINDING_VECTOR *Bindings; 18 | } RPC_IMPORT_CONTEXT_P, *PRPC_IMPORT_CONTEXT_P; 19 | 20 | RPCNSAPI RPC_STATUS RPC_ENTRY I_RpcNsGetBuffer(PRPC_MESSAGE); 21 | RPCNSAPI RPC_STATUS RPC_ENTRY I_RpcNsSendReceive(PRPC_MESSAGE,RPC_BINDING_HANDLE*); 22 | RPCNSAPI void RPC_ENTRY I_RpcNsRaiseException(PRPC_MESSAGE,RPC_STATUS); 23 | RPCNSAPI RPC_STATUS RPC_ENTRY I_RpcReBindBuffer(PRPC_MESSAGE); 24 | RPCNSAPI RPC_STATUS RPC_ENTRY I_NsServerBindSearch(void); 25 | RPCNSAPI RPC_STATUS RPC_ENTRY I_NsClientBindSearch(void); 26 | RPCNSAPI void RPC_ENTRY I_NsClientBindDone(void); 27 | 28 | #ifdef __cplusplus 29 | } 30 | #endif 31 | 32 | #endif /* _RPCNSIP_H */ 33 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/schedule.h: -------------------------------------------------------------------------------- 1 | #ifndef _SCHEDULE_H 2 | #define _SCHEDULE_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows NT common schedule structure definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define SCHEDULE_INTERVAL 0 15 | #define SCHEDULE_BANDWIDTH 1 16 | #define SCHEDULE_PRIORITY 2 17 | 18 | #define SCHEDULE_DATA_ENTRIES (7*24) 19 | 20 | typedef struct _SCHEDULE_HEADER { 21 | ULONG Type; 22 | ULONG Offset; 23 | } SCHEDULE_HEADER, *PSCHEDULE_HEADER; 24 | 25 | typedef struct _SCHEDULE { 26 | ULONG Size; 27 | ULONG Bandwidth; 28 | ULONG NumberOfSchedules; 29 | SCHEDULE_HEADER Schedules[1]; 30 | } SCHEDULE, *PSCHEDULE; 31 | 32 | #ifdef __cplusplus 33 | } 34 | #endif 35 | 36 | #endif /* _SCHEDULE_H */ 37 | 38 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/schnlsp.h: -------------------------------------------------------------------------------- 1 | #ifndef _SCHNLSP_H 2 | #define _SCHNLSP_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* SCHANNEL Security Provider definitions */ 9 | 10 | #include 11 | 12 | #endif /* _SCHNLSP_H */ 13 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/scrnsave.h: -------------------------------------------------------------------------------- 1 | #ifndef _SCRNSAVE_H 2 | #define _SCRNSAVE_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows screensaver definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) 11 | #if defined(UNICODE) 12 | #pragma comment(lib, "scrnsavw.lib") 13 | #else 14 | #pragma comment(lib, "scrnsave.lib") 15 | #endif /* UNICODE */ 16 | #endif 17 | 18 | #ifdef __cplusplus 19 | extern "C" { 20 | #endif 21 | 22 | #define IDS_DESCRIPTION 1 23 | 24 | #define ID_APP 100 25 | #define DLG_SCRNSAVECONFIGURE 2003 26 | 27 | #define idsIsPassword 1000 28 | #define idsIniFile 1001 29 | #define idsScreenSaver 1002 30 | #define idsPassword 1003 31 | #define idsDifferentPW 1004 32 | #define idsChangePW 1005 33 | #define idsBadOldPW 1006 34 | #define idsAppName 1007 35 | #define idsNoHelpMemory 1008 36 | #define idsHelpFile 1009 37 | #define idsDefKeyword 1010 38 | 39 | #define WS_GT (WS_GROUP|WS_TABSTOP) 40 | 41 | #define MAXFILELEN 13 42 | #define TITLEBARNAMELEN 40 43 | #define APPNAMEBUFFERLEN 40 44 | #define BUFFLEN 255 45 | 46 | #define SCRM_VERIFYPW WM_APP 47 | 48 | #ifdef UNICODE 49 | LRESULT WINAPI ScreenSaverProcW(HWND,UINT,WPARAM,LPARAM); 50 | #define ScreenSaverProc ScreenSaverProcW 51 | #else 52 | LRESULT WINAPI ScreenSaverProc(HWND,UINT,WPARAM,LPARAM); 53 | #endif 54 | 55 | LRESULT WINAPI DefScreenSaverProc(HWND,UINT,WPARAM,LPARAM); 56 | BOOL WINAPI ScreenSaverConfigureDialog(HWND,UINT,WPARAM,LPARAM); 57 | BOOL WINAPI RegisterDialogClasses(HANDLE); 58 | void WINAPI ScreenSaverChangePassword(HWND); 59 | 60 | extern HINSTANCE hMainInstance; 61 | extern HWND hMainWindow; 62 | extern BOOL fChildPreview; 63 | extern TCHAR szName[TITLEBARNAMELEN]; 64 | extern TCHAR szAppName[APPNAMEBUFFERLEN]; 65 | extern TCHAR szIniFile[MAXFILELEN]; 66 | extern TCHAR szScreenSaver[22]; 67 | extern TCHAR szHelpFile[MAXFILELEN]; 68 | extern TCHAR szNoHelpMemory[BUFFLEN]; 69 | extern UINT MyHelpMessage; 70 | 71 | #ifdef __cplusplus 72 | } 73 | #endif 74 | 75 | #endif /* _SCRNSAVE_H */ 76 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/security.h: -------------------------------------------------------------------------------- 1 | #ifndef _SECURITY_H 2 | #define _SECURITY_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Security aware components definitions (toplevel) */ 9 | 10 | #ifndef NTLMSP_NAME_A 11 | #define NTLMSP_NAME_A "NTLM" 12 | #define NTLMSP_NAME L"NTLM" 13 | #endif 14 | 15 | #ifndef MICROSOFT_KERBEROS_NAME_A 16 | #define MICROSOFT_KERBEROS_NAME_A "Kerberos" 17 | #define MICROSOFT_KERBEROS_NAME_W L"Kerberos" 18 | #ifdef WIN32_CHICAGO 19 | #define MICROSOFT_KERBEROS_NAME MICROSOFT_KERBEROS_NAME_A 20 | #else 21 | #define MICROSOFT_KERBEROS_NAME MICROSOFT_KERBEROS_NAME_W 22 | #endif 23 | #endif /* MICROSOFT_KERBEROS_NAME_A */ 24 | 25 | #ifndef NEGOSSP_NAME 26 | #define NEGOSSP_NAME_W L"Negotiate" 27 | #define NEGOSSP_NAME_A "Negotiate" 28 | 29 | #ifdef UNICODE 30 | #define NEGOSSP_NAME NEGOSSP_NAME_W 31 | #else 32 | #define NEGOSSP_NAME NEGOSSP_NAME_A 33 | #endif 34 | #endif /* NEGOSSP_NAME */ 35 | 36 | #include 37 | 38 | #if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) 39 | #include 40 | #endif 41 | 42 | #endif /* _SECURITY_H */ 43 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/sensapi.h: -------------------------------------------------------------------------------- 1 | #ifndef _SENSAPI_H 2 | #define _SENSAPI_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* SENS Connectivity API definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) 11 | #pragma comment(lib, "sensapi.lib") 12 | #endif 13 | 14 | #ifdef __cplusplus 15 | extern "C" { 16 | #endif 17 | 18 | #define NETWORK_ALIVE_LAN 0x00000001 19 | #define NETWORK_ALIVE_WAN 0x00000002 20 | #define NETWORK_ALIVE_AOL 0x00000004 21 | 22 | typedef struct tagQOCINFO { 23 | DWORD dwSize; 24 | DWORD dwFlags; 25 | DWORD dwInSpeed; 26 | DWORD dwOutSpeed; 27 | } QOCINFO, *LPQOCINFO; 28 | 29 | BOOL APIENTRY IsDestinationReachableA(LPCSTR,LPQOCINFO); 30 | BOOL APIENTRY IsDestinationReachableW(LPCWSTR,LPQOCINFO); 31 | BOOL APIENTRY IsNetworkAlive(LPDWORD); 32 | 33 | #ifdef UNICODE 34 | #define IsDestinationReachable IsDestinationReachableW 35 | #else 36 | #define IsDestinationReachable IsDestinationReachableA 37 | #endif /* UNICODE */ 38 | 39 | #ifdef __cplusplus 40 | } 41 | #endif 42 | 43 | #endif /* _SENSAPI_H */ 44 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/sfc.h: -------------------------------------------------------------------------------- 1 | #ifndef _SFC_H 2 | #define _SFC_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows File Protection definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) 11 | #pragma comment(lib, "sfc.lib") 12 | #endif 13 | 14 | #ifdef __cplusplus 15 | extern "C" { 16 | #endif 17 | 18 | #define SFC_DISABLE_NORMAL 0 19 | #define SFC_DISABLE_ASK 1 20 | #define SFC_DISABLE_ONCE 2 21 | #define SFC_DISABLE_SETUP 3 22 | #define SFC_DISABLE_NOPOPUPS 4 23 | 24 | #define SFC_SCAN_NORMAL 0 25 | #define SFC_SCAN_ALWAYS 1 26 | #define SFC_SCAN_ONCE 2 27 | 28 | #define SFC_QUOTA_DEFAULT 50 29 | #define SFC_QUOTA_ALL_FILES ((ULONG)-1) 30 | 31 | typedef struct _PROTECTED_FILE_DATA { 32 | WCHAR FileName[MAX_PATH]; 33 | DWORD FileNumber; 34 | } PROTECTED_FILE_DATA, *PPROTECTED_FILE_DATA; 35 | 36 | BOOL WINAPI SfcGetNextProtectedFile(HANDLE,PPROTECTED_FILE_DATA); 37 | BOOL WINAPI SfcIsFileProtected(HANDLE,LPCWSTR); 38 | BOOL SfpVerifyFile(LPCTSTR,LPTSTR,DWORD); 39 | 40 | #ifdef __cplusplus 41 | } 42 | #endif 43 | 44 | #endif /* _SFC_H */ 45 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/shdispid.h: -------------------------------------------------------------------------------- 1 | #ifndef _SHDISPID_H 2 | #define _SHDISPID_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #define DISPID_SELECTIONCHANGED 200 9 | #define DISPID_FILELISTENUMDONE 201 10 | #define DISPID_VERBINVOKED 202 11 | #define DISPID_DEFAULTVERBINVOKED 203 12 | #define DISPID_BEGINDRAG 204 13 | #define DISPID_VIEWMODECHANGED 205 14 | #define DISPID_NOITEMSTATE_CHANGED 206 15 | #define DISPID_CONTENTSCHANGED 207 16 | #define DISPID_FOCUSCHANGED 208 17 | 18 | #define DISPID_ENTERPRESSED 200 19 | 20 | #define DISPID_SEARCHCOMMAND_START 1 21 | #define DISPID_SEARCHCOMMAND_COMPLETE 2 22 | #define DISPID_SEARCHCOMMAND_ABORT 3 23 | #define DISPID_SEARCHCOMMAND_UPDATE 4 24 | #define DISPID_SEARCHCOMMAND_PROGRESSTEXT 5 25 | #define DISPID_SEARCHCOMMAND_ERROR 6 26 | #define DISPID_SEARCHCOMMAND_RESTORE 7 27 | 28 | #define DISPID_IADCCTL_DIRTY 0x100 29 | #define DISPID_IADCCTL_PUBCAT 0x101 30 | #define DISPID_IADCCTL_SORT 0x102 31 | #define DISPID_IADCCTL_FORCEX86 0x103 32 | #define DISPID_IADCCTL_SHOWPOSTSETUP 0x104 33 | #define DISPID_IADCCTL_ONDOMAIN 0x105 34 | #define DISPID_IADCCTL_DEFAULTCAT 0x106 35 | 36 | #endif /* SHDISPID_H */ 37 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/shellscalingapi.h: -------------------------------------------------------------------------------- 1 | 2 | #if __POCC__ >= 500 3 | #pragma once 4 | #endif 5 | 6 | #include 7 | /* #include */ 8 | 9 | #ifndef SCALING_ENUMS_DECLARED 10 | 11 | typedef enum { 12 | DEVICE_PRIMARY = 0, 13 | DEVICE_IMMERSIVE = 1, 14 | } DISPLAY_DEVICE_TYPE; 15 | 16 | typedef enum { 17 | SCF_VALUE_NONE = 0x00, 18 | SCF_SCALE = 0x01, 19 | SCF_PHYSICAL = 0x02, 20 | } SCALE_CHANGE_FLAGS; 21 | /* DEFINE_ENUM_FLAG_OPERATORS(SCALE_CHANGE_FLAGS); */ 22 | 23 | #define SCALING_ENUMS_DECLARED 24 | #endif /* SCALING_ENUMS_DECLARED */ 25 | 26 | #if (NTDDI_VERSION >= NTDDI_WIN8) 27 | STDAPI_(DEVICE_SCALE_FACTOR) GetScaleFactorForDevice(DISPLAY_DEVICE_TYPE); 28 | STDAPI RegisterScaleChangeNotifications(DISPLAY_DEVICE_TYPE, HWND, UINT, DWORD *); 29 | STDAPI RevokeScaleChangeNotifications(DISPLAY_DEVICE_TYPE, DWORD); 30 | #endif /* NTDDI_VERSION >= NTDDI_WIN8 */ 31 | 32 | #if (NTDDI_VERSION >= NTDDI_WINBLUE) 33 | STDAPI GetScaleFactorForMonitor(HMONITOR, DEVICE_SCALE_FACTOR *); 34 | STDAPI RegisterScaleChangeEvent(HANDLE, DWORD_PTR *); 35 | STDAPI UnregisterScaleChangeEvent(DWORD_PTR); 36 | #endif /* NTDDI_VERSION >= NTDDI_WINBLUE */ 37 | 38 | #ifndef DPI_ENUMS_DECLARED 39 | 40 | typedef enum PROCESS_DPI_AWARENESS { 41 | PROCESS_DPI_UNAWARE = 0, 42 | PROCESS_SYSTEM_DPI_AWARE = 1, 43 | PROCESS_PER_MONITOR_DPI_AWARE = 2 44 | } PROCESS_DPI_AWARENESS; 45 | 46 | typedef enum MONITOR_DPI_TYPE { 47 | MDT_EFFECTIVE_DPI = 0, 48 | MDT_ANGULAR_DPI = 1, 49 | MDT_RAW_DPI = 2, 50 | MDT_DEFAULT = MDT_EFFECTIVE_DPI 51 | } MONITOR_DPI_TYPE; 52 | 53 | #define DPI_ENUMS_DECLARED 54 | #endif /* DPI_ENUMS_DECLARED */ 55 | 56 | #if (NTDDI_VERSION >= NTDDI_WINBLUE) 57 | 58 | STDAPI SetProcessDpiAwareness(PROCESS_DPI_AWARENESS); 59 | STDAPI GetProcessDpiAwareness(HANDLE hprocess, PROCESS_DPI_AWARENESS *); 60 | STDAPI GetDpiForMonitor(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *); 61 | 62 | #endif /* NTDDI_VERSION >= NTDDI_WINBLUE */ 63 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/shfolder.h: -------------------------------------------------------------------------------- 1 | #ifndef _SHFOLDER_H 2 | #define _SHFOLDER_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Shell special folder definitions */ 9 | 10 | #define SHFOLDERAPI EXTERN_C DECLSPEC_IMPORT HRESULT STDAPICALLTYPE 11 | 12 | #ifndef CSIDL_PERSONAL 13 | #define CSIDL_PERSONAL 0x0005 14 | #endif 15 | 16 | #ifndef CSIDL_APPDATA 17 | #define CSIDL_APPDATA 0x001A 18 | #endif 19 | 20 | #ifndef CSIDL_LOCAL_APPDATA 21 | #define CSIDL_LOCAL_APPDATA 0x001C 22 | #define CSIDL_INTERNET_CACHE 0x0020 23 | #define CSIDL_COOKIES 0x0021 24 | #define CSIDL_HISTORY 0x0022 25 | #define CSIDL_COMMON_APPDATA 0x0023 26 | #define CSIDL_WINDOWS 0x0024 27 | #define CSIDL_SYSTEM 0x0025 28 | #define CSIDL_PROGRAM_FILES 0x0026 29 | #define CSIDL_MYPICTURES 0x0027 30 | #define CSIDL_PROGRAM_FILES_COMMON 0x002B 31 | #define CSIDL_COMMON_DOCUMENTS 0x002E 32 | #define CSIDL_FLAG_CREATE 0x8000 33 | #define CSIDL_COMMON_ADMINTOOLS 0x002F 34 | #define CSIDL_ADMINTOOLS 0x0030 35 | #endif /* CSIDL_LOCAL_APPDATA */ 36 | 37 | typedef HRESULT (__stdcall *PFNSHGETFOLDERPATHA)(HWND,int,HANDLE,DWORD,LPSTR); 38 | typedef HRESULT (__stdcall *PFNSHGETFOLDERPATHW)(HWND,int,HANDLE,DWORD,LPWSTR); 39 | 40 | SHFOLDERAPI SHGetFolderPathA(HWND,int,HANDLE,DWORD,LPSTR); 41 | SHFOLDERAPI SHGetFolderPathW(HWND,int,HANDLE,DWORD,LPWSTR); 42 | 43 | #ifdef UNICODE 44 | #define SHGetFolderPath SHGetFolderPathW 45 | #define PFNSHGETFOLDERPATH PFNSHGETFOLDERPATHW 46 | #else 47 | #define SHGetFolderPath SHGetFolderPathA 48 | #define PFNSHGETFOLDERPATH PFNSHGETFOLDERPATHA 49 | #endif 50 | 51 | #endif /* _SHFOLDER_H */ 52 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/sporder.h: -------------------------------------------------------------------------------- 1 | #ifndef _SPORDER_H 2 | #define _SPORDER_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* WinSock2 transport service provider reorder definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #ifndef WSPAPI 15 | #define WSPAPI __stdcall 16 | #endif 17 | 18 | typedef int (WSPAPI *LPWSCWRITEPROVIDERORDER)(LPDWORD,DWORD); 19 | typedef int (WSPAPI *LPWSCWRITENAMESPACEORDER)(LPGUID,DWORD); 20 | 21 | int WSPAPI WSCWriteProviderOrder(LPDWORD,DWORD); 22 | int WSPAPI WSCWriteNameSpaceOrder(LPGUID,DWORD); 23 | 24 | #ifdef __cplusplus 25 | } 26 | #endif 27 | 28 | #endif /* _SPORDER_H */ 29 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/stireg.h: -------------------------------------------------------------------------------- 1 | #ifndef _STIREG_H 2 | #define _STIREG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Still Image API registry entries */ 9 | 10 | #define REGSTR_VAL_TYPE_W L"Type" 11 | #define REGSTR_VAL_VENDOR_NAME_W L"Vendor" 12 | #define REGSTR_VAL_DEVICETYPE_W L"DeviceType" 13 | #define REGSTR_VAL_DEVICESUBTYPE_W L"DeviceSubType" 14 | #define REGSTR_VAL_DEV_NAME_W L"DeviceName" 15 | #define REGSTR_VAL_DRIVER_DESC_W L"DriverDesc" 16 | #define REGSTR_VAL_FRIENDLY_NAME_W L"FriendlyName" 17 | #define REGSTR_VAL_GENERIC_CAPS_W L"Capabilities" 18 | #define REGSTR_VAL_HARDWARE_W L"HardwareConfig" 19 | #define REGSTR_VAL_HARDWARE TEXT("HardwareConfig") 20 | #define REGSTR_VAL_DEVICE_NAME_W L"DriverDesc" 21 | #define REGSTR_VAL_DATA_W L"DeviceData" 22 | #define REGSTR_VAL_GUID_W L"GUID" 23 | #define REGSTR_VAL_GUID TEXT("GUID") 24 | #define REGSTR_VAL_LAUNCH_APPS_W L"LaunchApplications" 25 | #define REGSTR_VAL_LAUNCH_APPS TEXT("LaunchApplications") 26 | #define REGSTR_VAL_LAUNCHABLE_W L"Launchable" 27 | #define REGSTR_VAL_LAUNCHABLE TEXT("Launchable") 28 | 29 | #define STI_DEVICE_VALUE_TWAIN_NAME L"TwainDS" 30 | #define STI_DEVICE_VALUE_ISIS_NAME L"ISISDriverName" 31 | #define STI_DEVICE_VALUE_ICM_PROFILE L"ICMProfile" 32 | #define STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP L"DefaultLaunchApp" 33 | #define STI_DEVICE_VALUE_TIMEOUT L"PollTimeout" 34 | #define STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS L"DisableNotifications" 35 | #define REGSTR_VAL_BAUDRATE L"BaudRate" 36 | 37 | #define STI_DEVICE_VALUE_TWAIN_NAME_A "TwainDS" 38 | #define STI_DEVICE_VALUE_ISIS_NAME_A "ISISDriverName" 39 | #define STI_DEVICE_VALUE_ICM_PROFILE_A "ICMProfile" 40 | #define STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP_A "DefaultLaunchApp" 41 | #define STI_DEVICE_VALUE_TIMEOUT_A "PollTimeout" 42 | #define STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS_A "DisableNotifications" 43 | #define REGSTR_VAL_BAUDRATE_A "BaudRate" 44 | 45 | 46 | #endif /* _STIREG_H */ 47 | 48 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/tcguid.h: -------------------------------------------------------------------------------- 1 | /* Traffic control GUID definitions */ 2 | 3 | #ifdef __cplusplus 4 | extern "C" { 5 | #endif 6 | 7 | DEFINE_GUID(GUID_QOS_REMAINING_BANDWIDTH,0xc4c51720L,0x40ec,0x11d1,0x2c,0x91,0x00,0xaa,0x00,0x57,0x49,0x15); 8 | DEFINE_GUID(GUID_QOS_BESTEFFORT_BANDWIDTH,0xed885290L,0x40ec,0x11d1,0x2c,0x91,0x00,0xaa,0x00,0x57,0x49,0x15); 9 | DEFINE_GUID(GUID_QOS_LATENCY,0xfc408ef0L,0x40ec,0x11d1,0x2c,0x91,0x00,0xaa,0x00,0x57,0x49,0x15); 10 | DEFINE_GUID(GUID_QOS_FLOW_COUNT,0x1147f880L,0x40ed,0x11d1,0x2c,0x91,0x00,0xaa,0x00,0x57,0x49,0x15); 11 | DEFINE_GUID(GUID_QOS_NON_BESTEFFORT_LIMIT,0x185c44e0L,0x40ed,0x11d1,0x2c,0x91,0x00,0xaa,0x00,0x57,0x49,0x15); 12 | DEFINE_GUID(GUID_QOS_MAX_OUTSTANDING_SENDS,0x161ffa86L,0x6120,0x11d1,0x2c,0x91,0x00,0xaa,0x00,0x57,0x49,0x15); 13 | DEFINE_GUID(GUID_QOS_STATISTICS_BUFFER,0xbb2c0980L,0xe900,0x11d1,0xb0,0x7e,0x00,0x80,0xc7,0x13,0x82,0xbf); 14 | DEFINE_GUID(GUID_QOS_FLOW_MODE,0x5c82290aL,0x515a,0x11d2,0x8e,0x58,0x00,0xc0,0x4f,0xc9,0xbf,0xcb); 15 | DEFINE_GUID(GUID_QOS_ISSLOW_FLOW,0xabf273a4,0xee07,0x11d2,0xbe,0x1b,0x00,0xa0,0xc9,0x9e,0xe6,0x3b); 16 | DEFINE_GUID(GUID_QOS_TIMER_RESOLUTION,0xba10cc88,0xf13e,0x11d2,0xbe,0x1b,0x00,0xa0,0xc9,0x9e,0xe6,0x3b); 17 | DEFINE_GUID(GUID_QOS_FLOW_IP_CONFORMING,0x07f99a8b,0xfcd2,0x11d2,0xbe,0x1e,0x00,0xa0,0xc9,0x9e,0xe6,0x3b); 18 | DEFINE_GUID(GUID_QOS_FLOW_IP_NONCONFORMING,0x087a5987,0xfcd2,0x11d2,0xbe,0x1e,0x00,0xa0,0xc9,0x9e,0xe6,0x3b); 19 | DEFINE_GUID(GUID_QOS_FLOW_8021P_CONFORMING,0x08c1e013,0xfcd2,0x11d2,0xbe,0x1e,0x00,0xa0,0xc9,0x9e,0xe6,0x3b); 20 | DEFINE_GUID(GUID_QOS_FLOW_8021P_NONCONFORMING,0x09023f91,0xfcd2,0x11d2,0xbe,0x1e,0x00,0xa0,0xc9,0x9e,0xe6,0x3b); 21 | 22 | #ifdef __cplusplus 23 | } 24 | #endif 25 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/uiribbonkeydef.h: -------------------------------------------------------------------------------- 1 | #if __POCC__ >= 500 2 | #pragma once 3 | #endif 4 | 5 | /* Useless crap definitions */ 6 | 7 | #include 8 | 9 | #ifdef __cplusplus 10 | extern "C++" 11 | { 12 | #ifndef TUIPROPERTYKEYDEFINED 13 | #include 14 | template 15 | struct TUIPROPERTYKEY { 16 | GUID fmtid; 17 | DWORD pid; 18 | inline operator const PROPERTYKEY&() const { return reinterpret_cast(*this); } 19 | inline const PROPERTYKEY* operator&() const { return reinterpret_cast(this); } 20 | }; 21 | #include 22 | 23 | C_ASSERT(sizeof(TUIPROPERTYKEY) == sizeof(PROPERTYKEY)); 24 | 25 | #define TUIPROPERTYKEYDEFINED 26 | #endif /* TUIPROPERTYKEYDEFINED */ 27 | 28 | #define DEFINE_UIPROPERTYKEY(name,type,index) \ 29 | extern const TUIPROPERTYKEY DECLSPEC_SELECTANY name = { { 0x00000000 + index, 0x7363, 0x696e, { 0x84, 0x41, 0x79, 0x8a, 0xcf, 0x5a, 0xeb, 0xb7 } }, type }; 30 | } /* extern C++ */ 31 | #else /* !__cplusplus */ 32 | #define DEFINE_UIPROPERTYKEY(name,type,index) \ 33 | EXTERN_C const PROPERTYKEY /*DECLSPEC_SELECTANY*/ name = { { 0x00000000 + index, 0x7363, 0x696e, { 0x84, 0x41, 0x79, 0x8a, 0xcf, 0x5a, 0xeb, 0xb7 } }, type } 34 | #endif /* !__cplusplus */ 35 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wbemidl.h: -------------------------------------------------------------------------------- 1 | #ifndef _WBEMIDL_H 2 | #define _WBEMIDL_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* WBEM interfaces definitions */ 9 | 10 | #include 11 | #include 12 | #include 13 | #include 14 | 15 | #endif /* _WBEMIDL_H */ 16 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wcnapi.h: -------------------------------------------------------------------------------- 1 | #ifndef _WCNAPI_H 2 | #define _WCNAPI_H 3 | 4 | /* Windows Connect Now API definitions (Windows 7) */ 5 | 6 | #if (NTDDI_VERSION >= NTDDI_WIN7) 7 | 8 | #include 9 | #include 10 | 11 | #ifndef NO_WCN_PKEYS 12 | #include 13 | #endif /* NO_WCN_KEYS */ 14 | 15 | #endif /* NTDDI_VERSION >= NTDDI_WIN7 */ 16 | 17 | #endif /* _WCNAPI_H */ 18 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wcnfunctiondiscoverykeys.h: -------------------------------------------------------------------------------- 1 | #ifndef _WCNFUNCTIONDISCOVERYKEYS_H 2 | #define _WCNFUNCTIONDISCOVERYKEYS_H 3 | 4 | #if NTDDI_VERSION >= NTDDI_WIN7 5 | 6 | #include 7 | 8 | DEFINE_GUID(SID_WcnProvider,0xC100BECA,0xD33A,0x4A4B,0xBF,0x23,0xBB,0xEF,0x46,0x63,0xD0,0x17); 9 | 10 | DEFINE_PROPERTYKEY(PKEY_WCN_DeviceType_Category,0x88190b8b,0x4684,0x11da,0xa2,0x6a,0x00,0x02,0xb3,0x98,0x8e,0x81,0x00000010); 11 | DEFINE_PROPERTYKEY(PKEY_WCN_DeviceType_SubCategoryOUI,0x88190b8b,0x4684,0x11da,0xa2,0x6a,0x00,0x02,0xb3,0x98,0x8e,0x81,0x00000011); 12 | DEFINE_PROPERTYKEY(PKEY_WCN_DeviceType_SubCategory,0x88190b8b,0x4684,0x11da,0xa2,0x6a,0x00,0x02,0xb3,0x98,0x8e,0x81,0x00000012); 13 | DEFINE_PROPERTYKEY(PKEY_WCN_SSID,0x88190b8b,0x4684,0x11da,0xa2,0x6a,0x00,0x02,0xb3,0x98,0x8e,0x81,0x00000020); 14 | 15 | #endif /* NTDDI_VERSION >= NTDDI_WIN7 */ 16 | 17 | #endif /* _WCNFUNCTIONDISCOVERYKEYS_H */ 18 | 19 | 20 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/winber.h: -------------------------------------------------------------------------------- 1 | #ifndef _WINBER_H 2 | #define _WINBER_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Basic Encoding Rules (BER) API definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #define WINBERAPI DECLSPEC_IMPORT 15 | #define BERAPI __cdecl 16 | 17 | #define LBER_ERROR 0xffffffffL 18 | #define LBER_DEFAULT 0xffffffffL 19 | 20 | WINBERAPI BerElement *BERAPI ber_init(BERVAL*); 21 | WINBERAPI VOID BERAPI ber_free(BerElement*,INT); 22 | WINBERAPI VOID BERAPI ber_bvfree(BERVAL*); 23 | WINBERAPI VOID BERAPI ber_bvecfree(PBERVAL*); 24 | WINBERAPI BERVAL *BERAPI ber_bvdup(BERVAL*); 25 | WINBERAPI BerElement *BERAPI ber_alloc_t(INT); 26 | WINBERAPI ULONG BERAPI ber_skip_tag(BerElement*,ULONG*); 27 | WINBERAPI ULONG BERAPI ber_peek_tag(BerElement*,ULONG*); 28 | WINBERAPI ULONG BERAPI ber_first_element(BerElement*,ULONG*,CHAR**); 29 | WINBERAPI ULONG BERAPI ber_next_element(BerElement*,ULONG*,CHAR*); 30 | WINBERAPI INT BERAPI ber_flatten(BerElement*,PBERVAL*); 31 | WINBERAPI INT BERAPI ber_printf(BerElement*,PCHAR,...); 32 | WINBERAPI ULONG BERAPI ber_scanf(BerElement*,PCHAR,...); 33 | 34 | #ifdef __cplusplus 35 | } 36 | #endif 37 | 38 | #endif /* _WINBER_H */ 39 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/winnls32.h: -------------------------------------------------------------------------------- 1 | #ifndef _WINNLS32_H 2 | #define _WINNLS32_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows NT 3.x compatible FarEast IMM component definitions */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) 11 | #pragma comment(lib, "user32.lib") 12 | #endif 13 | 14 | #ifdef __cplusplus 15 | extern "C" { 16 | #endif 17 | 18 | typedef struct _tagDATETIME { 19 | WORD year; 20 | WORD month; 21 | WORD day; 22 | WORD hour; 23 | WORD min; 24 | WORD sec; 25 | } DATETIME; 26 | 27 | typedef struct _tagIMEPROA { 28 | HWND hWnd; 29 | DATETIME InstDate; 30 | UINT wVersion; 31 | BYTE szDescription[50]; 32 | BYTE szName[80]; 33 | BYTE szOptions[30]; 34 | } IMEPROA, *PIMEPROA, *NPIMEPROA, *LPIMEPROA; 35 | 36 | typedef struct _tagIMEPROW { 37 | HWND hWnd; 38 | DATETIME InstDate; 39 | UINT wVersion; 40 | WCHAR szDescription[50]; 41 | WCHAR szName[80]; 42 | WCHAR szOptions[30]; 43 | } IMEPROW, *PIMEPROW, *NPIMEPROW, *LPIMEPROW; 44 | 45 | BOOL WINAPI IMPGetIMEA(HWND,LPIMEPROA); 46 | BOOL WINAPI IMPGetIMEW(HWND,LPIMEPROW); 47 | BOOL WINAPI IMPQueryIMEA(LPIMEPROA); 48 | BOOL WINAPI IMPQueryIMEW(LPIMEPROW); 49 | BOOL WINAPI IMPSetIMEA(HWND,LPIMEPROA); 50 | BOOL WINAPI IMPSetIMEW(HWND,LPIMEPROW); 51 | UINT WINAPI WINNLSGetIMEHotkey(HWND); 52 | BOOL WINAPI WINNLSEnableIME(HWND,BOOL); 53 | BOOL WINAPI WINNLSGetEnableStatus(HWND); 54 | 55 | #ifdef UNICODE 56 | typedef IMEPROW IMEPRO; 57 | typedef PIMEPROW PIMEPRO; 58 | typedef NPIMEPROW NPIMEPRO; 59 | typedef LPIMEPROW LPIMEPRO; 60 | #define IMPGetIME IMPGetIMEW 61 | #define IMPQueryIME IMPQueryIMEW 62 | #define IMPSetIME IMPSetIMEW 63 | #else 64 | typedef IMEPROA IMEPRO; 65 | typedef PIMEPROA PIMEPRO; 66 | typedef NPIMEPROA NPIMEPRO; 67 | typedef LPIMEPROA LPIMEPRO; 68 | #define IMPGetIME IMPGetIMEA 69 | #define IMPQueryIME IMPQueryIMEA 70 | #define IMPSetIME IMPSetIMEA 71 | #endif 72 | 73 | #ifdef __cplusplus 74 | } 75 | #endif 76 | 77 | #endif /* _WINNLS32_H */ 78 | 79 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/winresrc.h: -------------------------------------------------------------------------------- 1 | #ifndef _WINRESRC_H 2 | #define _WINRESRC_H 3 | 4 | /* Windows resource code definitions */ 5 | 6 | #ifndef WINVER 7 | #define WINVER 0x0600 8 | #endif 9 | 10 | #ifndef _WIN32_IE 11 | #define _WIN32_IE 0x0501 12 | #endif 13 | 14 | #ifndef _WIN32_WINDOWS 15 | #define _WIN32_WINDOWS 0x0410 16 | #endif 17 | 18 | #ifndef _WIN32_WINNT 19 | #define _WIN32_WINNT 0x0600 20 | #endif 21 | 22 | #define WIN32_LEAN_AND_MEAN 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | 30 | #endif /* _WINRESRC_H */ 31 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wlclient.h: -------------------------------------------------------------------------------- 1 | #ifndef _WLCLIENT_H 2 | #define _WLCLIENT_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows wireless API definitions */ 9 | 10 | #include 11 | 12 | #if (NTDDI_VERSION >= NTDDI_VISTA) 13 | 14 | #ifdef __cplusplus 15 | extern "C" { 16 | #endif 17 | 18 | typedef struct _DOT11_ADAPTER { 19 | GUID gAdapterId; 20 | LPWSTR pszDescription; 21 | DOT11_CURRENT_OPERATION_MODE Dot11CurrentOpMode; 22 | } DOT11_ADAPTER, *PDOT11_ADAPTER; 23 | 24 | typedef struct _DOT11_BSS_LIST { 25 | ULONG uNumOfBytes; 26 | PUCHAR pucBuffer; 27 | } DOT11_BSS_LIST, *PDOT11_BSS_LIST; 28 | 29 | typedef struct _DOT11_PORT_STATE { 30 | DOT11_MAC_ADDRESS PeerMacAddress; 31 | ULONG uSessionId; 32 | BOOL bPortControlled; 33 | BOOL bPortAuthorized; 34 | } DOT11_PORT_STATE, *PDOT11_PORT_STATE; 35 | 36 | #include 37 | typedef struct _DOT11_SECURITY_PACKET_HEADER { 38 | DOT11_MAC_ADDRESS PeerMac; 39 | USHORT usEtherType; 40 | UCHAR Data[1]; 41 | } DOT11_SECURITY_PACKET_HEADER, *PDOT11_SECURITY_PACKET_HEADER; 42 | #include 43 | 44 | #ifdef __cplusplus 45 | } 46 | #endif 47 | 48 | #endif /* NTDDI_VERSION > NTDDI_VISTA */ 49 | 50 | #endif /* _WLCLIENT_H */ 51 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wpapimsg.h: -------------------------------------------------------------------------------- 1 | #ifndef _WPAPIMSG_H 2 | #define _WPAPIMSG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #define WEBPOST_ERROR_FIRST 0x40042100L 9 | #define WEBPOST_ERROR_UNKNOWN 0xC0042101L 10 | #define WEBPOST_ERROR_PROVCLSID_UNKNOWN 0xC0042102L 11 | #define WEBPOST_ERROR_SITE_CORRUPT 0xC0042103L 12 | #define WEBPOST_ERROR_PROV_CORRUPT 0xC0042104L 13 | #define WEBPOST_ERROR_PROV_DLL 0xC0042105L 14 | #define WEBPOST_ERROR_PROV_EP 0xC0042106L 15 | #define WEBPOST_ERROR_INIT_FAILED 0xC0042107L 16 | #define WEBPOST_ERROR_LIST_SITES 0xC0042108L 17 | #define WEBPOST_ERROR_SITE_EXISTS 0xC0042109L 18 | #define WEBPOST_ERROR_CREATE_SITE 0xC004210AL 19 | #define WEBPOST_ERROR_SITE_DOESNOTEXIST 0xC004210BL 20 | #define WEBPOST_ERROR_DELETE_SITE 0xC004210CL 21 | #define WEBPOST_ERROR_ENUM_PROVS 0xC004210DL 22 | #define WEBPOST_ERROR_PROV_QI 0xC004210EL 23 | #define WEBPOST_ERROR_POST_FILES 0xC004210FL 24 | #define WEBPOST_ERROR_COCREATE_WIZARD 0xC0042110L 25 | #define WEBPOST_ERROR_POSTINFO_REQUIRED 0xC0042111L 26 | #define WEBPOST_ERROR_AUTOBIND_FAILED 0xC0042112L 27 | #define WEBPOST_ERROR_BAD_PROV_PTR 0xC0042113L 28 | #define WEBPOST_ERROR_PROV_NOT_IN_POSTINFO 0x80042114L 29 | #define WEBPOST_ERROR_EXTENDED_ERROR 0xC0042116L 30 | #define WEBPOST_ERROR_NO_EXT_ERR_INFO 0xC0042117L 31 | #define WEBPOST_ERROR_INVALID_POSTINFO 0x40042118L 32 | #define WEBPOST_ERROR_NO_POSTINFO 0x40042119L 33 | #define WEBPOST_ERROR_HTTP_GET_FAILED 0x4004211AL 34 | #define WEBPOST_ERROR_LAST 0x400421FFL 35 | 36 | #endif /* _WPAPIMSG_H */ 37 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wpcrsmsg.h: -------------------------------------------------------------------------------- 1 | #ifndef _WPCRSMSG_H 2 | #define _WPCRSMSG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #define CRSWPP_ERROR_FIRST 0x40042200L 9 | #define CRSWPP_INVALID_POSTINFO_FILE 0xC0042201L 10 | #define CRSWPP_NO_MATCHING_MAPURL 0xC0042202L 11 | #define CRSWPP_SECURITY_PACKAGE 0xC0042203L 12 | #define CRSWPP_SECURITY_PACKAGE_NOT_FOUND 0xC0042204L 13 | #define CRSWPP_PROJECT_BINDING_INCOMPLETE 0xC0042205L 14 | #define CRSWPP_SERVER_BINDING_INCOMPLETE 0xC0042206L 15 | #define CRSWPP_SERVER_NOT_RESPONDING 0xC0042207L 16 | #define CRSWPP_FAILED_AUTH 0xC0042208L 17 | #define CRSWPP_POSTINFO_NEEDED 0x40042209L 18 | #define CRSWPP_BIND_FAILED 0xC004220AL 19 | 20 | #endif /* _WPCRSMSG_H */ 21 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wpftpmsg.h: -------------------------------------------------------------------------------- 1 | #ifndef _WPFTPMSG_H 2 | #define _WPFTPMSG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #define FTPWPP_ERROR_FIRST 0x40042300L 9 | #define FTPWPP_ERROR_INETOPEN_FAILED 0xC0042301L 10 | #define FTPWPP_ERROR_AUTHENTICATION_FAILED 0xC0042302L 11 | #define FTPWPP_ERROR_LAST 0x400423FFL 12 | 13 | #endif /* _WPFTPMSG_H */ 14 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wppstmsg.h: -------------------------------------------------------------------------------- 1 | #ifndef _WPPSTMSG_H 2 | #define _WPPSTMSG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #define WPP_ERROR_FIRST 0x40042380L 9 | #define WPP_POST_POSTING_URL_ERROR 0xC0042381L 10 | #define WPP_POST_POSTING_SERVER_ERROR 0xC0042382L 11 | #define WPP_POST_POSTING_NO_RESPONSE_ERROR 0xC0042383L 12 | #define WPP_ERROR_LAST 0x400423FFL 13 | 14 | #endif /* _WPPSTMSG_H */ 15 | 16 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wptypes.h: -------------------------------------------------------------------------------- 1 | #ifndef _WPTYPES_H 2 | #define _WPTYPES_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Microsoft Web Publishing API data type definitions */ 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | typedef struct tagWPSITEINFOA { 15 | DWORD dwSize; 16 | DWORD dwFlags; 17 | LPSTR lpszSiteName; 18 | LPSTR lpszSiteURL; 19 | } WPSITEINFOA, *LPWPSITEINFOA; 20 | 21 | typedef struct tagWPSITEINFOW { 22 | DWORD dwSize; 23 | DWORD dwFlags; 24 | LPWSTR lpszSiteName; 25 | LPWSTR lpszSiteURL; 26 | } WPSITEINFOW, *LPWPSITEINFOW; 27 | 28 | typedef struct tagWPPROVINFOA { 29 | DWORD dwSize; 30 | DWORD dwFlags; 31 | DWORD dwPriority; 32 | LPSTR lpszProviderName; 33 | LPSTR lpszProviderCLSID; 34 | LPSTR lpszDllPath; 35 | } WPPROVINFOA, *LPWPPROVINFOA; 36 | 37 | typedef struct tagWPPROVINFOW { 38 | DWORD dwSize; 39 | DWORD dwFlags; 40 | DWORD dwPriority; 41 | LPWSTR lpszProviderName; 42 | LPWSTR lpszProviderCLSID; 43 | LPWSTR lpszDllPath; 44 | } WPPROVINFOW, *LPWPPROVINFOW; 45 | 46 | #ifdef UNICODE 47 | #define WPSITEINFO WPSITEINFOW 48 | #define LPWPSITEINFO LPWPSITEINFOW 49 | #define WPPROVINFO WPPROVINFOW 50 | #define LPWPPROVINFO LPWPPROVINFOW 51 | #else 52 | #define WPSITEINFO WPSITEINFOA 53 | #define LPWPSITEINFO LPWPSITEINFOA 54 | #define WPPROVINFO WPPROVINFOA 55 | #define LPWPPROVINFO LPWPPROVINFOA 56 | #endif 57 | 58 | #ifdef __cplusplus 59 | } 60 | #endif 61 | 62 | #endif /* _WPTYPES_H */ 63 | 64 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wpwizmsg.h: -------------------------------------------------------------------------------- 1 | #ifndef _WPWIZMSG_H 2 | #define _WPWIZMSG_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | #define WPWIZ_ERROR_FIRST 0x40042000L 9 | #define WPWIZ_ERROR_UNKNOWN 0xC0042001L 10 | #define WPWIZ_ERROR_PROV_QI 0xC0042002L 11 | #define WPWIZ_ERROR_INIT_FAILED 0xC0042003L 12 | #define WPWIZ_ERROR_COCREATE_WEBPOST 0xC0042004L 13 | #define WPWIZ_ERROR_NO_PROVIDERS 0xC0042005L 14 | #define WPWIZ_ERROR_STATE_PTR 0xC0042006L 15 | #define WPWIZ_ERROR_WEBPOST_PTR 0xC0042007L 16 | #define WPWIZ_ERROR_FILE_NOT_FOUND 0xC0042008L 17 | #define WPWIZ_ERROR_PROPSHEET_ERROR 0xC0042009L 18 | #define WPWIZ_ERROR_OUTOFMEMORY 0xC004200AL 19 | #define WPWIZ_ERROR_LAST 0x400420FFL 20 | 21 | #endif /* _WPWIZMSG_H */ 22 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wscapi.h: -------------------------------------------------------------------------------- 1 | #ifndef _WSCAPI_H 2 | #define _WSCAPI_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Security Center (WSC) definitions (vista+) */ 9 | 10 | #if defined(WIN32_DEFAULT_LIBS) 11 | #pragma comment(lib, "wscapi.lib") 12 | #endif 13 | 14 | typedef enum _WSC_SECURITY_PROVIDER { 15 | WSC_SECURITY_PROVIDER_FIREWALL = 0x1, 16 | WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS = 0x2, 17 | WSC_SECURITY_PROVIDER_ANTIVIRUS = 0x4, 18 | WSC_SECURITY_PROVIDER_ANTISPYWARE = 0x8, 19 | WSC_SECURITY_PROVIDER_INTERNET_SETTINGS = 0x10, 20 | WSC_SECURITY_PROVIDER_USER_ACCOUNT_CONTROL = 0x20, 21 | WSC_SECURITY_PROVIDER_SERVICE = 0x40, 22 | WSC_SECURITY_PROVIDER_NONE = 0, 23 | WSC_SECURITY_PROVIDER_ALL = WSC_SECURITY_PROVIDER_FIREWALL | WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS | 24 | WSC_SECURITY_PROVIDER_ANTIVIRUS | WSC_SECURITY_PROVIDER_ANTISPYWARE | 25 | WSC_SECURITY_PROVIDER_INTERNET_SETTINGS | WSC_SECURITY_PROVIDER_USER_ACCOUNT_CONTROL | 26 | WSC_SECURITY_PROVIDER_SERVICE 27 | } WSC_SECURITY_PROVIDER, *PWSC_SECURITY_PROVIDER; 28 | 29 | typedef enum _WSC_SECURITY_PROVIDER_HEALTH { 30 | WSC_SECURITY_PROVIDER_HEALTH_GOOD, 31 | WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED, 32 | WSC_SECURITY_PROVIDER_HEALTH_POOR, 33 | WSC_SECURITY_PROVIDER_HEALTH_SNOOZE, 34 | } WSC_SECURITY_PROVIDER_HEALTH, *PWSC_SECURITY_PROVIDER_HEALTH; 35 | 36 | STDAPI WscRegisterForChanges(LPVOID, PHANDLE, LPTHREAD_START_ROUTINE, PVOID); 37 | STDAPI WscUnRegisterChanges(HANDLE); 38 | STDAPI WscGetSecurityProviderHealth(DWORD, PWSC_SECURITY_PROVIDER_HEALTH); 39 | 40 | #endif /* _WSCAPI_H */ 41 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/Win/wsipx.h: -------------------------------------------------------------------------------- 1 | #ifndef _WSIPX_H 2 | #define _WSIPX_H 3 | 4 | #if __POCC__ >= 500 5 | #pragma once 6 | #endif 7 | 8 | /* Windows Sockets definitions for IPX/SPX */ 9 | 10 | #define NSPROTO_IPX 1000 11 | #define NSPROTO_SPX 1256 12 | #define NSPROTO_SPXII 1257 13 | 14 | typedef struct sockaddr_ipx { 15 | short sa_family; 16 | char sa_netnum[4]; 17 | char sa_nodenum[6]; 18 | unsigned short sa_socket; 19 | } SOCKADDR_IPX, *PSOCKADDR_IPX, *LPSOCKADDR_IPX; 20 | 21 | #endif /* _WSIPX_H */ 22 | 23 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/assert.h: -------------------------------------------------------------------------------- 1 | /* assert.h - C99 standard header */ 2 | 3 | #undef assert 4 | 5 | #ifdef NDEBUG 6 | #define assert(exp) ((void)0) 7 | #else /* !NDEBUG */ 8 | #include 9 | #define assert(exp) (!!(exp) ? (void)0 : (__assert(#exp, __FILE__, __LINE__, __func__), __debugbreak(), abort())) 10 | extern _CRTEND void __cdecl abort(void); 11 | extern void __cdecl __debugbreak(void); 12 | extern void __cdecl __assert(char *, char *, int, const char *); 13 | #endif /* !NDEBUG */ 14 | 15 | #if __POCC_STDC_VERSION__ >= 201101L 16 | #define static_assert _Static_assert 17 | #endif /* __POCC_STDC_VERSION__ >= 201101L */ 18 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/crtdef.h: -------------------------------------------------------------------------------- 1 | #ifndef _CRTIMP 2 | #ifdef _DLL 3 | #define _CRTIMP __declspec(dllimport) 4 | #else /* ! _DLL */ 5 | #define _CRTIMP 6 | #endif /* ! _DLL */ 7 | #endif /* !_CRTIMP */ 8 | 9 | #if __POCC_STDC_VERSION__ >= 201101L 10 | #define _CRTEND _Noreturn 11 | #else /* __POCC_STDC_VERSION__ < 201101L */ 12 | #define _CRTEND __declspec(noreturn) 13 | #endif /* __POCC_STDC_VERSION__ < 201101L */ 14 | 15 | #if __POCC__ >= 600 && !defined(__midl) 16 | #define _CRTCHK(f,n,m) __declspec(vaformat(f,n,m)) 17 | #else 18 | #define _CRTCHK(f,n,m) 19 | #endif 20 | 21 | #if __POCC__ >= 650 && !defined(__midl) 22 | #define _CRTBAD __declspec(deprecated) 23 | #else 24 | #define _CRTBAD 25 | #endif 26 | 27 | #if __POCC__ >= 700 && !defined(__midl) 28 | #define _CRTFRE(n) __declspec(release(n)) 29 | #else 30 | #define _CRTFRE(n) 31 | #endif 32 | 33 | #if __POCC__ >= 700 && !defined(__midl) 34 | #define _CRTNOP __declspec(noretchk) 35 | #else 36 | #define _CRTNOP 37 | #endif 38 | 39 | #if __POCC__ >= 800 && !defined(__midl) 40 | #define _CRTVAP __declspec(valist) 41 | #else 42 | #define _CRTVAP 43 | #endif 44 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/direct.h: -------------------------------------------------------------------------------- 1 | #ifndef _DIRECT_H 2 | #define _DIRECT_H 3 | 4 | /* direct.h - private header for directory handling */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* type definitions */ 11 | #ifndef _SIZE_T_DEFINED 12 | #define _SIZE_T_DEFINED 13 | #if __POCC_TARGET__ == 3 14 | typedef unsigned long long size_t; 15 | #else 16 | typedef unsigned int size_t; 17 | #endif 18 | #endif /* _SIZE_T_DEFINED */ 19 | 20 | #ifndef _WCHAR_T_DEFINED 21 | #define _WCHAR_T_DEFINED 22 | typedef unsigned short wchar_t; 23 | #endif 24 | 25 | /* declarations */ 26 | extern int __cdecl _chdir(const char *); 27 | extern int __cdecl _chdrive(int); 28 | extern char * __cdecl _getcwd(char *, size_t); 29 | extern wchar_t * __cdecl _wgetcwd(wchar_t *, size_t); 30 | extern int __cdecl _getdrive(void); 31 | extern int __cdecl _mkdir(const char *); 32 | extern int __cdecl _rmdir(const char *); 33 | extern int __cdecl _wchdir(const wchar_t *); 34 | extern int __cdecl _wmkdir(const wchar_t *); 35 | extern int __cdecl _wrmdir(const wchar_t *); 36 | 37 | /* compatibility names */ 38 | #ifdef __POCC__OLDNAMES 39 | extern int __cdecl chdir(const char *); 40 | extern char * __cdecl getcwd(char *, size_t); 41 | extern int __cdecl mkdir(const char *); 42 | extern int __cdecl rmdir(const char *); 43 | #endif /* __POCC__OLDNAMES */ 44 | 45 | #endif /* _DIRECT_H */ 46 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/dirent.h: -------------------------------------------------------------------------------- 1 | #ifndef _DIRENT_H 2 | #define _DIRENT_H 3 | 4 | /* dirent.h - private header for directory entries */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | #include 12 | 13 | /* type definitions */ 14 | typedef struct _dirent_dir _DIR; 15 | 16 | struct _dirent { 17 | _ino_t d_ino; 18 | #if __POCC__ >= 600 19 | unsigned char d_type; /* non-standard field for dummies */ 20 | #endif /* __POCC__ >= 600 */ 21 | char d_name[260]; 22 | }; 23 | 24 | /* d_type */ 25 | #define _DT_UNKNOWN 0 26 | #define _DT_REG 1 27 | #define _DT_DIR 2 28 | #define _DT_LNK 3 29 | #define _DT_BLK 4 30 | #define _DT_CHR 5 31 | #define _DT_FIFO 6 32 | #define _DT_SOCK 7 33 | 34 | /* declarations */ 35 | extern _CRTFRE(1) int __cdecl _closedir(_DIR *); 36 | extern _DIR * __cdecl _opendir(const char *); 37 | extern struct _dirent * __cdecl _readdir(_DIR *); 38 | extern void __cdecl _rewinddir(_DIR *); 39 | 40 | /* compatibility names */ 41 | #ifdef __POCC__OLDNAMES 42 | typedef struct _dirent_dir DIR; 43 | 44 | struct dirent { 45 | ino_t d_ino; 46 | #if __POCC__ >= 600 47 | unsigned char d_type; /* non-standard field for dummies */ 48 | #endif /* __POCC__ >= 600 */ 49 | char d_name[260]; 50 | }; 51 | 52 | /* d_type */ 53 | #define DT_UNKNOWN _DT_UNKNOWN 54 | #define DT_REG _DT_REG 55 | #define DT_DIR _DT_DIR 56 | #define DT_LNK _DT_LNK 57 | #define DT_BLK _DT_BLK 58 | #define DT_CHR _DT_CHR 59 | #define DT_FIFO _DT_FIFO 60 | #define DT_SOCK _DT_SOCK 61 | 62 | extern _CRTFRE(1) int __cdecl closedir(DIR *); 63 | extern DIR * __cdecl opendir(const char *); 64 | extern struct dirent * __cdecl readdir(DIR *); 65 | extern void __cdecl rewinddir(DIR *); 66 | #endif /* __POCC__OLDNAMES */ 67 | 68 | #endif /* _DIRENT_H */ 69 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/dlfcn.h: -------------------------------------------------------------------------------- 1 | #ifndef _DLFCN_H 2 | #define _DLFCN_H 3 | 4 | /* dlfcn.h - private header for dynamic linking */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /* modes for _dlopen() */ 13 | #define _RTLD_NOW 0x0000 14 | #define _RTLD_LAZY 0x0001 15 | 16 | /* declarations */ 17 | extern _CRTFRE(1) int __cdecl _dlclose(void *); 18 | extern const char * __cdecl _dlerror(void); 19 | extern void * __cdecl _dlopen(const char *, int); 20 | extern void * __cdecl _dlsym(void * restrict, const char * restrict); 21 | 22 | /* compatibility names */ 23 | #ifdef __POCC__OLDNAMES 24 | #define RTLD_NOW _RTLD_NOW 25 | #define RTLD_LAZY _RTLD_LAZY 26 | 27 | extern _CRTFRE(1) int __cdecl dlclose(void *); 28 | extern const char * __cdecl dlerror(void); 29 | extern void * __cdecl dlopen(const char *, int); 30 | extern void * __cdecl dlsym(void * restrict, const char * restrict); 31 | #endif /* __POCC__OLDNAMES */ 32 | 33 | #endif /* _DLFCN_H */ 34 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/excpt.h: -------------------------------------------------------------------------------- 1 | #ifndef _EXCPT_H 2 | #define _EXCPT_H 3 | 4 | /* excpt.h - private header for SEH definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #define EXCEPTION_EXECUTE_HANDLER 1 11 | #define EXCEPTION_CONTINUE_SEARCH 0 12 | #define EXCEPTION_CONTINUE_EXECUTION (-1) 13 | 14 | typedef enum _EXCEPTION_DISPOSITION { 15 | ExceptionContinueExecution, 16 | ExceptionContinueSearch, 17 | ExceptionNestedException, 18 | ExceptionCollidedUnwind, 19 | ExceptionExecuteHandler 20 | } EXCEPTION_DISPOSITION; 21 | 22 | /* keep compiler happy */ 23 | struct _EXCEPTION_POINTERS; 24 | struct _EXCEPTION_RECORD; 25 | struct _CONTEXT; 26 | 27 | #if __POCC_TARGET__ == 1 28 | EXCEPTION_DISPOSITION __cdecl _except_handler(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, void *); 29 | #elif __POCC_TARGET__ == 3 30 | struct _DISPATCHER_CONTEXT; /* keep smiling */ 31 | EXCEPTION_DISPOSITION __C_specific_handler(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, struct _DISPATCHER_CONTEXT *); 32 | #endif /* __POCC_TARGET__ */ 33 | 34 | /* declarations */ 35 | extern unsigned long __cdecl _exception_code(void); 36 | extern void * __cdecl _exception_info(void); 37 | extern int __cdecl _abnormal_termination(void); 38 | 39 | /* macros */ 40 | #define GetExceptionCode _exception_code 41 | #define exception_code _exception_code 42 | #define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info 43 | #define exception_info (struct _EXCEPTION_POINTERS *)_exception_info 44 | #define AbnormalTermination _abnormal_termination 45 | #define abnormal_termination _abnormal_termination 46 | 47 | #endif /* _EXCPT_H */ 48 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/fcntl.h: -------------------------------------------------------------------------------- 1 | #ifndef _FCNTL_H 2 | #define _FCNTL_H 3 | 4 | /* fcntl.h - private header for low-level _open() options */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* file control options for _open() */ 11 | #define _O_RDONLY 0x0000 12 | #define _O_WRONLY 0x0001 13 | #define _O_RDWR 0x0002 14 | #define _O_APPEND 0x0008 15 | 16 | #define _O_CREAT 0x0100 17 | #define _O_TRUNC 0x0200 18 | #define _O_EXCL 0x0400 19 | 20 | #define _O_TEXT 0x4000 21 | #define _O_BINARY 0x8000 22 | #define _O_NOINHERIT 0x0080 23 | #define _O_TEMPORARY 0x0040 24 | #define _O_SHORT_LIVED 0x1000 25 | 26 | #define _O_SEQUENTIAL 0x0020 27 | #define _O_RANDOM 0x0010 28 | 29 | /* declarations */ 30 | extern int __cdecl _open(const char *, int, ...); 31 | 32 | /* compatibility names */ 33 | #ifdef __POCC__OLDNAMES 34 | #define O_RDONLY _O_RDONLY 35 | #define O_WRONLY _O_WRONLY 36 | #define O_RDWR _O_RDWR 37 | #define O_APPEND _O_APPEND 38 | #define O_CREAT _O_CREAT 39 | #define O_TRUNC _O_TRUNC 40 | #define O_EXCL _O_EXCL 41 | #define O_TEXT _O_TEXT 42 | #define O_BINARY _O_BINARY 43 | #define O_NOINHERIT _O_NOINHERIT 44 | #define O_TEMPORARY _O_TEMPORARY 45 | #define O_SEQUENTIAL _O_SEQUENTIAL 46 | #define O_RANDOM _O_RANDOM 47 | 48 | extern int __cdecl open(const char *, int, ...); 49 | #endif /* __POCC__OLDNAMES */ 50 | 51 | #endif /* _FCNTL_H */ 52 | 53 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/fenv.h: -------------------------------------------------------------------------------- 1 | #ifndef _FENV_H 2 | #define _FENV_H 3 | 4 | /* fenv.h - C99 standard header; TC1 changes added */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | typedef unsigned long fexcept_t; 13 | 14 | typedef struct fenv_t { 15 | fexcept_t control, status, reserved[5]; 16 | } fenv_t; 17 | 18 | /* macros */ 19 | #define FE_TONEAREST 0x00 20 | #define FE_DOWNWARD 0x01 21 | #define FE_UPWARD 0x02 22 | #define FE_TOWARDZERO 0x03 23 | 24 | #define FE_INVALID 0x01 25 | #define FE_DIVBYZERO 0x04 26 | #define FE_OVERFLOW 0x08 27 | #define FE_UNDERFLOW 0x10 28 | #define FE_INEXACT 0x20 29 | #define FE_ALL_EXCEPT (FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW|FE_INEXACT) 30 | 31 | #define FE_DFL_ENV (&__dfl_fenv) 32 | 33 | /* floating-point exception handling */ 34 | extern int __cdecl feclearexcept(int); /* return type changed to int in TC1 */ 35 | extern int __cdecl fegetexceptflag(fexcept_t *, int); /* return type changed to int in TC1 */ 36 | extern int __cdecl feraiseexcept(int); /* return type changed to int in TC1 */ 37 | extern int __cdecl fesetexceptflag(const fexcept_t *, int); /* return type changed to int in TC1 */ 38 | extern int __cdecl fetestexcept(int); 39 | 40 | /* rounding control */ 41 | extern int __cdecl fegetround(void); 42 | extern int __cdecl fesetround(int); 43 | 44 | /* floating-point environment */ 45 | extern int __cdecl fegetenv(fenv_t *); /* return type changed to int in TC1 */ 46 | extern int __cdecl fesetenv(const fenv_t *); /* return type changed to int in TC1 */ 47 | extern int __cdecl feupdateenv(const fenv_t *); /* return type changed to int in TC1 */ 48 | extern int __cdecl feholdexcept(fenv_t *); 49 | 50 | /* data declarations */ 51 | extern _CRTIMP const fenv_t __dfl_fenv; 52 | extern _CRTIMP fenv_t __fenv; 53 | 54 | #endif /* _FENV_H */ 55 | 56 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/ftw.h: -------------------------------------------------------------------------------- 1 | #ifndef _FTW_H 2 | #define _FTW_H 3 | 4 | /* ftw.h - private header for file tree traversal */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /* classification */ 13 | #define _FTW_NS 0 /* unknown type; stat() failed */ 14 | #define _FTW_F 1 /* file */ 15 | #define _FTW_D 2 /* directory */ 16 | 17 | /* declarations */ 18 | extern int __cdecl _ftw(const char *, int (__cdecl *)(const char *, const struct _stat *, int), int); 19 | extern int __cdecl _wftw(const wchar_t *, int (__cdecl *)(const wchar_t *, const struct _stat *, int), int); 20 | 21 | /* compatibility names */ 22 | #ifdef __POCC__OLDNAMES 23 | #define FTW_NS _FTW_NS 24 | #define FTW_F _FTW_F 25 | #define FTW_D _FTW_D 26 | 27 | extern int __cdecl ftw(const char *, int (__cdecl *)(const char *, const struct stat *, int), int); 28 | #endif /* __POCC__OLDNAMES */ 29 | 30 | #endif /* _FTW_H */ 31 | 32 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/getopt.h: -------------------------------------------------------------------------------- 1 | #ifndef _GETOPT_H 2 | #define _GETOPT_H 3 | 4 | /* getopt.h - private header for command-line option parsing */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* data declarations */ 11 | extern char *optarg; 12 | extern int optind, opterr, optopt; 13 | 14 | /* declarations */ 15 | extern int __cdecl _getopt(int, char * const *, const char *); 16 | 17 | /* compatibility names */ 18 | #ifdef __POCC__OLDNAMES 19 | extern int __cdecl getopt(int, char * const *, const char *); 20 | #endif /* __POCC__OLDNAMES */ 21 | 22 | #endif /* _GETOPT_H */ 23 | 24 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/iso646.h: -------------------------------------------------------------------------------- 1 | #ifndef _ISO646_H 2 | #define _ISO646_H 3 | 4 | /* iso646.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #define and && 11 | #define and_eq &= 12 | #define bitand & 13 | #define bitor | 14 | #define compl ~ 15 | #define not ! 16 | #define not_eq != 17 | #define or || 18 | #define or_eq |= 19 | #define xor ^ 20 | #define xor_eq ^= 21 | 22 | #endif /* _ISO646_H */ 23 | 24 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/libgen.h: -------------------------------------------------------------------------------- 1 | #ifndef _LIBGEN_H 2 | #define _LIBGEN_H 3 | 4 | /* libgen.h - private header for pattern matching functions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* declarations */ 11 | extern char * __cdecl _basename(char *); 12 | extern char * __cdecl _dirname(char *); 13 | 14 | /* compatibility names */ 15 | #ifdef __POCC__OLDNAMES 16 | extern char * __cdecl basename(char *); 17 | extern char * __cdecl dirname(char *); 18 | #endif /* __POCC__OLDNAMES */ 19 | 20 | #endif /* _LIBGEN_H */ 21 | 22 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/locale.h: -------------------------------------------------------------------------------- 1 | #ifndef _LOCALE_H 2 | #define _LOCALE_H 3 | 4 | /* locale.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /* macros */ 13 | #ifndef NULL 14 | #define NULL ((void *)0) 15 | #endif 16 | 17 | /* locale categories */ 18 | #define LC_ALL (LC_COLLATE|LC_CTYPE|LC_MONETARY|LC_NUMERIC|LC_TIME) 19 | #define LC_COLLATE 1 20 | #define LC_CTYPE 2 21 | #define LC_MONETARY 4 22 | #define LC_NUMERIC 8 23 | #define LC_TIME 16 24 | 25 | /* type definitions */ 26 | struct lconv { 27 | /* LC_MONETARY */ 28 | char *currency_symbol; 29 | char *int_curr_symbol; 30 | char *mon_decimal_point; 31 | char *mon_grouping; 32 | char *mon_thousands_sep; 33 | char *negative_sign; 34 | char *positive_sign; 35 | char frac_digits; 36 | char n_cs_precedes; 37 | char n_sep_by_space; 38 | char n_sign_posn; 39 | char p_cs_precedes; 40 | char p_sep_by_space; 41 | char p_sign_posn; 42 | char int_frac_digits; 43 | char int_n_cs_precedes; 44 | char int_n_sep_by_space; 45 | char int_n_sign_posn; 46 | char int_p_cs_precedes; 47 | char int_p_sep_by_space; 48 | char int_p_sign_posn; 49 | /* LC_NUMERIC */ 50 | char *decimal_point; 51 | char *grouping; 52 | char *thousands_sep; 53 | }; 54 | 55 | /* declarations */ 56 | extern struct lconv * __cdecl localeconv(void); 57 | extern char * __cdecl setlocale(int, const char *); 58 | 59 | /* data declarations */ 60 | extern _CRTIMP struct lconv __locale; 61 | 62 | #if defined(_CHAR_UNSIGNED) && !defined(__CRTBUILD__) 63 | #pragma comment(linker, "/include:___localeinit") 64 | #endif /* _CHAR_UNSIGNED */ 65 | 66 | /* macro overrides */ 67 | #define localeconv() (&__locale) 68 | 69 | #endif /* _LOCALE_H */ 70 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/minmax.h: -------------------------------------------------------------------------------- 1 | #ifndef _MINMAX_H 2 | #define _MINMAX_H 3 | 4 | /* minmax.h - private header for min and max macros */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #define max(a,b) ((a) > (b) ? (a) : (b)) 11 | #define min(a,b) ((a) < (b) ? (a) : (b)) 12 | 13 | #endif /* _MINMAX_H */ 14 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/mmintr.h: -------------------------------------------------------------------------------- 1 | #ifndef _MMINTR_H 2 | #define _MMINTR_H 3 | 4 | /* mmintr.h - private header for MMX extensions (backward compatibility) */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #if __POCC__ >= 280 11 | typedef union __declspec(align(8)) __m64 { 12 | unsigned long long m64_u64; 13 | float m64_f32[2]; 14 | signed char m64_i8[8]; 15 | signed short m64_i16[4]; 16 | signed int m64_i32[2]; 17 | signed long long m64_i64; 18 | unsigned char m64_u8[8]; 19 | unsigned short m64_u16[4]; 20 | unsigned int m64_u32[2]; 21 | } __m64; 22 | #endif 23 | 24 | #endif /* _MMINTR_H */ 25 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/pmmintrin.h: -------------------------------------------------------------------------------- 1 | #ifndef _PMMINTRIN_H 2 | #define _PMMINTRIN_H 3 | 4 | /* pmmintrin.h - private header for SSE3 intrinsics */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /* constants for _mm_getcsr(), _mm_setcsr() */ 13 | /* denormals are zeros (bit 6) */ 14 | #define _MM_DENORMALS_ZERO_MASK 0x0040 15 | #define _MM_DENORMALS_ZERO_ON 0x0040 16 | #define _MM_DENORMALS_ZERO_OFF 0x0000 17 | 18 | #define _MM_SET_DENORMALS_ZERO_MODE(mode) _mm_setcsr((_mm_getcsr() & ~_MM_DENORMALS_ZERO_MASK) | (mode)) 19 | #define _MM_GET_DENORMALS_ZERO_MODE() (_mm_getcsr() & _MM_DENORMALS_ZERO_MASK) 20 | 21 | #if __POCC__ >= 650 && (__POCC_TARGET__ == 1 || __POCC_TARGET__ == 3) 22 | 23 | #if __POCC_TARGET__ == 3 24 | 25 | /* single-precision vector */ 26 | extern __m128 __cdecl _mm_addsub_ps(__m128, __m128); /* addsubps */ 27 | extern __m128 __cdecl _mm_hadd_ps(__m128, __m128); /* haddps */ 28 | extern __m128 __cdecl _mm_hsub_ps(__m128, __m128); /* hsubps */ 29 | extern __m128 __cdecl _mm_movehdup_ps(__m128); /* movshdup */ 30 | extern __m128 __cdecl _mm_moveldup_ps(__m128); /* movsldup */ 31 | 32 | /* double-precision vector */ 33 | extern __m128d __cdecl _mm_addsub_pd(__m128d, __m128d); /* addsubpd */ 34 | extern __m128d __cdecl _mm_hadd_pd(__m128d, __m128d); /* haddpd */ 35 | extern __m128d __cdecl _mm_hsub_pd(__m128d, __m128d); /* hsubpd */ 36 | extern __m128d __cdecl _mm_loaddup_pd(const double *); /* movddup */ 37 | extern __m128d __cdecl _mm_movedup_pd(__m128d); /* movddup */ 38 | 39 | /* unaligned integer vector load */ 40 | extern __m128i __cdecl _mm_lddqu_si128(const __m128i *); /* lddqu */ 41 | 42 | #endif /* __POCC_TARGET__ == 3 */ 43 | 44 | /* misc */ 45 | extern void __cdecl _mm_monitor(const void *, unsigned, unsigned); /* monitor */ 46 | extern void __cdecl _mm_mwait(unsigned, unsigned); /* mwait */ 47 | 48 | #endif /* __POCC__ >= 650 && (__POCC_TARGET__ == 1 || __POCC_TARGET__ == 3) */ 49 | 50 | #endif /* _PMMINTRIN_H */ 51 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/poppack.h: -------------------------------------------------------------------------------- 1 | /* 2 | * poppack.h - private header to restore structure packing (after pshpack?.h) 3 | */ 4 | #pragma pack(pop) 5 | 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/pshpack1.h: -------------------------------------------------------------------------------- 1 | /* 2 | * pshpack1.h - private header to enable 1 byte structure packing 3 | */ 4 | #pragma pack(push,1) 5 | 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/pshpack2.h: -------------------------------------------------------------------------------- 1 | /* 2 | * pshpack2.h - private header to enable 2 byte structure packing 3 | */ 4 | #pragma pack(push,2) 5 | 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/pshpack4.h: -------------------------------------------------------------------------------- 1 | /* 2 | * pshpack4.h - private header to enable 4 byte structure packing 3 | */ 4 | #pragma pack(push,4) 5 | 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/pshpack8.h: -------------------------------------------------------------------------------- 1 | /* 2 | * pshpack8.h - private header to enable 8 byte structure packing 3 | */ 4 | #pragma pack(push,8) 5 | 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/pshpck16.h: -------------------------------------------------------------------------------- 1 | /* 2 | * pshpack16.h - private header to enable 16 byte structure packing 3 | */ 4 | #pragma pack(push,16) 5 | 6 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/setjmp.h: -------------------------------------------------------------------------------- 1 | #ifndef _SETJMP_H 2 | #define _SETJMP_H 3 | 4 | /* setjmp.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | #if __POCC_TARGET__ == 1 13 | 14 | /* macros */ 15 | #define setjmp(env) _setjmp3((env),0) 16 | 17 | /* type definitions */ 18 | typedef int jmp_buf[16]; 19 | 20 | /* declarations */ 21 | extern int __cdecl _setjmp3(jmp_buf, int); /* MS compatible */ 22 | extern _CRTEND void __cdecl longjmp(jmp_buf, int); 23 | 24 | #elif __POCC_TARGET__ == 3 25 | 26 | /* macros */ 27 | #define setjmp(env) _setjmp((env),0) 28 | 29 | /* type definitions */ 30 | typedef struct __declspec(align(16)) { 31 | unsigned long long data[2]; 32 | } jmp_buf[16]; 33 | 34 | /* declarations */ 35 | extern int __cdecl _setjmp(jmp_buf, int); 36 | extern _CRTEND void __cdecl longjmp(jmp_buf, int); 37 | 38 | #else /* __POCC_TARGET__ == WTF */ 39 | 40 | #error Unknown target machine in 41 | 42 | #endif /* __POCC_TARGET__ */ 43 | 44 | #endif /* _SETJMP_H */ 45 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/signal.h: -------------------------------------------------------------------------------- 1 | #ifndef _SIGNAL_H 2 | #define _SIGNAL_H 3 | 4 | /* signal.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* type definitions */ 11 | typedef int sig_atomic_t; 12 | typedef void __cdecl __sigfunc(int); 13 | 14 | /* signal codes */ 15 | #define SIGINT 2 16 | #define SIGILL 4 17 | #define SIGABRT 6 18 | #define SIGFPE 8 19 | #define SIGSEGV 11 20 | #define SIGTERM 15 21 | 22 | /* signal return values */ 23 | #define SIG_DFL ((__sigfunc *)0) 24 | #define SIG_ERR ((__sigfunc *)-1) 25 | #define SIG_IGN ((__sigfunc *)1) 26 | 27 | /* declarations */ 28 | extern int __cdecl raise(int); 29 | extern __sigfunc * __cdecl signal(int, __sigfunc *); 30 | 31 | #endif /* _SIGNAL_H */ 32 | 33 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/stdalign.h: -------------------------------------------------------------------------------- 1 | #ifndef _STDALIGN_H 2 | #define _STDALIGN_H 3 | 4 | /* stdalign.h - C11 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #if __POCC_STDC_VERSION__ < 201101L 11 | 12 | #error is only supported in C11 mode 13 | 14 | #else /* __POCC_STDC_VERSION__ >= 201101L */ 15 | 16 | /* macros */ 17 | #define alignas _Alignas 18 | #define alignof _Alignof 19 | #define __alignas_is_defined 1 20 | #define __alignof_is_defined 1 21 | 22 | #endif /* __POCC_STDC_VERSION__ >= 201101L */ 23 | 24 | #endif /* _STDALIGN_H */ 25 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/stdarg.h: -------------------------------------------------------------------------------- 1 | #ifndef _STDARG_H 2 | #define _STDARG_H 3 | 4 | /* stdarg.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /* type definitions */ 13 | #ifndef _VA_LIST_DEFINED 14 | #define _VA_LIST_DEFINED 15 | typedef _CRTVAP char *va_list; 16 | #endif /* _VA_LIST_DEFINED */ 17 | 18 | /* macros */ 19 | #if __POCC_TARGET__ == 1 20 | 21 | #define va_arg(ap,ty) (*(ty *)(((ap) += __va_align(ty)) - __va_align(ty))) 22 | #define va_end(ap) (void)((ap) = 0) 23 | #define va_start(ap,arg0) (void)((ap) = (char *)&(arg0) + __va_align(arg0)) 24 | #define va_copy(ap,sp) (void)((ap) = (sp)) 25 | #define __va_align(ty) ((sizeof(ty) + sizeof(int) - 1) & ~(sizeof(int) - 1)) 26 | 27 | #elif __POCC_TARGET__ == 3 28 | 29 | #define va_arg(ap,ty) ((sizeof(ty) > sizeof(long long) || (sizeof(ty) & (sizeof(ty) - 1)) != 0) ? \ 30 | **(ty **)((ap += sizeof(long long)) - sizeof(long long)) : \ 31 | *(ty *)((ap += sizeof(long long)) - sizeof(long long))) 32 | #define va_end(ap) (void)((ap) = 0) 33 | #define va_start(ap,arg0) (void)((ap) = (char *)&(arg0) + sizeof(long long)) 34 | #define va_copy(ap,sp) (void)((ap) = (sp)) 35 | 36 | #endif /* __POCC_TARGET__ */ 37 | 38 | #endif /* _STDARG_H */ 39 | 40 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/stdbool.h: -------------------------------------------------------------------------------- 1 | #ifndef _STDBOOL_H 2 | #define _STDBOOL_H 3 | 4 | /* stdbool.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* macros */ 11 | #define bool _Bool 12 | #define false 0 13 | #define true 1 14 | #define __bool_true_false_are_defined 1 15 | 16 | #endif /* _STDBOOL_H */ 17 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/stddef.h: -------------------------------------------------------------------------------- 1 | #ifndef _STDDEF_H 2 | #define _STDDEF_H 3 | 4 | /* stddef.h - C99 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* macros */ 11 | #ifndef NULL 12 | #define NULL ((void *)0) 13 | #endif 14 | 15 | #ifndef offsetof 16 | #define offsetof(ty,m) ((size_t)&(((ty*)0)->m)) 17 | #endif 18 | 19 | /* type definitions */ 20 | #ifndef _PTRDIFF_T_DEFINED 21 | #define _PTRDIFF_T_DEFINED 22 | #if __POCC_TARGET__ == 3 23 | typedef long long ptrdiff_t; 24 | #else 25 | typedef int ptrdiff_t; 26 | #endif 27 | #endif /* _PTRDIFF_T_DEFINED */ 28 | 29 | #ifndef _SIZE_T_DEFINED 30 | #define _SIZE_T_DEFINED 31 | #if __POCC_TARGET__ == 3 32 | typedef unsigned long long size_t; 33 | #else 34 | typedef unsigned int size_t; 35 | #endif 36 | #endif /* _SIZE_T_DEFINED */ 37 | 38 | #if __POCC_STDC_VERSION__ >= 201101L 39 | #pragma warn(push) 40 | #pragma warn(disable:2225) /* type padded, so there */ 41 | typedef union __declspec(align(16)) { long double d; long long n; void *p; void (*f)(void); } max_align_t; 42 | #pragma warn(pop) 43 | #endif /* __POCC_STDC_VERSION__ >= 201101L */ 44 | 45 | #ifndef _WCHAR_T_DEFINED 46 | #define _WCHAR_T_DEFINED 47 | typedef unsigned short wchar_t; 48 | #endif /* _WCHAR_T_DEFINED */ 49 | 50 | /* bounds-checking interfaces (TR24731-1, C11 annex K) */ 51 | #if __STDC_WANT_LIB_EXT1__ 52 | 53 | #ifndef _RSIZE_T_DEFINED 54 | #define _RSIZE_T_DEFINED 55 | #if __POCC_TARGET__ == 3 56 | typedef unsigned long long rsize_t; 57 | #else 58 | typedef unsigned int rsize_t; 59 | #endif 60 | #endif /* _RSIZE_T_DEFINED */ 61 | 62 | #endif /* __STDC_WANT_LIB_EXT1__ */ 63 | 64 | #endif /* _STDDEF_H */ 65 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/stdnoreturn.h: -------------------------------------------------------------------------------- 1 | #ifndef _STDNORETURN_H 2 | #define _STDNORETURN_H 3 | 4 | /* stdnoreturn.h - C11 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #if __POCC_STDC_VERSION__ < 201101L 11 | 12 | #error is only supported in C11 mode 13 | 14 | #else /* __POCC_STDC_VERSION__ >= 201101L */ 15 | 16 | /* macros */ 17 | #define noreturn _Noreturn 18 | 19 | #endif /* __POCC_STDC_VERSION__ >= 201101L */ 20 | 21 | #endif /* _STDNORETURN_H */ 22 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/strings.h: -------------------------------------------------------------------------------- 1 | #ifndef _STRINGS_H 2 | #define _STRINGS_H 3 | 4 | /* strings.h - private header for string operations */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #ifndef _SIZE_T_DEFINED 11 | #define _SIZE_T_DEFINED 12 | #if __POCC_TARGET__ == 3 13 | typedef unsigned long long size_t; 14 | #else 15 | typedef unsigned int size_t; 16 | #endif 17 | #endif /* _SIZE_T_DEFINED */ 18 | 19 | /* declarations */ 20 | extern int __cdecl _ffs(int); 21 | extern int __cdecl _strcasecmp(const char *, const char *); 22 | extern int __cdecl _strncasecmp(const char *, const char *, size_t); 23 | 24 | /* compatibility names */ 25 | #ifdef __POCC__OLDNAMES 26 | extern int __cdecl ffs(int); 27 | extern int __cdecl strcasecmp(const char *, const char *); 28 | extern int __cdecl strncasecmp(const char *, const char *, size_t); 29 | #endif /* __POCC__OLDNAMES */ 30 | 31 | #endif /* _STRINGS_H */ 32 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/sys/locking.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_LOCKING_H 2 | #define _SYS_LOCKING_H 3 | 4 | /* sys/locking.h - private header for locking definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* locking modes for _locking() and _locking64() */ 11 | #define _LK_UNLCK 0 12 | #define _LK_LOCK 1 13 | #define _LK_NBLCK 2 14 | #define _LK_RLCK 3 15 | #define _LK_NBRLCK 4 16 | 17 | /* compatibility names */ 18 | #ifdef __POCC__OLDNAMES 19 | #define LK_UNLCK _LK_UNLCK 20 | #define LK_LOCK _LK_LOCK 21 | #define LK_NBLCK _LK_NBLCK 22 | #define LK_RLCK _LK_RLCK 23 | #define LK_NBRLCK _LK_NBRLCK 24 | #endif /* __POCC__OLDNAMES */ 25 | 26 | #endif /* _SYS_LOCKING_H */ 27 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/sys/mman.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_MMAN_H 2 | #define _SYS_MMAN_H 3 | 4 | /* sys/mman.h - private header for memory maps */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | #include 12 | 13 | /* type definitions */ 14 | #ifndef _SIZE_T_DEFINED 15 | #define _SIZE_T_DEFINED 16 | #if __POCC_TARGET__ == 3 17 | typedef unsigned long long size_t; 18 | #else 19 | typedef unsigned int size_t; 20 | #endif 21 | #endif /* _SIZE_T_DEFINED */ 22 | 23 | #define _PROT_READ 0x01 /* data can be read */ 24 | #define _PROT_WRITE 0x02 /* data can be written */ 25 | #define _PROT_EXEC 0x04 /* data can be executed */ 26 | #define _PROT_NONE 0x00 /* data cannot be accessed */ 27 | 28 | #define _MAP_SHARED 0x00 /* changes are shared */ 29 | #define _MAP_PRIVATE 0x01 /* changes are private */ 30 | #define _MAP_FIXED 0x02 /* interpret address exactly */ 31 | 32 | #define _MAP_FAILED ((void *)-1) 33 | 34 | /* declarations */ 35 | void * __cdecl _mmap(void *, size_t, int, int, int, _off_t); 36 | int __cdecl _msync(void *, size_t, int); 37 | _CRTFRE(1) int __cdecl _munmap(void *, size_t); 38 | 39 | /* compatibility names */ 40 | #ifdef __POCC__OLDNAMES 41 | #define PROT_READ _PROT_READ 42 | #define PROT_WRITE _PROT_WRITE 43 | #define PROT_EXEC _PROT_EXEC 44 | #define PROT_NONE _PROT_NONE 45 | 46 | #define MAP_SHARED _MAP_SHARED 47 | #define MAP_PRIVATE _MAP_PRIVATE 48 | #define MAP_FIXED _MAP_FIXED 49 | 50 | #define MAP_FAILED _MAP_FAILED 51 | 52 | void * __cdecl mmap(void *, size_t, int, int, int, off_t); 53 | int __cdecl msync(void *, size_t, int); 54 | _CRTFRE(1) int __cdecl munmap(void *, size_t); 55 | #endif /* __POCC__OLDNAMES */ 56 | 57 | #endif /* _SYS_MMAN_H */ 58 | 59 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/sys/time.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_TIME_H 2 | #define _SYS_TIME_H 3 | 4 | /* sys/time.h - private header for time definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* type definitions */ 11 | #ifndef _TIME_T_DEFINED 12 | #define _TIME_T_DEFINED 13 | typedef unsigned long time_t; 14 | #endif 15 | 16 | #ifndef _SUSECONDS_T_DEFINED 17 | #define _SUSECONDS_T_DEFINED 18 | typedef signed long _suseconds_t; 19 | #ifdef __POCC__OLDNAMES 20 | typedef signed long suseconds_t; 21 | #endif /* __POCC__OLDNAMES */ 22 | #endif /* _SUSECONDS_T_DEFINED */ 23 | 24 | #ifndef _TIMEVAL_DEFINED 25 | #define _TIMEVAL_DEFINED 26 | struct _timeval { 27 | time_t tv_sec; 28 | _suseconds_t tv_usec; 29 | }; 30 | 31 | #if defined(_WINSOCK_H_TIMEVAL) && defined(__POCC__OLDNAMES) 32 | #error please include before or 33 | #endif /* _WINSOCK_H_TIMEVAL && __POCC__OLDNAMES */ 34 | 35 | #ifdef __POCC__OLDNAMES 36 | struct timeval { 37 | time_t tv_sec; 38 | suseconds_t tv_usec; 39 | }; 40 | #endif /* __POCC__OLDNAMES */ 41 | #endif /* _TIMEVAL_DEFINED */ 42 | 43 | /* declarations */ 44 | int __cdecl _gettimeofday(struct _timeval * restrict, void * restrict); 45 | 46 | /* compatibility names */ 47 | #ifdef __POCC__OLDNAMES 48 | int __cdecl gettimeofday(struct timeval * restrict, void * restrict); 49 | #endif /* __POCC__OLDNAMES */ 50 | 51 | #endif /* _SYS_TIME_H */ 52 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/sys/timeb.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_TIMEB_H 2 | #define _SYS_TIMEB_H 3 | 4 | /* sys/timeb.h - private header for _ftime() definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* type definitions */ 11 | #ifndef _TIME_T_DEFINED 12 | #define _TIME_T_DEFINED 13 | typedef unsigned long time_t; 14 | #endif 15 | 16 | #ifndef _TIMEB_DEFINED 17 | #define _TIMEB_DEFINED 18 | struct _timeb { 19 | time_t time; 20 | unsigned short millitm; 21 | short timezone; 22 | short dstflag; 23 | }; 24 | 25 | #ifdef __POCC__OLDNAMES 26 | struct timeb { 27 | time_t time; 28 | unsigned short millitm; 29 | short timezone; 30 | short dstflag; 31 | }; 32 | #endif /* __POCC__OLDNAMES */ 33 | #endif /* _TIMEB_DEFINED */ 34 | 35 | /* declarations */ 36 | void __cdecl _ftime(struct _timeb *); 37 | 38 | /* compatibility names */ 39 | #ifdef __POCC__OLDNAMES 40 | void __cdecl ftime(struct timeb *); 41 | #endif /* __POCC__OLDNAMES */ 42 | 43 | #endif /* _SYS_TIMEB_H */ 44 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/sys/utime.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_UTIME_H 2 | #define _SYS_UTIME_H 3 | 4 | /* sys/utime.h - private header for file timestamp definitions */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | /* type definitions */ 11 | #ifndef _TIME_T_DEFINED 12 | #define _TIME_T_DEFINED 13 | typedef unsigned long time_t; 14 | #endif 15 | 16 | #ifndef _WCHAR_T_DEFINED 17 | #define _WCHAR_T_DEFINED 18 | typedef unsigned short wchar_t; 19 | #endif 20 | 21 | #ifndef _UTIMBUF_DEFINED 22 | #define _UTIMBUF_DEFINED 23 | struct _utimbuf { 24 | time_t actime; 25 | time_t modtime; 26 | }; 27 | 28 | #ifdef __POCC__OLDNAMES 29 | struct utimbuf { 30 | time_t actime; 31 | time_t modtime; 32 | }; 33 | #endif /* __POCC__OLDNAMES */ 34 | #endif /* _UTIMBUF_DEFINED */ 35 | 36 | /* declarations */ 37 | int __cdecl _utime(const char *, struct _utimbuf *); 38 | int __cdecl _futime(int, struct _utimbuf *); 39 | int __cdecl _wutime(const wchar_t *, struct _utimbuf *); 40 | 41 | /* compatibility names */ 42 | #ifdef __POCC__OLDNAMES 43 | int __cdecl utime(const char *, struct utimbuf *); 44 | #endif /* __POCC__OLDNAMES */ 45 | 46 | #endif /* _SYS_UTIME_H */ 47 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/sys/wait.h: -------------------------------------------------------------------------------- 1 | #ifndef _SYS_WAIT_H 2 | #define _SYS_WAIT_H 3 | 4 | /* sys/wait.h - private header for waiting */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | /* flags for _waitpid() */ 13 | #define _WNOHANG 0x0001 14 | #define _WUNTRACED 0x0002 15 | 16 | #define _WIFEXITED(n) ((n) != -1) 17 | #define _WEXITSTATUS(n) (n) 18 | #define _WIFSIGNALED(n) (0) 19 | #define _WTERMSIG(n) (0) 20 | #define _WIFSTOPPED(n) (0) 21 | #define _WSTOPSIG(n) (0) 22 | 23 | /* pid_t __cdecl _wait(int *); */ 24 | _pid_t __cdecl _waitpid(_pid_t, int *, int); 25 | 26 | /* compatibility names */ 27 | #ifdef __POCC__OLDNAMES 28 | #define WNOHANG _WNOHANG 29 | #define WUNTRACED _WUNTRACED 30 | 31 | #define WIFEXITED(n) _WIFEXITED(n) 32 | #define WEXITSTATUS(n) _WEXITSTATUS(n) 33 | #define WIFSIGNALED(n) _WIFSIGNALED(n) 34 | #define WTERMSIG(n) _WTERMSIG(n) 35 | #define WIFSTOPPED(n) _WIFSTOPPED(n) 36 | #define WSTOPSIG(n) _WSTOPSIG(n) 37 | 38 | /* pid_t wait(int *); */ 39 | pid_t __cdecl waitpid(pid_t, int *, int); 40 | #endif /* __POCC__OLDNAMES */ 41 | 42 | #endif /* _SYS_WAIT_H */ 43 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/uchar.h: -------------------------------------------------------------------------------- 1 | #ifndef _UCHAR_H 2 | #define _UCHAR_H 3 | 4 | /* uchar.h - C11 standard header */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #if __POCC_STDC_VERSION__ < 201101L 11 | 12 | #error is only supported in C11 mode 13 | 14 | #else /* __POCC_STDC_VERSION__ >= 201101L */ 15 | 16 | /* type definitions */ 17 | #ifndef _CHAR16_T_DEFINED 18 | #define _CHAR16_T_DEFINED 19 | typedef unsigned short char16_t; 20 | #endif /* _CHAR16_T_DEFINED */ 21 | 22 | #ifndef _CHAR32_T_DEFINED 23 | #define _CHAR32_T_DEFINED 24 | typedef unsigned int char32_t; 25 | #endif /* _CHAR32_T_DEFINED */ 26 | 27 | #ifndef _MBSTATE_T_DEFINED 28 | #define _MBSTATE_T_DEFINED 29 | typedef struct mbstate_t { 30 | unsigned long wchar; 31 | unsigned short rsrv, state; 32 | } mbstate_t; 33 | #endif /* _MBSTATE_T_DEFINED */ 34 | 35 | #ifndef _SIZE_T_DEFINED 36 | #define _SIZE_T_DEFINED 37 | #if __POCC_TARGET__ == 3 38 | typedef unsigned long long size_t; 39 | #else 40 | typedef unsigned int size_t; 41 | #endif 42 | #endif /* _SIZE_T_DEFINED */ 43 | 44 | /* functions */ 45 | extern size_t __cdecl c16rtomb(char * restrict, char16_t, mbstate_t * restrict); 46 | extern size_t __cdecl c32rtomb(char * restrict, char32_t, mbstate_t * restrict); 47 | extern size_t __cdecl mbrtoc16(char16_t * restrict, const char * restrict, size_t, mbstate_t * restrict); 48 | extern size_t __cdecl mbrtoc32(char32_t * restrict, const char * restrict, size_t, mbstate_t * restrict); 49 | 50 | #endif /* __POCC_STDC_VERSION__ >= 201101L */ 51 | 52 | #endif /* _UCHAR_H */ 53 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/wmmintrin.h: -------------------------------------------------------------------------------- 1 | #ifndef _WMMINTRIN_H 2 | #define _WMMINTRIN_H 3 | 4 | /* wmmintrin.h - private header for AES intrinsics */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #include 11 | 12 | #if __POCC__ >= 650 && __POCC_TARGET__ == 3 13 | 14 | extern __m128i __cdecl _mm_aesdec_si128(__m128i, __m128i); /* aesdec */ 15 | extern __m128i __cdecl _mm_aesdeclast_si128(__m128i, __m128i); /* aesdeclast */ 16 | extern __m128i __cdecl _mm_aesenc_si128(__m128i, __m128i); /* aesenc */ 17 | extern __m128i __cdecl _mm_aesenclast_si128(__m128i, __m128i); /* aesenclast */ 18 | extern __m128i __cdecl _mm_aesimc_si128(__m128i); /* aesimc */ 19 | extern __m128i __cdecl _mm_aeskeygenassist_si128(__m128i, const int); /* aeskeygenassist */ 20 | 21 | extern __m128i __cdecl _mm_clmulepi64_si128(__m128i, __m128i, const int); /* pclmulqdq */ 22 | 23 | #endif /* __POCC__ >= 650 && __POCC_TARGET__ == 3 */ 24 | 25 | #endif /* _WMMINTRIN_H */ 26 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Include/xmmintr.h: -------------------------------------------------------------------------------- 1 | #ifndef _XMMINTR_H 2 | #define _XMMINTR_H 3 | 4 | /* xmmintr.h - private header for SSE* extensions (backward compatibility) */ 5 | 6 | #if __POCC__ >= 500 7 | #pragma once 8 | #endif 9 | 10 | #ifndef _MMINTR_H 11 | #include 12 | #endif 13 | 14 | #if __POCC__ >= 280 15 | typedef union __declspec(align(16)) __m128 { 16 | float m128_f32[4]; 17 | double m128_f64[2]; 18 | signed char m128_i8[16]; 19 | signed short m128_i16[8]; 20 | signed int m128_i32[4]; 21 | signed long long m128_i64[2]; 22 | unsigned char m128_u8[16]; 23 | unsigned short m128_u16[8]; 24 | unsigned int m128_u32[4]; 25 | unsigned long long m128_u64[2]; 26 | } __m128; 27 | 28 | typedef union __declspec(align(16)) __m128i { /* subset of the above */ 29 | signed char m128i_i8[16]; 30 | signed short m128i_i16[8]; 31 | signed int m128i_i32[4]; 32 | signed long long m128i_i64[2]; 33 | unsigned char m128i_u8[16]; 34 | unsigned short m128i_u16[8]; 35 | unsigned int m128i_u32[4]; 36 | unsigned long long m128i_u64[2]; 37 | } __m128i; 38 | 39 | typedef union __declspec(align(16)) __m128d { /* subset of the above */ 40 | double m128d_f64[2]; 41 | } __m128d; 42 | #endif 43 | 44 | #endif /* _XMMINTR_H */ 45 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/aclui.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/aclui.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/activeds.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/activeds.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/adptif.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/adptif.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/advapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/advapi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/authz.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/authz.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/avicap32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/avicap32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/avifil32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/avifil32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/avrt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/avrt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/bcrypt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/bcrypt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cabinet.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cabinet.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/certadm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/certadm.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/clusapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/clusapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/comctl32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/comctl32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/comdlg32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/comdlg32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/credui.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/credui.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/crypt32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/crypt32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cryptnet.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cryptnet.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cryptui.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cryptui.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cryptxml.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/cryptxml.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dbghelp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dbghelp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dhcpcsvc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dhcpcsvc.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dlcapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dlcapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dnsapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dnsapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dsuiext.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dsuiext.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dwmapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dwmapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/dxguid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ehstorguids.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ehstorguids.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/elscore.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/elscore.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/evr.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/evr.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/gdi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/gdi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/gdiplus.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/gdiplus.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/glaux.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/glaux.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/glu32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/glu32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/gpedit.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/gpedit.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/htmlhelp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/htmlhelp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/httpapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/httpapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/icm32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/icm32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/icmui.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/icmui.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/imagehlp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/imagehlp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/imm32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/imm32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/iphlpapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/iphlpapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/kernel32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/kernel32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ktmw32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ktmw32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/loadperf.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/loadperf.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/lz32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/lz32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mapi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mf.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mf.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfplat.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfplat.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfplay.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfplay.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfreadwrite.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfreadwrite.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfuuid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mfuuid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mgmtapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mgmtapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mpr.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mpr.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mprapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mprapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mqrt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mqrt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msacm32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msacm32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mscms.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mscms.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msgina.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msgina.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msimg32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msimg32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mspatcha.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mspatcha.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mspatchc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mspatchc.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mssip32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mssip32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mswsock.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/mswsock.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msxml2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msxml2.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msxml6.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/msxml6.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ncrypt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ncrypt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/nddeapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/nddeapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/netapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/netapi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/normaliz.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/normaliz.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntdsapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntdsapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntdsbcli.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntdsbcli.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntmsapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntmsapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntquery.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ntquery.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/odbc32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/odbc32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/odbccp32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/odbccp32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ole32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ole32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/oleacc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/oleacc.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/oleaut32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/oleaut32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/oledlg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/oledlg.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/olepro32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/olepro32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/opengl32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/opengl32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/p2p.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/p2p.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/patchwiz.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/patchwiz.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/pdh.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/pdh.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/powrprof.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/powrprof.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/psapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/psapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/qosname.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/qosname.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rasapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rasapi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rasdlg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rasdlg.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rasman.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rasman.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rassapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rassapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/resizer.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/resizer.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/resutils.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/resutils.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rpcns4.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rpcns4.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rpcrt4.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rpcrt4.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rstrtmgr.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rstrtmgr.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rtm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rtm.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rtutils.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/rtutils.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/scarddlg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/scarddlg.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/schannel.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/schannel.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/scrnsave.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/scrnsave.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/scrnsavw.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/scrnsavw.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/secur32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/secur32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sensapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sensapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sensorsapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sensorsapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/setupapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/setupapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sfc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sfc.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/shell32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/shell32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/shlwapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/shlwapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/snmpapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/snmpapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/softpub.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/softpub.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sti.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/sti.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/strsafe.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/strsafe.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/svcguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/svcguid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/tapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/tapi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/traffic.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/traffic.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/url.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/url.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/urlmon.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/urlmon.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/user32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/user32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/userenv.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/userenv.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/usp10.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/usp10.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/uuid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/uuid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/uxtheme.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/uxtheme.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/version.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/version.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/vfw32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/vfw32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/virtdisk.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/virtdisk.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/vss_uuid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/vss_uuid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wbemuuid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wbemuuid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wdsclientapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wdsclientapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/webpost.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/webpost.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/webservices.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/webservices.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wiaguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wiaguid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winbio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winbio.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/windowssideshowguids.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/windowssideshowguids.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winfax.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winfax.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winhttp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winhttp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wininet.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wininet.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winmm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winmm.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winscard.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winscard.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winspool.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/winspool.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wintrust.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wintrust.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wldap32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wldap32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wow32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wow32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ws2_32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/ws2_32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wscapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wscapi.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wsnmp32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wsnmp32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wsock32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wsock32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wtsapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wtsapi32.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wuguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/wuguid.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/xpsprint.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/Win/xpsprint.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/crt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/crt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/crtmt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/crtmt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/delayimp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/delayimp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/oldnames.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/oldnames.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/omp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/omp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/pocrt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/pocrt.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/pomp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/pomp.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/profiler.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/profiler.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/compiler/Lib/wizard.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/compiler/Lib/wizard.lib -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/output_dir/gogopowerrangers.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/output_dir/gogopowerrangers.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/packers/Xlzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/packers/Xlzma.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/packers/Xlzss.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/packers/Xlzss.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/packers/cexe.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/packers/cexe.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/packers/kkrunchy_k7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/packers/kkrunchy_k7.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/packers/mpress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/packers/mpress.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/packers/upx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/packers/upx.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/bin/Debug/tekilla_remix.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/bin/Debug/tekilla_remix.mp3 -------------------------------------------------------------------------------- /Exe_Morphing_Util/cool.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/cool.ico -------------------------------------------------------------------------------- /Exe_Morphing_Util/libz/PEReader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/libz/PEReader.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/libz/PEReader.dll.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d766fddf457dae2e2a056d7b18155c10a25af9c8 2 | -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.AboutForm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.AboutForm.resources -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.FormMain.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.FormMain.resources -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.Properties.Resources.resources -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Exe_Morphing_Util.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/Interop.WMPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/Interop.WMPLib.dll -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/JoeCrypter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/JoeCrypter.exe -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/JoeCrypter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/JoeCrypter.pdb -------------------------------------------------------------------------------- /Exe_Morphing_Util/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/Exe_Morphing_Util/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /packers/zip/RLPack.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/packers/zip/RLPack.zip -------------------------------------------------------------------------------- /packers/zip/XComp098.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/packers/zip/XComp098.zip -------------------------------------------------------------------------------- /packers/zip/kkrunchy_023a2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/packers/zip/kkrunchy_023a2.zip -------------------------------------------------------------------------------- /packers/zip/mew11.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/packers/zip/mew11.zip -------------------------------------------------------------------------------- /packers/zip/mpress.219.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/packers/zip/mpress.219.zip -------------------------------------------------------------------------------- /packers/zip/pespin133.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decay88/JoeCrypter/5de5e85222cf2ef37f24b8b584e1eb7d02d532fe/packers/zip/pespin133.rar --------------------------------------------------------------------------------