gitextract_07avny1o/ ├── .gitattributes ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ ├── create_beta.yml │ ├── format-js.yml │ └── update_db.yml ├── .gitignore ├── .prettierrc ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── autotools/ │ ├── dbcompiler/ │ │ ├── package.json │ │ ├── task.js │ │ └── worker.js │ ├── dbupdater/ │ │ └── task.py │ └── partner/ │ └── CONFIG ├── changelog.txt ├── db/ │ ├── .vscode/ │ │ ├── about.txt │ │ └── settings.json │ ├── ACE │ ├── APK/ │ │ ├── _APK.0.sg │ │ ├── _init │ │ ├── library_IL2CPP.4.sg │ │ ├── library_SandHook.4.sg │ │ ├── library_UnicomSDK.4.sg │ │ ├── library_Unity.4.sg │ │ ├── package_PackageName.1.sg │ │ ├── packer_Kony.2.sg │ │ ├── protector_APKProtect.2.sg │ │ ├── protector_APKProtector.2.sg │ │ ├── protector_AlibabaProtection.2.sg │ │ ├── protector_AndroidRepublic.2.sg │ │ ├── protector_AppGuard.2.sg │ │ ├── protector_AppSolid.2.sg │ │ ├── protector_BaiduProtection.2.sg │ │ ├── protector_BangBangReinforcement.2.sg │ │ ├── protector_BangcleProtection.2.sg │ │ ├── protector_DXShield.2.sg │ │ ├── protector_DexProtector.2.sg │ │ ├── protector_DingXiangReinforcement.2.sg │ │ ├── protector_EasyShield.2.sg │ │ ├── protector_ExTrus_AppDefence.2.sg │ │ ├── protector_Gemalto.2.sg │ │ ├── protector_Hdus-Wjus.2.sg │ │ ├── protector_Ijiami.2.sg │ │ ├── protector_Jiagu.2.sg │ │ ├── protector_Kiro.2.sg │ │ ├── protector_Kiwi.2.sg │ │ ├── protector_LIAPP.2.sg │ │ ├── protector_MedusaH.2.sg │ │ ├── protector_MobileTencentProtect.2.sg │ │ ├── protector_NQShield.2.sg │ │ ├── protector_NagaPTProtection.2.sg │ │ ├── protector_OLLVM-TTL.2.sg │ │ ├── protector_Obfuscapk.2.sg │ │ ├── protector_PangXie.2.sg │ │ ├── protector_ProGuard.2.sg │ │ ├── protector_QDBH.2.sg │ │ ├── protector_Qihoo360Protection.2.sg │ │ ├── protector_SecNeo.2.sg │ │ ├── protector_SecShell.2.sg │ │ ├── protector_TencentLegu.2.sg │ │ ├── protector_TencentProtection.2.sg │ │ ├── protector_TencentSecurity.2.sg │ │ ├── protector_TongfuShield.2.sg │ │ ├── protector_VDog.2.sg │ │ ├── protector_Virbox.2.sg │ │ ├── protector_Yidun.2.sg │ │ ├── protector_build38.2.sg │ │ ├── protector_iCrypt.2.sg │ │ ├── tool_ApktoolPlus.6.sg │ │ └── tool_SingleJar.3.sg │ ├── Amiga/ │ │ ├── AMOS_Basic.4.sg │ │ ├── AMOS_Compiler_Cruncher.1.sg │ │ ├── Absoft_AC_Basic.4.sg │ │ ├── Absoft_Fortran.4.sg │ │ ├── Amiga_E.4.sg │ │ ├── Amiga_font.1.sg │ │ ├── Aztec_C.4.sg │ │ ├── BHC3_Relocatable.1.sg │ │ ├── BPack_SFX.1.sg │ │ ├── Blitz_BASIC.4.sg │ │ ├── ByteKiller_Clone.1.sg │ │ ├── Chryseis_Cruncher.1.sg │ │ ├── Crunch_Master.1.sg │ │ ├── DICE_C.4.sg │ │ ├── DMS_FMS-Masher.1.sg │ │ ├── Deluxe_Cruncher.1.sg │ │ ├── Free_Pascal.4.sg │ │ ├── GNU_C.4.sg │ │ ├── HQC_Cruncher.1.sg │ │ ├── HiSoft_Basic.4.sg │ │ ├── High_Pressure_Cruncher.1.sg │ │ ├── Jan_Heweliusz_Cruncher.1.sg │ │ ├── Lattice_C.4.sg │ │ ├── LhPak_SFX.1.sg │ │ ├── Master_Cruncher.1.sg │ │ ├── Maxon_C++.4.sg │ │ ├── RexxMasher_(jrms).1.sg │ │ ├── Sound-Tracker_Cruncher.1.sg │ │ ├── Storm_C.4.sg │ │ ├── TNM_Cruncher.1.sg │ │ ├── TSK_Cruncher.1.sg │ │ ├── Time_Cruncher.1.sg │ │ ├── Titanics_Cruncher.1.sg │ │ ├── Turtle_Smasher.1.sg │ │ ├── Ultimate_Packer.1.sg │ │ ├── _Amiga.0.sg │ │ ├── _init │ │ ├── compiler_ABasic.4.sg │ │ ├── compiler_AmigaBasic.4.sg │ │ ├── compiler_GFA-Basic.4.sg │ │ ├── compiler_JForth.4.sg │ │ ├── compiler_Multi-Forth.4.sg │ │ ├── compiler_Oberon-A.4.sg │ │ ├── compiler_PureBasic.4.sg │ │ ├── compiler_VBCC.4.sg │ │ ├── cruncher_AddressHead.1.sg │ │ ├── cruncher_ByteKiller.1.sg │ │ ├── cruncher_CopyCat.1.sg │ │ ├── cruncher_Cranker.1.sg │ │ ├── cruncher_Crunch-Mania.1.sg │ │ ├── cruncher_Crunch-O-Matic.1.sg │ │ ├── cruncher_Crunch.1.sg │ │ ├── cruncher_CrunchyDat.1.sg │ │ ├── cruncher_Defjam.1.sg │ │ ├── cruncher_DoubleAction.1.sg │ │ ├── cruncher_DragPack.1.sg │ │ ├── cruncher_FileShield.1.sg │ │ ├── cruncher_FlashSpeed.1.sg │ │ ├── cruncher_GnuPacker.1.sg │ │ ├── cruncher_House.1.sg │ │ ├── cruncher_ISC.1.sg │ │ ├── cruncher_Imploder.1.sg │ │ ├── cruncher_MOPacker.1.sg │ │ ├── cruncher_MaxPacker.1.sg │ │ ├── cruncher_MegaCruncher.1.sg │ │ ├── cruncher_PackIt.1.sg │ │ ├── cruncher_Pak.1.sg │ │ ├── cruncher_PowerPacker.1.sg │ │ ├── cruncher_ProPack.1.sg │ │ ├── cruncher_ReXXMaSHeR.1.sg │ │ ├── cruncher_Relokit.1.sg │ │ ├── cruncher_S-Exec.1.sg │ │ ├── cruncher_Shrinkler.1.sg │ │ ├── cruncher_Spike.1.sg │ │ ├── cruncher_StoneCracker.1.sg │ │ ├── cruncher_Super-Cruncher.1.sg │ │ ├── cruncher_SyncroPacker.1.sg │ │ ├── cruncher_TUC.1.sg │ │ ├── cruncher_TetraCrunch.1.sg │ │ ├── cruncher_TetraPack.1.sg │ │ ├── cruncher_TryIt.1.sg │ │ ├── cruncher_TurboSqueezer.1.sg │ │ ├── cruncher_xpkmaster.1.sg │ │ ├── joiner_ETA.1.sg │ │ ├── joiner_EXP.1.sg │ │ ├── joiner_Glue.1.sg │ │ ├── library_library.1.sg │ │ ├── module_DeliTracker.1.sg │ │ ├── other_other.1.sg │ │ ├── self-displayer_DPS.1.sg │ │ ├── self-displayer_Iff2ex.1.sg │ │ ├── self-displayer_S-Anim.1.sg │ │ ├── self-displayer_S-Pic.1.sg │ │ ├── sfx_DIMP.1.sg │ │ ├── sfx_DMSSFX.1.sg │ │ ├── sfx_LHASFX.1.sg │ │ ├── sfx_LHSFX.1.sg │ │ ├── tool_EFFECT-loader.1.sg │ │ └── tool_VideoTracker.1.sg │ ├── Archive/ │ │ ├── _Archive.0.sg │ │ └── _init │ ├── AtariST/ │ │ ├── _AtariST.0.sg │ │ └── _init │ ├── Binary/ │ │ ├── Amiga_loadable.1.sg │ │ ├── Certificate_cert.WinAuth.1.sg │ │ ├── RIFF.1.sg │ │ ├── ROM_1.sg │ │ ├── U-Boot.1.sg │ │ ├── __MiniExtensionsHeuristic_By_DosX.7.sg │ │ ├── __MiniJavaScriptHeuristic_By_DosX.7.sg │ │ ├── _init │ │ ├── archive.ACE.1.sg │ │ ├── archive.ARJ.1.sg │ │ ├── archive.DEFLATE.1.sg │ │ ├── archive.LZ4.1.sg │ │ ├── archive.MS_Compound.1.sg │ │ ├── archive.PC_Secure.sg │ │ ├── archive.RAR.1.sg │ │ ├── archive.ZIP.1.sg │ │ ├── archive.ZLIB.1.sg │ │ ├── archive_7z.1.sg │ │ ├── archive_ANC-Cruncher.1.sg │ │ ├── archive_AR.1.sg │ │ ├── archive_ARC.1.sg │ │ ├── archive_ASAR.1.sg │ │ ├── archive_BCSAR.1.sg │ │ ├── archive_BZip.1.sg │ │ ├── archive_CCA.1.sg │ │ ├── archive_CFL3.1.sg │ │ ├── archive_CKP.1.sg │ │ ├── archive_Cab.1.sg │ │ ├── archive_DAA.1.sg │ │ ├── archive_DCP.1.sg │ │ ├── archive_DXA.1.sg │ │ ├── archive_DatPack.1.sg │ │ ├── archive_DotBundle.sg │ │ ├── archive_EdgeDataPak.1.sg │ │ ├── archive_Flatpak.1.sg │ │ ├── archive_GhidraZipFile.1.sg │ │ ├── archive_GodotPCK.1.sg │ │ ├── archive_HIP.1.sg │ │ ├── archive_IFP.1.sg │ │ ├── archive_IPW.1.sg │ │ ├── archive_InnoSetup.1.sg │ │ ├── archive_JAM.1.sg │ │ ├── archive_LAB.1.sg │ │ ├── archive_LRZ.1.sg │ │ ├── archive_LZOP.1.sg │ │ ├── archive_MCS.1.sg │ │ ├── archive_MS-WIM.1.sg │ │ ├── archive_MWD.1.sg │ │ ├── archive_P2L.1.sg │ │ ├── archive_PAK.1.sg │ │ ├── archive_PBP.1.sg │ │ ├── archive_PEA.1.sg │ │ ├── archive_PKG.1.sg │ │ ├── archive_PSARC.1.sg │ │ ├── archive_PUP.1.sg │ │ ├── archive_RVZ.1.sg │ │ ├── archive_STK.1.sg │ │ ├── archive_Shaped.1.sg │ │ ├── archive_TRE.1.sg │ │ ├── archive_Unity.1.sg │ │ ├── archive_UnrealEngine.1.sg │ │ ├── archive_ViseInstaller.1.sg │ │ ├── archive_XZP.1.sg │ │ ├── archive_ZPAQ.1.sg │ │ ├── archive_archives.1.sg │ │ ├── archive_archives.ancient.sg │ │ ├── archive_btoa.1.sg │ │ ├── archive_cad.DWG.1.sg │ │ ├── archive_gp7bank.1.sg │ │ ├── audio.1.sg │ │ ├── audio_8svx.1.sg │ │ ├── audio_ACM.1.sg │ │ ├── audio_ADX.1.sg │ │ ├── audio_AHX.1.sg │ │ ├── audio_AIF.1.sg │ │ ├── audio_AU.1.sg │ │ ├── audio_BCSTM.1.sg │ │ ├── audio_BCWAV.1.sg │ │ ├── audio_CXT.1.sg │ │ ├── audio_DSS.1.sg │ │ ├── audio_EXA.1.sg │ │ ├── audio_FLAC.1.sg │ │ ├── audio_FSB.1.sg │ │ ├── audio_HMI.1.sg │ │ ├── audio_OGG.1.sg │ │ ├── audio_PAF.1.sg │ │ ├── audio_PVF.1.sg │ │ ├── audio_RIFF-IMA.1.sg │ │ ├── audio_SOU.1.sg │ │ ├── audio_STRM.1.sg │ │ ├── audio_STRM.2.sg │ │ ├── audio_ShockwaveAudio.1.sg │ │ ├── audio_TUN.1.sg │ │ ├── audio_VOC.1.sg │ │ ├── audio_WAV.1.sg │ │ ├── audio_WEM.1.sg │ │ ├── audio_mp3.2.sg │ │ ├── backup_images.1.sg │ │ ├── bin.Atari_ST.1.sg │ │ ├── bin.IDA.1.sg │ │ ├── bin.ISO_9660.1.sg │ │ ├── bin.RPGMaker2Kdata.1.sg │ │ ├── data_overlay_null_padding.1.sg │ │ ├── data_overlays.6.sg │ │ ├── debug_data_debugData.1.sg │ │ ├── font.ADOBE.1.sg │ │ ├── font_BMF.1.sg │ │ ├── font_FFN.1.sg │ │ ├── font_TFM.1.sg │ │ ├── font_VTF.1.sg │ │ ├── font_XTT.1.sg │ │ ├── format_AS.1.sg │ │ ├── format_AmigaIcon.1.sg │ │ ├── format_BCD1.1.sg │ │ ├── format_BOU.1.sg │ │ ├── format_BSP.1.sg │ │ ├── format_BTF.1.sg │ │ ├── format_BackupMii.1.sg │ │ ├── format_CCD.1.sg │ │ ├── format_CSO.1.sg │ │ ├── format_CTRK.1.sg │ │ ├── format_CURE.1.sg │ │ ├── format_CVM.1.sg │ │ ├── format_DESKTOP.1.sg │ │ ├── format_DSW.1.sg │ │ ├── format_DTA.1.sg │ │ ├── format_Director.1.sg │ │ ├── format_DunkleSchattenConfig.1.sg │ │ ├── format_DunkleSchattenSave.1.sg │ │ ├── format_Empty.1.sg │ │ ├── format_FAS.1.sg │ │ ├── format_FLDB.1.sg │ │ ├── format_FNX.1.sg │ │ ├── format_FST.1.sg │ │ ├── format_GAL.1.sg │ │ ├── format_GBI.1.sg │ │ ├── format_GME.1.sg │ │ ├── format_GameMaps.1.sg │ │ ├── format_GamingRoot.1.sg │ │ ├── format_HIV.1.sg │ │ ├── format_HNM.1.sg │ │ ├── format_HSM.1.sg │ │ ├── format_ILK.1.sg │ │ ├── format_IPCH.1.sg │ │ ├── format_ITL.1.sg │ │ ├── format_IVF.1.sg │ │ ├── format_Img.UDIF.1.sg │ │ ├── format_InnoSetupUninstall.1.sg │ │ ├── format_InterleafFile.1.sg │ │ ├── format_LCA.1.sg │ │ ├── format_LGX.1.sg │ │ ├── format_LIXS.1.sg │ │ ├── format_LVL.1.sg │ │ ├── format_MAT.1.sg │ │ ├── format_MDL.1.sg │ │ ├── format_MDS.1.sg │ │ ├── format_MS-DBG.1.sg │ │ ├── format_MS-PST.sg │ │ ├── format_MS-VHD.1.sg │ │ ├── format_MS-VHDX.sg │ │ ├── format_MS-XNA.1.sg │ │ ├── format_OBC.1.sg │ │ ├── format_OpenSSH.1.sg │ │ ├── format_P7X.1.sg │ │ ├── format_PAT.1.sg │ │ ├── format_PDB.1.sg │ │ ├── format_PEM.1.sg │ │ ├── format_PGP.1.sg │ │ ├── format_POL.1.sg │ │ ├── format_PRI.1.sg │ │ ├── format_PS-X.1.sg │ │ ├── format_PSM2CFG.1.sg │ │ ├── format_RARREG.1.sg │ │ ├── format_RCK.1.sg │ │ ├── format_RCO.1.sg │ │ ├── format_RGS.1.sg │ │ ├── format_RedShirt.1.sg │ │ ├── format_SDI.1.sg │ │ ├── format_SFK.1.sg │ │ ├── format_SHBIN.1.sg │ │ ├── format_SLN.1.sg │ │ ├── format_SLNX.1.sg │ │ ├── format_SSHPublicKey.1.sg │ │ ├── format_SystemErr.1.sg │ │ ├── format_TLB.1.sg │ │ ├── format_TOT.1.sg │ │ ├── format_TPU.1.sg │ │ ├── format_UCM.1.sg │ │ ├── format_UPC.1.sg │ │ ├── format_UPF.1.sg │ │ ├── format_UPI.1.sg │ │ ├── format_VDI.1.sg │ │ ├── format_VM2.1.sg │ │ ├── format_VTF.1.sg │ │ ├── format_VVD.1.sg │ │ ├── format_W3D.1.sg │ │ ├── format_WASM.1.sg │ │ ├── format_WBFS.1.sg │ │ ├── format_XBE.1.sg │ │ ├── format_XBF.1.sg │ │ ├── format_XCG.1.sg │ │ ├── format_XCI.1.sg │ │ ├── format_XCR.1.sg │ │ ├── format_XCS.1.sg │ │ ├── format_XDelta.1.sg │ │ ├── format_XEX.1.sg │ │ ├── format_ZZDATA.1.sg │ │ ├── format_ZinsSAV.1.sg │ │ ├── format_bin.AAALogo.1.sg │ │ ├── format_bin.COL.1.sg │ │ ├── format_bin.GuitarPro.1.sg │ │ ├── format_bin.Hermes.1.sg │ │ ├── format_bin.JMDL.1.sg │ │ ├── format_bin.JSC.1.sg │ │ ├── format_bin.Java.1.sg │ │ ├── format_bin.KeePass.1.sg │ │ ├── format_bin.LUA.1.sg │ │ ├── format_bin.NVA.1.sg │ │ ├── format_bin.Nintendo-certified-file.1.sg │ │ ├── format_bin.PEFF.1.sg │ │ ├── format_bin.PalmFile.1.sg │ │ ├── format_bin.Python.1.sg │ │ ├── format_bin.SWF.1.sg │ │ ├── format_bin.VCF.1.sg │ │ ├── format_bin.WindowsIconCacheDB.1.sg │ │ ├── format_database.SQLite.1.sg │ │ ├── format_databases.1.sg │ │ ├── format_doc.CHM.1.sg │ │ ├── format_doc.DJVU.1.sg │ │ ├── format_doc.HLP.1.sg │ │ ├── format_doc.PDF.1.sg │ │ ├── format_doc.RTF.1.sg │ │ ├── format_iCalender.1.sg │ │ ├── format_img.VM.1.sg │ │ ├── format_text.RegistryFile.sg │ │ ├── format_text.pdb.1.sg │ │ ├── format_text.plaintext.3.sg │ │ ├── format_video.BIK.1.sg │ │ ├── format_video.BK2.1.sg │ │ ├── format_video.FLV.1.sg │ │ ├── format_video.MOV.1.sg │ │ ├── format_video.MP4.1.sg │ │ ├── format_video.Matroska.1.sg │ │ ├── format_video.RobotAnimation.1.sg │ │ ├── format_video.Smacker.1.sg │ │ ├── format_video.VMD.1.sg │ │ ├── formats.1.sg │ │ ├── graphics.1.sg │ │ ├── image.PNG.1.sg │ │ ├── image_ANI.1.sg │ │ ├── image_BMP.1.sg │ │ ├── image_CUR.1.sg │ │ ├── image_DDS.1.sg │ │ ├── image_EPS.1.sg │ │ ├── image_FSH.1.sg │ │ ├── image_GIF.1.sg │ │ ├── image_ICNS.sg │ │ ├── image_ICO.1.sg │ │ ├── image_IMG.1.sg │ │ ├── image_JNG.1.sg │ │ ├── image_JPEG.1.sg │ │ ├── image_JPEGXL.1.sg │ │ ├── image_KTX.1.sg │ │ ├── image_LBM.1.sg │ │ ├── image_MNG.1.sg │ │ ├── image_PCX.1.sg │ │ ├── image_PSD.1.sg │ │ ├── image_PVR.1.sg │ │ ├── image_QOI.1.sg │ │ ├── image_SMDH.1.sg │ │ ├── image_TGA.1.sg │ │ ├── image_TIFF.1.sg │ │ ├── image_XAR.1.sg │ │ ├── image_XCF.1.sg │ │ ├── image_bin.ZBMP.1.sg │ │ ├── image_heuristic.image.HDR.1.sg │ │ ├── protector_javascript-obfuscator.2.sg │ │ ├── rom_32X.1.sg │ │ ├── script_text.Shell.1.sg │ │ ├── shellcode.pe_to_shellcode.1.sg │ │ ├── shellcode_donut.1.sg │ │ ├── shellcode_srdi-monoxgas.1.sg │ │ ├── source_text.HTML.1.sg │ │ ├── source_text.Pascal.1.sg │ │ ├── source_text.XML.1.sg │ │ ├── source_text.c.1.sg │ │ ├── source_text.python.1.sg │ │ ├── text.script.2.sg │ │ └── win_resources.1.sg │ ├── Borland │ ├── CFBF/ │ │ ├── Microsoft_Installer.1.sg │ │ ├── Microsoft_Office.1.sg │ │ ├── _CFBF.0.sg │ │ └── _init │ ├── COM/ │ │ ├── 32-bit_crypt.2.sg │ │ ├── COM_Sccrambler.2.sg │ │ ├── Character_Intro_Engine.1.sg │ │ ├── Crypt_(CyPoxl).2.sg │ │ ├── Crypt_(Dismember).2.sg │ │ ├── Deep_Crypter.2.sg │ │ ├── Dn.COM_Cruncher.2.sg │ │ ├── Inbuild_Encryption.2.sg │ │ ├── LHarc_SFX.1.sg │ │ ├── Maveriks_C0der.2.sg │ │ ├── Microsoft_C.4.sg │ │ ├── Microsoft_RTL.3.sg │ │ ├── MrHDKiller_Protection.2.sg │ │ ├── PC_FORTH.4.sg │ │ ├── RDT_ENC_3.2.sg │ │ ├── RTD_Compressor.2.sg │ │ ├── RTD_Compressor2.2.sg │ │ ├── SHOW_IT.1.sg │ │ ├── SPHINX_C--.4.sg │ │ ├── Shade's_COM_Encryptor.2.sg │ │ ├── Shadow_COM_encryptor.2.sg │ │ ├── TPC_Scramble.2.sg │ │ ├── Text_Header.1.sg │ │ ├── The_DRAW.1.sg │ │ ├── Tiny_Xor.2.sg │ │ ├── Unknown_cryptors.2.sg │ │ ├── VGA_font_loader.1.sg │ │ ├── VSF&K_protection.2.sg │ │ ├── WSP_self_update.2.sg │ │ ├── WiZ_Cryptor.2.sg │ │ ├── _COM.0.sg │ │ ├── _init │ │ ├── compiler_8086_Forth_83.4.sg │ │ ├── compiler_ASIC-Basic.4.sg │ │ ├── compiler_BAT2EXEC.2.sg │ │ ├── compiler_BatLite.4.sg │ │ ├── compiler_Borland_C++.4.sg │ │ ├── compiler_Datalight_C.4.sg │ │ ├── compiler_Easy!-C.4.sg │ │ ├── compiler_Fig-FORTH.4.sg │ │ ├── compiler_ForthCMP.2.sg │ │ ├── compiler_ForthCMP.4.sg │ │ ├── compiler_GP-FORTH.4.sg │ │ ├── compiler_Lattice_C.4.sg │ │ ├── compiler_MICRO-C.4.sg │ │ ├── compiler_MINIFORTH.4.sg │ │ ├── compiler_MoonRock.2.sg │ │ ├── compiler_OUTFORTH.4.sg │ │ ├── compiler_PBFC.2.sg │ │ ├── compiler_RMCOBOL.4.sg │ │ ├── compiler_SP-FORTH.4.sg │ │ ├── compiler_Surpas-86.4.sg │ │ ├── compiler_TCOM.4.sg │ │ ├── compiler_Turbo_C++.4.sg │ │ ├── compiler_Turbo_C.4.sg │ │ ├── compiler_Turbo_Pascal.4.sg │ │ ├── compiler_UNIFORTH.4.sg │ │ ├── compiler_Vienna-C.4.sg │ │ ├── compiler_Watcom_C.4.sg │ │ ├── compiler_Zbikowski_C.4.sg │ │ ├── compiler_Zortech_C.4.sg │ │ ├── compiler_muSIMP-83.4.sg │ │ ├── converter_A3E.1.sg │ │ ├── converter_AutoCracker.1.sg │ │ ├── converter_COM2TXT.1.sg │ │ ├── converter_COMT.1.sg │ │ ├── converter_CRX2COM.1.sg │ │ ├── converter_E2C.1.sg │ │ ├── converter_EXE2COM.1.sg │ │ ├── converter_EXETools_EXE2COM.1.sg │ │ ├── converter_FIXCRK.1.sg │ │ ├── converter_FromBAT.1.sg │ │ ├── converter_MAKEBOO.1.sg │ │ ├── converter_NetCode.1.sg │ │ ├── converter_NetRun.1.sg │ │ ├── converter_TurboBAT.1.sg │ │ ├── converter_Vacsina.4.sg │ │ ├── converter_XCK2COM.1.sg │ │ ├── cryptor_Anti-Lamer_Cryptor.2.sg │ │ ├── cryptor_CSCRYPT.2.sg │ │ ├── cryptor_EXINCT.2.sg │ │ ├── cryptor_J0B_cryptor.2.sg │ │ ├── cryptor_PU-Cryptor.2.sg │ │ ├── cryptor_Phrozen_Crew_cryptor.2.sg │ │ ├── cryptor_SDW.2.sg │ │ ├── cryptor_Sydex.2.sg │ │ ├── cryptor_UComCry.1.sg │ │ ├── cryptor_USCC.2.sg │ │ ├── cryptor_cryptors.2.sg │ │ ├── driver_DIGPAK.1.sg │ │ ├── driver_MIDPAK.1.sg │ │ ├── immunizer_ARF_AV_Inject.1.sg │ │ ├── immunizer_CPAV.1.sg │ │ ├── immunizer_F-XLOCK.1.sg │ │ ├── immunizer_IMMUN.1.sg │ │ ├── immunizer_TAV.1.sg │ │ ├── immunizer_VSS.1.sg │ │ ├── other_XLOADER.2.sg │ │ ├── other_integrity_checker.1.sg │ │ ├── packer_4kZIP.2.sg │ │ ├── packer_AVPACK.2.sg │ │ ├── packer_COMPACK.2.sg │ │ ├── packer_Cheat_packer.2.sg │ │ ├── packer_Compressor.2.sg │ │ ├── packer_CyberWare_Packer.2.sg │ │ ├── packer_Diet.2.sg │ │ ├── packer_EXC.2.sg │ │ ├── packer_ICE.1.sg │ │ ├── packer_LGLZ.2.sg │ │ ├── packer_PKLITE.2.sg │ │ ├── packer_PRO-PACK.2.sg │ │ ├── packer_SCRE2B.2.sg │ │ ├── packer_SCRNCH.2.sg │ │ ├── packer_SHRINK.2.sg │ │ ├── packer_Scramb.2.sg │ │ ├── packer_Six-2-Four.2.sg │ │ ├── packer_TPACK.2.sg │ │ ├── packer_Triplex.2.sg │ │ ├── packer_UPX.2.sg │ │ ├── packer_X-PACK.2.sg │ │ ├── packer_XE.2.sg │ │ ├── packer_XPACK.2.sg │ │ ├── packer_aPACK.2.sg │ │ ├── packer_com_RLE_packer.2.sg │ │ ├── packer_envelope.2.sg │ │ ├── protector_ABK-Scrambler.2.sg │ │ ├── protector_ACE_Scrambler.2.sg │ │ ├── protector_AVAST-Protect.2.sg │ │ ├── protector_AdFlt.2.sg │ │ ├── protector_Adys_COM-Scrambler.2.sg │ │ ├── protector_Anti-hack_encryption_system.2.sg │ │ ├── protector_BIN-Lock.2.sg │ │ ├── protector_Best_Protection_Kit-B.2.sg │ │ ├── protector_BinCOD.2.sg │ │ ├── protector_Budokan.1.sg │ │ ├── protector_C-crypt.2.sg │ │ ├── protector_CC#3.2.sg │ │ ├── protector_CC.2.sg │ │ ├── protector_CC286.2.sg │ │ ├── protector_CCC.2.sg │ │ ├── protector_CHECKPRG.2.sg │ │ ├── protector_CNT.2.sg │ │ ├── protector_COM-Protect.2.sg │ │ ├── protector_COM-Protection.2.sg │ │ ├── protector_COMCRYPT.2.sg │ │ ├── protector_COMPROTECT.2.sg │ │ ├── protector_COP.2.sg │ │ ├── protector_CodeLock.2.sg │ │ ├── protector_Codesafe.2.sg │ │ ├── protector_ComProt.2.sg │ │ ├── protector_ComProtector.2.sg │ │ ├── protector_Comlock.2.sg │ │ ├── protector_CrAcKeR.2.sg │ │ ├── protector_Crack2EXE.1.sg │ │ ├── protector_CryptCom.2.sg │ │ ├── protector_Crypto-King.2.sg │ │ ├── protector_DCFR.2.sg │ │ ├── protector_DS-CRP.2.sg │ │ ├── protector_Deeper.2.sg │ │ ├── protector_E2C-Scrambler.2.sg │ │ ├── protector_E2C1.2.sg │ │ ├── protector_EPW.2.sg │ │ ├── protector_EXETools.2.sg │ │ ├── protector_Encriptor.2.sg │ │ ├── protector_Entropy_Coder.2.sg │ │ ├── protector_ExOM.2.sg │ │ ├── protector_FCRYPT.2.sg │ │ ├── protector_GOAT.2.sg │ │ ├── protector_Guardian_Angel.2.sg │ │ ├── protector_HDKPROTC.2.sg │ │ ├── protector_HackStop.2.sg │ │ ├── protector_IntroC0der.1.sg │ │ ├── protector_Keygen_crypt.2.sg │ │ ├── protector_Khrome_Crypt.2.sg │ │ ├── protector_LAME_GG.2.sg │ │ ├── protector_LAMPROT.2.sg │ │ ├── protector_Lock-Master.2.sg │ │ ├── protector_MASK.2.sg │ │ ├── protector_MCLock.2.sg │ │ ├── protector_MESS.2.sg │ │ ├── protector_MSCC.2.sg │ │ ├── protector_MegaShield.2.sg │ │ ├── protector_Microxor.2.sg │ │ ├── protector_NH.2.sg │ │ ├── protector_NoAV.2.sg │ │ ├── protector_Nodebug.2.sg │ │ ├── protector_PCOM.2.sg │ │ ├── protector_PCRYPT.2.sg │ │ ├── protector_PCVault-Protect.2.sg │ │ ├── protector_PROTECT.2.sg │ │ ├── protector_PTP.2.sg │ │ ├── protector_PassCOM.2.sg │ │ ├── protector_Propellerhead_encryption.2.sg │ │ ├── protector_ProtEXE.2.sg │ │ ├── protector_R-Crypt.2.sg │ │ ├── protector_RCC.2.sg │ │ ├── protector_RSCC.2.sg │ │ ├── protector_SCC.2.sg │ │ ├── protector_SCRAM.2.sg │ │ ├── protector_Scrambler.2.sg │ │ ├── protector_Scrypt!.2.sg │ │ ├── protector_Scrypt.2.sg │ │ ├── protector_SelfCrypt.2.sg │ │ ├── protector_SelfProtect386.2.sg │ │ ├── protector_SnoopStop.2.sg │ │ ├── protector_SoftGuard.1.sg │ │ ├── protector_Steplock.2.sg │ │ ├── protector_TCEC.2.sg │ │ ├── protector_UnPackStop.2.sg │ │ ├── protector_UniCrypt.1.sg │ │ ├── protector_Venus.2.sg │ │ ├── protector_XORCOPY.2.sg │ │ ├── protector_XcomOR.2.sg │ │ ├── protector_XoReR.2.sg │ │ ├── protector_XorCom.2.sg │ │ ├── protector_aPatch.2.sg │ │ ├── protector_acBBS_protection.2.sg │ │ ├── protector_com-crypt.2.sg │ │ ├── protector_fds-cp.2.sg │ │ ├── protector_mCrypt.2.sg │ │ ├── protector_protection.2.sg │ │ ├── protector_spirit.2.sg │ │ ├── protector_sticker.2.sg │ │ ├── protector_x3.2.sg │ │ ├── self-displayer_ACiDDRAW.1.sg │ │ ├── self-displayer_ANS2ALL.1.sg │ │ ├── self-displayer_ASC2COM.1.sg │ │ ├── self-displayer_DOC2COM.1.sg │ │ ├── self-displayer_DOC2PAGE.1.sg │ │ ├── self-displayer_GTXT.1.sg │ │ ├── self-displayer_HYPDOC.1.sg │ │ ├── self-displayer_List.1.sg │ │ ├── self-displayer_MakeRead.1.sg │ │ ├── self-displayer_ONLINE-HELP.1.sg │ │ ├── self-displayer_PFL2COM.1.sg │ │ ├── self-displayer_RELETTER.1.sg │ │ ├── self-displayer_SHOWV20.1.sg │ │ ├── self-displayer_TXT2COM.1.sg │ │ ├── self-displayer_TXTmaker.1.sg │ │ ├── self-displayer_Txt2Exe.1.sg │ │ ├── self-displayer_readme.com.1.sg │ │ ├── sfx_LHA.1.sg │ │ ├── sfx_PKZip.1.sg │ │ ├── simple_ansi_viewer.1.sg │ │ ├── simple_self-displayer.1.sg │ │ └── virus.1.sg │ ├── CurIcoBPP │ ├── DEX/ │ │ ├── _DEX.0.sg │ │ ├── _DEX2.0.sg │ │ ├── _init │ │ ├── compiler_dexlib2.4.sg │ │ ├── library_UnicomSDK.4.sg │ │ ├── obfuscator_ProGuard.2.sg │ │ ├── protector_AESObfuscator.2.sg │ │ ├── protector_APKProtect.2.sg │ │ ├── protector_AlibabaProtection.2.sg │ │ ├── protector_AllatoriObfuscator.2.sg │ │ ├── protector_ApkEncryptor.2.sg │ │ ├── protector_AppSolid.2.sg │ │ ├── protector_BaiduProtection.2.sg │ │ ├── protector_BangcleProtection.2.sg │ │ ├── protector_EasyProtector.2.sg │ │ ├── protector_Jiagu.2.sg │ │ ├── protector_Kiwi.2.sg │ │ ├── protector_LIAPP.2.sg │ │ ├── protector_MedusaH.2.sg │ │ ├── protector_ModGuard.2.sg │ │ ├── protector_NQShield.2.sg │ │ ├── protector_NagaPTProtection.2.sg │ │ ├── protector_PangXie.2.sg │ │ ├── protector_QDBH.2.sg │ │ ├── protector_SecNeo.2.sg │ │ ├── protector_TencentProtection.2.sg │ │ ├── protector_VDog.2.sg │ │ ├── protector_Yidun.2.sg │ │ └── tool_ApkToolPlus.6.sg │ ├── DOS16M/ │ │ ├── _DOS16M.0.sg │ │ ├── _init │ │ └── compiler_Watcom.2.sg │ ├── DOS4G/ │ │ ├── _DOS4G.0.sg │ │ ├── _init │ │ └── compiler_Watcom.2.sg │ ├── ELF/ │ │ ├── Borland_Kylix.4.sg │ │ ├── Free_Pascal.4.sg │ │ ├── HP_C++.4.sg │ │ ├── IBM_AIX_kernel_loader.4.sg │ │ ├── Oracle_Solaris_Studio.4.sg │ │ ├── _ELF.0.sg │ │ ├── _init │ │ ├── compiler_DMD.4.sg │ │ ├── compiler_FASM.4.sg │ │ ├── compiler_Go.4.sg │ │ ├── compiler_MWCC.4.sg │ │ ├── compiler_Rust.4.sg │ │ ├── compiler_VBCC.4.sg │ │ ├── compiler_Watcom.4.sg │ │ ├── compiler_Zig.4.sg │ │ ├── compiler_gcc.4.sg │ │ ├── compiler_gdc.4.sg │ │ ├── compiler_ldc.4.sg │ │ ├── compiler_movfuscator.4.sg │ │ ├── library_Curl.4.sg │ │ ├── library_FFmpeg.4.sg │ │ ├── library_FLAC.4.sg │ │ ├── library_Flexlm.4.sg │ │ ├── library_FluidSynth.4.sg │ │ ├── library_FreeType.4.sg │ │ ├── library_GLEW.4.sg │ │ ├── library_GLIBC.3.sg │ │ ├── library_LZMA.4.sg │ │ ├── library_Lego1.4.sg │ │ ├── library_MPEG2.4.sg │ │ ├── library_Mikmod.4.sg │ │ ├── library_OGG.4.sg │ │ ├── library_OpenAL.4.sg │ │ ├── library_PulseAudio.4.sg │ │ ├── library_QT.3.sg │ │ ├── library_SDL.3.sg │ │ ├── packer_Ezuri.1.sg │ │ ├── packer_PyInstaller.2.sg │ │ ├── packer_UPX.2.sg │ │ ├── packer_Virbox.2.sg │ │ ├── packer_exepak.1.sg │ │ ├── protector_Burneye.2.sg │ │ └── protector_HASP.1.sg │ ├── FASM │ ├── FPC │ ├── IPA/ │ │ └── _init │ ├── ISO9660/ │ │ ├── _ISO9660.0.sg │ │ ├── _init │ │ ├── bootloader_Grub.1.sg │ │ ├── filesystem_AppleHFS.1.sg │ │ ├── iso_Rimage.1.sg │ │ ├── library_IMAPI.1.sg │ │ ├── library_IMAPI2.1.sg │ │ ├── library_libburn.1.sg │ │ ├── library_libisoburn.1.sg │ │ ├── library_libisofs.1.sg │ │ ├── partition_EFI_PART.1.sg │ │ ├── tool_CDBurnerXP.1.sg │ │ ├── tool_CDIMAGE.1.sg │ │ ├── tool_CeQuadrat.1.sg │ │ ├── tool_ImgBurn.1.sg │ │ ├── tool_MKARCHISO.1.sg │ │ ├── tool_NeroBurningROM.1.sg │ │ ├── tool_PersonalRomMaker.1.sg │ │ ├── tool_QuickToPix.1.sg │ │ ├── tool_RoxioToast.1.sg │ │ ├── tool_UltraISO.1.sg │ │ ├── tool_WinISO.1.sg │ │ ├── tool_genisoimage.1.sg │ │ └── tool_xorriso.1.sg │ ├── Image/ │ │ ├── _Image.0.sg │ │ └── _init │ ├── JAR/ │ │ ├── _JAR.0.sg │ │ ├── _init │ │ └── tool_SingleJar.3.sg │ ├── JPEG/ │ │ ├── _Jpeg.0.sg │ │ ├── _init │ │ ├── camera_camera.2.sg │ │ ├── image_DQT.4.sg │ │ ├── image_comment.4.sg │ │ └── tool_Tools.3.sg │ ├── JavaClass/ │ │ ├── _JavaClass.0.sg │ │ └── _init │ ├── LE/ │ │ ├── _LE.0.sg │ │ ├── _init │ │ ├── compiler_Watcom_C.4.sg │ │ └── packer_UPX.1.sg │ ├── LX/ │ │ ├── _LX.0.sg │ │ ├── _init │ │ ├── compiler_Borland_C.4.sg │ │ └── compiler_Watcom_C.4.sg │ ├── MACH/ │ │ ├── _MACH.0.sg │ │ ├── _init │ │ ├── compiler_Delphi.4.sg │ │ ├── compiler_Rust.4.sg │ │ ├── compiler_Zig.4.sg │ │ ├── compiler_gcc.4.sg │ │ ├── library_Carbon.3.sg │ │ ├── library_Cocoa.3.sg │ │ ├── library_QT.3.sg │ │ ├── library_WebKit.3.sg │ │ ├── library_java.3.sg │ │ ├── packer_UPX.2.sg │ │ └── packer_Virbox.2.sg │ ├── MACHOFAT/ │ │ ├── _MACHOFAT.0.sg │ │ ├── _init │ │ └── converter_lipo.2.sg │ ├── MFC │ ├── MSDOS/ │ │ ├── ACE.6.sg │ │ ├── Adys_COM2EXE.1.sg │ │ ├── Adys_Glue.2.sg │ │ ├── Anti-hack_encryption_system.2.sg │ │ ├── Aztec_C-86.4.sg │ │ ├── BlackWolf_Protection.2.sg │ │ ├── Black_fist.2.sg │ │ ├── Borland_C.4.sg │ │ ├── Borland_Pascal.4.sg │ │ ├── Borland_RTM.0a.sg │ │ ├── Borland_TDS.5.sg │ │ ├── Borland_TLINK.5.sg │ │ ├── CSCRYPT_Pro.2.sg │ │ ├── Concurrent_Small_C.4.sg │ │ ├── CopyQM_SFX.1.sg │ │ ├── Crypt_(Dismember).2.sg │ │ ├── Crypt_(LightShow).2.sg │ │ ├── DAEMON_Protect.2.sg │ │ ├── DOS32_loader.0a.sg │ │ ├── DOS_16M.0a.sg │ │ ├── DOS_32A.0a.sg │ │ ├── Digital_Research_C.4.sg │ │ ├── Disk_eXPress.1.sg │ │ ├── EMMXXXX0_check.0a.sg │ │ ├── EXETools_COM2EXE.1.sg │ │ ├── EXE_Manager.2.sg │ │ ├── EXE_Packer.2.sg │ │ ├── EXE_encryption.2.sg │ │ ├── Eliashim's_CodeTrack.1.sg │ │ ├── File_Shield.1.sg │ │ ├── Fitted_Modula-2.4.sg │ │ ├── GFX_to_EXE.1.sg │ │ ├── GamBit_Pro_Library.1.sg │ │ ├── GameWizard_DOS_Extender.0a.sg │ │ ├── Graphic_WorkShop.1.sg │ │ ├── Guardian_Angel.2.sg │ │ ├── H+BEDV_SelfCheck.1.sg │ │ ├── Header_Changer.2.sg │ │ ├── Hi-Tech_C.4.sg │ │ ├── HyperLOCK_386.2.sg │ │ ├── IBM_PC_Pascal.4.sg │ │ ├── John_Socha_Library.3.sg │ │ ├── Khrome_Crypt.2.sg │ │ ├── LSI_C.4.sg │ │ ├── L_O_V_E__FORTH.4.sg │ │ ├── Lahey_Fortran.4.sg │ │ ├── Lattice_C.4.sg │ │ ├── Logitech_Modula-2.4.sg │ │ ├── Meridian_Ada.4.sg │ │ ├── Meridian_Pascal.4.sg │ │ ├── MetaWare_High_C.4.sg │ │ ├── MetaWare_Professional_Pascal.4.sg │ │ ├── Micro_Focus_Cobol.4.sg │ │ ├── Micro_Focus_DOS_extender.0a.sg │ │ ├── Microsoft_Basic.4.sg │ │ ├── Microsoft_C.4.sg │ │ ├── Microsoft_C_Library.3.sg │ │ ├── Microsoft_Fortran.4.sg │ │ ├── Microsoft_Quick_Basic.4.sg │ │ ├── Microsoft_Quick_Pascal.4.sg │ │ ├── Microsoft_RTL.3.sg │ │ ├── Microsoft_RTL_(Clipper).3.sg │ │ ├── MultiLoop_Protection.2.sg │ │ ├── Netware_loader.1.sg │ │ ├── PDC_Prolog.4.sg │ │ ├── PK_sig.1.sg │ │ ├── PROPACK_SFX.1.sg │ │ ├── Pacific_C.4.sg │ │ ├── Panda_immunizer.1.sg │ │ ├── Pascal_MT+86.4.sg │ │ ├── Phar_Lap.0a.sg │ │ ├── RAR.6.sg │ │ ├── REC_small.1.sg │ │ ├── REC_small_AV.1.sg │ │ ├── RLE_com-packer.2.sg │ │ ├── RM_FORTRAN.4.sg │ │ ├── RTLink_VM_Manager.0a.sg │ │ ├── RTPatch_SFX.1.sg │ │ ├── Realia_Cobol.4.sg │ │ ├── Realia_SPITBOL.4.sg │ │ ├── SHOW_IT.1.sg │ │ ├── Self_UnStuffer.2.sg │ │ ├── Small_C.4.sg │ │ ├── StonyBrook_Pascal.4.sg │ │ ├── Sydex_SFX.1.sg │ │ ├── Topspeed_Modula.4.sg │ │ ├── UR_FORTH.4.sg │ │ ├── Unknown_cryptors.2.sg │ │ ├── Upper_Deck_Forth.4.sg │ │ ├── Visual_Cobol.4.sg │ │ ├── WWPACK_mutator.2.sg │ │ ├── Whitesmiths_C.4.sg │ │ ├── Window_book.1.sg │ │ ├── Wizardy_protection.1.sg │ │ ├── WordPerfect_EXEPack.2.sg │ │ ├── XOPEN+_Protection.2.sg │ │ ├── Zbikowski_C.4.sg │ │ ├── Zip.6.sg │ │ ├── Zortech(Symantec)_C.4.sg │ │ ├── Zurenava_DOS_Extender.0a.sg │ │ ├── _LE.0.sg │ │ ├── _LX.0.sg │ │ ├── _MSDOS.0.sg │ │ ├── _NE.0.sg │ │ ├── _init │ │ ├── anti-tracing_add-on.1.sg │ │ ├── compiler_ASIC-Basic.4.sg │ │ ├── compiler_Ada89.4.sg │ │ ├── compiler_ApBasic.4.sg │ │ ├── compiler_BAT2EXEC.4.sg │ │ ├── compiler_BSTAR_FORTH.4.sg │ │ ├── compiler_BatLite.4.sg │ │ ├── compiler_BetterBASIC.4.sg │ │ ├── compiler_CII-C.4.sg │ │ ├── compiler_Easy!-C.4.sg │ │ ├── compiler_GRASP.4.sg │ │ ├── compiler_MegaBasic.4.sg │ │ ├── compiler_MegaBasic1.4.sg │ │ ├── compiler_PCC.4.sg │ │ ├── compiler_Power_C.4.sg │ │ ├── compiler_SP-FORTH.4.sg │ │ ├── compiler_Symantec_BASIC.4.sg │ │ ├── compiler_Topspeed_C.4.sg │ │ ├── compiler_Turbo_Basic.4.sg │ │ ├── compiler_Turbo_Prolog.4.sg │ │ ├── compiler_WATCOM.4.sg │ │ ├── compiler_WPFORTH.4.sg │ │ ├── compiler_djgpp.4.sg │ │ ├── compiler_muLISP-87.4.sg │ │ ├── converter_EXE2COM.1.sg │ │ ├── converter_FromBAT.1.sg │ │ ├── converter_GRABBER.1.sg │ │ ├── converter_com2exe.2.sg │ │ ├── cryptor_EXE-Cryptor.2.sg │ │ ├── cryptor_TUCCRYP.2.sg │ │ ├── cryptor_deep-CRyPTer.2.sg │ │ ├── dos_extender.0a.sg │ │ ├── dos_extender1.0a.sg │ │ ├── dos_extender2.0a.sg │ │ ├── extender_Blinker.0a.sg │ │ ├── extender_CWSDPMI.0a.sg │ │ ├── extender_CauseWay_DOS_Extender.6.sg │ │ ├── extender_DOS32.0a.sg │ │ ├── extender_DOS4G.0a.sg │ │ ├── extender_DOSX16.0a.sg │ │ ├── extender_EMX.0a.sg │ │ ├── extender_Go32Stub.0a.sg │ │ ├── extender_PMODE.0a.sg │ │ ├── extender_PRO32.0a.sg │ │ ├── extender_RSX.0a.sg │ │ ├── extender_Stub-386.0a.sg │ │ ├── extender_TMTSTUB.0a.sg │ │ ├── extender_WDOSX.0a.sg │ │ ├── extender_WDOSX32.0a.sg │ │ ├── extender_XMLOD.0a.sg │ │ ├── extender_Xtender.0a.sg │ │ ├── immunizer_CPAV.1.sg │ │ ├── immunizer_F-XLOCK.1.sg │ │ ├── immunizer_Oyster.1.sg │ │ ├── immunizer_PGPROT.1.sg │ │ ├── immunizer_Palladix.1.sg │ │ ├── immunizer_TTW.1.sg │ │ ├── joiner_TurboChainer.1.sg │ │ ├── joiner_V-Load.1.sg │ │ ├── library_ParsecCollection.1.sg │ │ ├── loader_32stub.0a.sg │ │ ├── mbp_SHRINK.2.sg │ │ ├── other_AutoHack.1.sg │ │ ├── other_Coderunner.1.sg │ │ ├── other_DemoMaker.2.sg │ │ ├── overlay_overlays.6.sg │ │ ├── packer_32LiTe.2.sg │ │ ├── packer_AINEXE.2.sg │ │ ├── packer_AVPACK.2.sg │ │ ├── packer_Amisetup.1.sg │ │ ├── packer_COMPACK.2.sg │ │ ├── packer_CRYPACK.2.sg │ │ ├── packer_Compress-EXE.2.sg │ │ ├── packer_DIET.2.sg │ │ ├── packer_DSHIELD.2.sg │ │ ├── packer_DexEXE.2.sg │ │ ├── packer_EXECUTRIX.2.sg │ │ ├── packer_EXEPACK.2.sg │ │ ├── packer_ExeLITE.2.sg │ │ ├── packer_LGLZ.2.sg │ │ ├── packer_LZEXE.2.sg │ │ ├── packer_MSLite.1.sg │ │ ├── packer_Optlink.2.sg │ │ ├── packer_PGMPAK.2.sg │ │ ├── packer_PKEXE.2.sg │ │ ├── packer_PKLITE.2.sg │ │ ├── packer_PKTINY.2.sg │ │ ├── packer_PMWLite.2.sg │ │ ├── packer_PRO-PACK.2.sg │ │ ├── packer_Pack.2.sg │ │ ├── packer_Packers.2.sg │ │ ├── packer_RERP.2.sg │ │ ├── packer_RIXEPACK.2.sg │ │ ├── packer_RJcrush.2.sg │ │ ├── packer_Relpack.2.sg │ │ ├── packer_SCRNCH.2.sg │ │ ├── packer_SEA-AXE.2.sg │ │ ├── packer_Scramb.2.sg │ │ ├── packer_Shrinker.2.sg │ │ ├── packer_TSCRUNCH.2.sg │ │ ├── packer_Tenth_Planet.2.sg │ │ ├── packer_TinyProg.2.sg │ │ ├── packer_Tinyprot.2.sg │ │ ├── packer_UCEXE.2.sg │ │ ├── packer_UPX.2.sg │ │ ├── packer_WWPACK.2.sg │ │ ├── packer_XPACK.2.sg │ │ ├── packer_ZIPSCRUB.2.sg │ │ ├── packer_aPACK.2.sg │ │ ├── patcher_Patchers.1.sg │ │ ├── protector_$pirit.2.sg │ │ ├── protector_ABKprot.2.sg │ │ ├── protector_AEP.2.sg │ │ ├── protector_ALEC.2.sg │ │ ├── protector_ANTI-TRACE.2.sg │ │ ├── protector_AVAST_CRC-Check.2.sg │ │ ├── protector_Aluwain.2.sg │ │ ├── protector_Anti-LAME.2.sg │ │ ├── protector_Antilame.2.sg │ │ ├── protector_Bitlok.2.sg │ │ ├── protector_Bunny.2.sg │ │ ├── protector_CC.2.sg │ │ ├── protector_CEPexe.2.sg │ │ ├── protector_CERBERUS.2.sg │ │ ├── protector_COMCRYPT.2.sg │ │ ├── protector_COMPROTECT.2.sg │ │ ├── protector_CONVOY.2.sg │ │ ├── protector_CRYPTEXE.2.sg │ │ ├── protector_China Locker.2.sg │ │ ├── protector_Ciphator.2.sg │ │ ├── protector_Codesafe.2.sg │ │ ├── protector_ComProtector.2.sg │ │ ├── protector_ComprEXE.2.sg │ │ ├── protector_Copy_Protector.2.sg │ │ ├── protector_Copylock_PC.2.sg │ │ ├── protector_CrAcKeR.2.sg │ │ ├── protector_CrackStop.2.sg │ │ ├── protector_Cruncher.2.sg │ │ ├── protector_CryExe.2.sg │ │ ├── protector_CryptCom.2.sg │ │ ├── protector_CrypteXeC.2.sg │ │ ├── protector_Crypto-box.2.sg │ │ ├── protector_DCREXE.2.sg │ │ ├── protector_DMC.2.sg │ │ ├── protector_Deeper.2.sg │ │ ├── protector_E-PROT.2.sg │ │ ├── protector_EEXE.2.sg │ │ ├── protector_EPW.2.sg │ │ ├── protector_ETS.1.sg │ │ ├── protector_EXE-Crypt.2.sg │ │ ├── protector_EXE-Protect.2.sg │ │ ├── protector_EXEGUARD.2.sg │ │ ├── protector_EXEHigh.2.sg │ │ ├── protector_EXETools.2.sg │ │ ├── protector_Encriptor.2.sg │ │ ├── protector_Enkryptonator.2.sg │ │ ├── protector_ExeCode.2.sg │ │ ├── protector_ExeLock.2.sg │ │ ├── protector_FACRYPT.2.sg │ │ ├── protector_FSE.2.sg │ │ ├── protector_GA-Header.2.sg │ │ ├── protector_GOAT.1.sg │ │ ├── protector_HACKSTOP.2.sg │ │ ├── protector_HASP.2.sg │ │ ├── protector_HEALTH.2.sg │ │ ├── protector_HaSPeX-Protect.2.sg │ │ ├── protector_Hardlock.2.sg │ │ ├── protector_Inertia.2.sg │ │ ├── protector_Int01-Destroyer.2.sg │ │ ├── protector_Ironthorn.2.sg │ │ ├── protector_JAM.2.sg │ │ ├── protector_JmCryptExe.2.sg │ │ ├── protector_Joke.2.sg │ │ ├── protector_KeyMaker.2.sg │ │ ├── protector_Kvetch.2.sg │ │ ├── protector_LOCK.2.sg │ │ ├── protector_LOCK91.2.sg │ │ ├── protector_LamerStop.2.sg │ │ ├── protector_LockTite+.2.sg │ │ ├── protector_MEGALITE.2.sg │ │ ├── protector_MESS.2.sg │ │ ├── protector_Maker.2.sg │ │ ├── protector_Mandrake.2.sg │ │ ├── protector_MutaWWP.2.sg │ │ ├── protector_Mutate.2.sg │ │ ├── protector_NOCLIP.2.sg │ │ ├── protector_NOTA.2.sg │ │ ├── protector_NTShell.2.sg │ │ ├── protector_Nodebug.2.sg │ │ ├── protector_Novex.2.sg │ │ ├── protector_Overlay.2.sg │ │ ├── protector_PACKWIN.2.sg │ │ ├── protector_PC-Guard.2.sg │ │ ├── protector_PCOM.2.sg │ │ ├── protector_PROTECT.2.sg │ │ ├── protector_PVAC.2.sg │ │ ├── protector_PassEXE.2.sg │ │ ├── protector_Pksmart.2.sg │ │ ├── protector_ProtEXE.2.sg │ │ ├── protector_Protector.2.sg │ │ ├── protector_Quadru-Lock.2.sg │ │ ├── protector_R-Crypt.2.sg │ │ ├── protector_REC.2.sg │ │ ├── protector_RHC.2.sg │ │ ├── protector_ROSETINY.2.sg │ │ ├── protector_SSI-Lock.2.sg │ │ ├── protector_Secure.2.sg │ │ ├── protector_SelfChk.2.sg │ │ ├── protector_Shrink.2.sg │ │ ├── protector_SnoopStop.2.sg │ │ ├── protector_SuckStop.2.sg │ │ ├── protector_TCEC.2.sg │ │ ├── protector_TraceLock.2.sg │ │ ├── protector_Trap.2.sg │ │ ├── protector_Un2pack.2.sg │ │ ├── protector_UnPackStop.2.sg │ │ ├── protector_XDOC.2.sg │ │ ├── protector_aPatch.2.sg │ │ ├── protector_cramble.2.sg │ │ ├── protector_iLUCRYPT.2.sg │ │ ├── protector_nbuild.2.sg │ │ ├── runtime_VROOMM.4.sg │ │ ├── self-displayer_ANS2ALL.1.sg │ │ ├── self-displayer_GIFEXE.1.sg │ │ ├── self-displayer_RELETTER.1.sg │ │ ├── self-displayer_SimplyWare.1.sg │ │ ├── self-displayer_TXT2COM.1.sg │ │ ├── self-displayer_TXTmaker.1.sg │ │ ├── self-displayer_Txt2Exe.1.sg │ │ ├── self-displayer_self-displayer.1.sg │ │ ├── sfx_ARC.1.sg │ │ ├── sfx_ARJ.1.sg │ │ ├── sfx_ChSFX.1.sg │ │ ├── sfx_EXARJ.1.sg │ │ ├── sfx_ICE.1.sg │ │ ├── sfx_LH.1.sg │ │ ├── sfx_LHA.1.sg │ │ ├── sfx_LHarc.1.sg │ │ ├── sfx_PKSFX.1.sg │ │ ├── sfx_PKZIP-SFX.1.sg │ │ ├── sfx_PKZIP_mini-sfx.1.sg │ │ ├── sfx_SFX.1.sg │ │ ├── sfx_ZOO.1.sg │ │ ├── unknown_immunizer.1.sg │ │ └── virus.1.sg │ ├── NE/ │ │ ├── _NE.0.sg │ │ ├── _init │ │ ├── compiler_Borland_C++.1.sg │ │ ├── compiler_Borland_Pascal.1.sg │ │ ├── compiler_Watcom_C.1.sg │ │ ├── game_engine_DirectorPlayer.1.sg │ │ ├── installer_CoktelVisionInstaller.1.sg │ │ ├── installer_Setup-Specialist.1.sg │ │ ├── library_MS_RTL.4.sg │ │ ├── sfx_ARC_SFX.1.sg │ │ ├── sfx_PKZIP-SFX.1.sg │ │ └── sfx_Sydex_SFX.1.sg │ ├── NPM/ │ │ ├── _NPM.0.sg │ │ ├── _init │ │ ├── language_JavaScript.5.sg │ │ ├── language_TypeScript.5.sg │ │ └── package_PackageName.1.sg │ ├── PDF/ │ │ ├── _PDF.0.sg │ │ ├── _init │ │ ├── converter_markdown-pdf.3.sg │ │ ├── converter_mdpdf.3.sg │ │ ├── format_HeaderComment.2.sg │ │ ├── format_PersonalData.5.sg │ │ ├── format_RTSN_secure.1.sg │ │ └── format_Tools.2.sg │ ├── PE/ │ │ ├── ACE.6.sg │ │ ├── Cab.6.sg │ │ ├── Microsoft.6.sg │ │ ├── Microsoft_Class_Installer.1.sg │ │ ├── Microsoft_Compound-based_installer.1.sg │ │ ├── Microsoft_Help.1.sg │ │ ├── Microsoft_JScript.6.sg │ │ ├── _FixDetects.9.sg │ │ ├── _NetCompilersLibs.4.sg │ │ ├── _PE.0.sg │ │ ├── __GenericHeuristicAnalysis_By_DosX.7.sg │ │ ├── _debug_data.5.sg │ │ ├── _init │ │ ├── archive_7z.6.sg │ │ ├── arj.6.sg │ │ ├── compiler_BatchToApp.6.sg │ │ ├── compiler_BeRo_Tiny_Pascal.6.sg │ │ ├── compiler_Borland_C++.6.sg │ │ ├── compiler_Cygwin32.4.sg │ │ ├── compiler_DECFortran.4.sg │ │ ├── compiler_DMD.6.sg │ │ ├── compiler_DarkBASIC.4.sg │ │ ├── compiler_Delphi.4.sg │ │ ├── compiler_EuroASM.4.sg │ │ ├── compiler_Excelsior_JET.4.sg │ │ ├── compiler_FASM.4.sg │ │ ├── compiler_FreeBasic.6.sg │ │ ├── compiler_Free_Pascal.6.sg │ │ ├── compiler_Go.4.sg │ │ ├── compiler_IBM_VisualAge_C.6.sg │ │ ├── compiler_IBM_VisualAge_COBOL.6.sg │ │ ├── compiler_IBM_VisualAge_PL_I.6.sg │ │ ├── compiler_Intel_C.6.sg │ │ ├── compiler_Kotlin.4.sg │ │ ├── compiler_LCC-Win32.4.sg │ │ ├── compiler_LDC.6.sg │ │ ├── compiler_LLVM.6.sg │ │ ├── compiler_Lahey_Fortran_90.4.sg │ │ ├── compiler_MinGW.6.sg │ │ ├── compiler_Nim.4.sg │ │ ├── compiler_Pelles_C.6.sg │ │ ├── compiler_PerlApp.1.sg │ │ ├── compiler_PowerBASIC.4.sg │ │ ├── compiler_PureBasic.4.sg │ │ ├── compiler_RADBasic.6.sg │ │ ├── compiler_RealBasic.4.sg │ │ ├── compiler_RosASM.4.sg │ │ ├── compiler_Rust.4.sg │ │ ├── compiler_SpASM.4.sg │ │ ├── compiler_Swift.6.sg │ │ ├── compiler_Symantec_C.6.sg │ │ ├── compiler_TASM32.4.sg │ │ ├── compiler_Virtual_Pascal.4.sg │ │ ├── compiler_Visual_Objects.4.sg │ │ ├── compiler_Visual_Prolog.4.sg │ │ ├── compiler_Watcom.6.sg │ │ ├── compiler_WutaoEPL.6.sg │ │ ├── compiler_Xbase.4.sg │ │ ├── compiler_Zig.4.sg │ │ ├── compiler_tcc.6.sg │ │ ├── compiler_twinBASIC.6.sg │ │ ├── cryptor_Amber.2.sg │ │ ├── cryptor_AverCryptor.2.sg │ │ ├── cryptor_BattleshipCrypter.2.sg │ │ ├── cryptor_CronosCrypter.1.sg │ │ ├── cryptor_CryptEngine_MalwareCryptor.2.sg │ │ ├── cryptor_Duals_eXe_Encryptor.2.sg │ │ ├── cryptor_EXECryptor.2.sg │ │ ├── cryptor_Huan.1.sg │ │ ├── cryptor_KCryptor.2.sg │ │ ├── cryptor_Kryptonit.2.sg │ │ ├── cryptor_LimeCrypter.2.sg │ │ ├── cryptor_NativeCryptor_by_DosX.2.sg │ │ ├── cryptor_PEUnion.2.sg │ │ ├── cryptor_RCryptor.2.sg │ │ ├── cryptor_RDG_Tejon_Crypter.2.sg │ │ ├── cryptor_ReXCrypter.2.sg │ │ ├── cryptor_Stones_PE_Encryptor.2.sg │ │ ├── cryptor_Virogen_Crypt.2.sg │ │ ├── cryptor_XorCryptor.2.sg │ │ ├── cryptor_Yodas_Crypter.2.sg │ │ ├── custom_sfx_installers.1.sg │ │ ├── dotnet_only/ │ │ │ └── about.txt │ │ ├── emulator_Wine.3.sg │ │ ├── engine_AGS.1.sg │ │ ├── format_AutoHotKey.3.sg │ │ ├── format_AutoIt.3.sg │ │ ├── game_engine_Atlas.3.sg │ │ ├── game_engine_DEV7.3.sg │ │ ├── game_engine_Director.3.sg │ │ ├── game_engine_Godot.3.sg │ │ ├── game_engine_Wintermute.3.sg │ │ ├── game_engine_XPAT.3.sg │ │ ├── game_engine_Xash.3.sg │ │ ├── installer_ACCAStore.1.sg │ │ ├── installer_AOLSetup.1.sg │ │ ├── installer_Acronis_installer.1.sg │ │ ├── installer_Actual_Installer.1.sg │ │ ├── installer_Adobe_FlashPlayer_downloader.1.sg │ │ ├── installer_Adobe_installers.1.sg │ │ ├── installer_Advanced_installer.1.sg │ │ ├── installer_Adveractive.1.sg │ │ ├── installer_Aeco_installer.1.sg │ │ ├── installer_Alchemy_Mindworks_installer.1.sg │ │ ├── installer_Astrum.1.sg │ │ ├── installer_AutoPlay_Media_Studio.1.sg │ │ ├── installer_Autodesk_Self-Extract.1.sg │ │ ├── installer_AutorunProEnterprise.1.sg │ │ ├── installer_AutorunProEnterpriseII.1.sg │ │ ├── installer_BitRock_Installer.1.sg │ │ ├── installer_Bytessence_Install_Maker.1.sg │ │ ├── installer_CNetX.1.sg │ │ ├── installer_CSDD_installer.1.sg │ │ ├── installer_CZ_installer.1.sg │ │ ├── installer_Calibre_installer.1.sg │ │ ├── installer_Chaos_Software_installer.1.sg │ │ ├── installer_ClickTeam.1.sg │ │ ├── installer_Codegear_Installer.1.sg │ │ ├── installer_CreateInstall.1.sg │ │ ├── installer_CrypKey_Installer.1.sg │ │ ├── installer_DeployMaster.1.sg │ │ ├── installer_DesktopX_Installer.1.sg │ │ ├── installer_Eschalon_installer.1.sg │ │ ├── installer_Excelsior_Installer.1.sg │ │ ├── installer_FDM_Installer.1.sg │ │ ├── installer_GPInstall.1.sg │ │ ├── installer_Gentee_Installer.1.sg │ │ ├── installer_Ghost_Installer.1.sg │ │ ├── installer_Gremlin_Patcher.1.sg │ │ ├── installer_I-D_Media_installer.1.sg │ │ ├── installer_IDM_Installer.1.sg │ │ ├── installer_INTENIUM.1.sg │ │ ├── installer_Inno_Setup_Module.1.sg │ │ ├── installer_Instalit.1.sg │ │ ├── installer_Install4j_installer.1.sg │ │ ├── installer_InstallAnywhere.1.sg │ │ ├── installer_InstallShield.1.sg │ │ ├── installer_InstallUs.1.sg │ │ ├── installer_Install_Factory.1.sg │ │ ├── installer_LucasArts_Update_Installer.1.sg │ │ ├── installer_Miktex_Installer.1.sg │ │ ├── installer_Mioplanet_installer.1.sg │ │ ├── installer_Morton_installer.1.sg │ │ ├── installer_Multimedia_Fusion_Installer.1.sg │ │ ├── installer_Myriad_Install.1.sg │ │ ├── installer_NOS_Installer.1.sg │ │ ├── installer_Nullsoft_Scriptable_Install_System.1.sg │ │ ├── installer_O'Setup95.1.sg │ │ ├── installer_PCInstall.1.sg │ │ ├── installer_PIMP.1.sg │ │ ├── installer_PackageForTheWeb.1.sg │ │ ├── installer_Pantaray_QSetup.1.sg │ │ ├── installer_Paquet_Builder.1.sg │ │ ├── installer_Quick_Install.1.sg │ │ ├── installer_RNsetup.1.sg │ │ ├── installer_SCE_installer.1.sg │ │ ├── installer_STATICSUP.1.sg │ │ ├── installer_Setup-Specialist.1.sg │ │ ├── installer_Setup_Factory.1.sg │ │ ├── installer_SfxCA.1.sg │ │ ├── installer_Smart_Install_Maker.1.sg │ │ ├── installer_Sony_Windows_Installer.1.sg │ │ ├── installer_Spoon_Installer.1.sg │ │ ├── installer_Squirrel.1.sg │ │ ├── installer_SwiftView_installer.1.sg │ │ ├── installer_Synactis_In-The-Box_Installer.1.sg │ │ ├── installer_Tarma_Installer.1.sg │ │ ├── installer_Themepak.1.sg │ │ ├── installer_UFI_installer.1.sg │ │ ├── installer_VMWare.1.sg │ │ ├── installer_Vise.1.sg │ │ ├── installer_WiX_Toolset_installer.1.sg │ │ ├── installer_WinRAR_Installer.1.sg │ │ ├── installer_Winamp_Installer.1.sg │ │ ├── installer_Windows_Installer.1.sg │ │ ├── installer_Wise_Installer.1.sg │ │ ├── installer_Xoreax_installer.1.sg │ │ ├── installer_distutils.1.sg │ │ ├── installer_sqx.1.sg │ │ ├── joiner_Celesty_File_Binder.1.sg │ │ ├── joiner_ExeSplitter.1.sg │ │ ├── joiner_FreeJoiner.1.sg │ │ ├── joiner_MicroJoiner.1.sg │ │ ├── joiner_N-Joiner.1.sg │ │ ├── joiner_OxiJoiner.2.sg │ │ ├── joiner_RJoiner.1.sg │ │ ├── joiner_SFXRun.1.sg │ │ ├── joiner_inPEct.1.sg │ │ ├── library_16Edit.4.sg │ │ ├── library_7z.4.sg │ │ ├── library_AMD_FSR.4.sg │ │ ├── library_AMD_GraphicalServices.4.sg │ │ ├── library_ASIPort.4.sg │ │ ├── library_AjaxMin.4.sg │ │ ├── library_Alibaba_CloudSDK.4.sg │ │ ├── library_Amazon_CloudWatch.4.sg │ │ ├── library_Amazon_CloudWatchLogs.4.sg │ │ ├── library_Amazon_DynamoDB.4.sg │ │ ├── library_Amazon_ElasticComputeCloudService.4.sg │ │ ├── library_Amazon_Glue.4.sg │ │ ├── library_Amazon_Kinesis.4.sg │ │ ├── library_Amazon_Lambda.4.sg │ │ ├── library_Amazon_RelationalDatabaseService.4.sg │ │ ├── library_Amazon_SecretsManager.4.sg │ │ ├── library_Amazon_SecurityToken.4.sg │ │ ├── library_Amazon_ServicesSDK.4.sg │ │ ├── library_Amazon_SimpleEmail.4.sg │ │ ├── library_Amazon_SimpleQueueService.4.sg │ │ ├── library_Amazon_SimpleStorageService.4.sg │ │ ├── library_Amazon_SingleSignOn.4.sg │ │ ├── library_Amazon_X-Ray.4.sg │ │ ├── library_AngleSharp.4.sg │ │ ├── library_Antlr.4.sg │ │ ├── library_AppleSoftwareUpdate.4.sg │ │ ├── library_Argon2.4.sg │ │ ├── library_AtMsg32.4.sg │ │ ├── library_Atlantic.4.sg │ │ ├── library_Authorwave.4.sg │ │ ├── library_Autofac.4.sg │ │ ├── library_BenchmarkDotNet.4.sg │ │ ├── library_Boost.4.sg │ │ ├── library_BrotliSharpLib.4.sg │ │ ├── library_CUDA-Driver.4.sg │ │ ├── library_Castle.Net.4.sg │ │ ├── library_ChilkatNativeLib.4.sg │ │ ├── library_Chromium_Embedded_Framework.4.sg │ │ ├── library_Chromium_WebView.4.sg │ │ ├── library_CliWrap.4.sg │ │ ├── library_ClosedXML.4.sg │ │ ├── library_CodeBase.4.sg │ │ ├── library_CommandLineParser.4.sg │ │ ├── library_Costura.Fody.4.sg │ │ ├── library_Crc32_NET.4.sg │ │ ├── library_Crc_NET.4.sg │ │ ├── library_CsvHelper.4.sg │ │ ├── library_D3DRM.4.sg │ │ ├── library_D3DXOF.4.sg │ │ ├── library_Dapper.4.sg │ │ ├── library_DeepCloner.4.sg │ │ ├── library_Direct2D.4.sg │ │ ├── library_Direct3D.4.sg │ │ ├── library_DirectDraw.4.sg │ │ ├── library_DirectInput.4.sg │ │ ├── library_DirectSound.4.sg │ │ ├── library_DirectX.4.sg │ │ ├── library_DirectorAPI.4.sg │ │ ├── library_Discord.Net.4.sg │ │ ├── library_DnsClient.NET.4.sg │ │ ├── library_Dryloc.4.sg │ │ ├── library_EAX_Unified.4.sg │ │ ├── library_EcmaScript_NET.4.sg │ │ ├── library_Edit_Dev.4.sg │ │ ├── library_ElectronApp.4.sg │ │ ├── library_EpicGames.4.sg │ │ ├── library_ExcelDataReader.4.sg │ │ ├── library_ExcelNumberFormat.4.sg │ │ ├── library_ExifLibNet.4.sg │ │ ├── library_FAAD.4.sg │ │ ├── library_FFmpeg.4.sg │ │ ├── library_FastExpressionCompiler.4.sg │ │ ├── library_FastMember.4.sg │ │ ├── library_FastRsync_NET.4.sg │ │ ├── library_Fastenshtein.4.sg │ │ ├── library_Fasterflect.4.sg │ │ ├── library_FlashPlayer.1.sg │ │ ├── library_FluentValidation.4.sg │ │ ├── library_Fox_Pro.4.sg │ │ ├── library_FusionCache.4.sg │ │ ├── library_FuzzySharp.4.sg │ │ ├── library_GitLabApiClient.4.sg │ │ ├── library_GoldSrc.3.sg │ │ ├── library_Google_APIs.4.sg │ │ ├── library_Google_ProtoBuf.4.sg │ │ ├── library_Harmony.4.sg │ │ ├── library_HtmlAgilityPack.4.sg │ │ ├── library_Humanizer.4.sg │ │ ├── library_ImageSharp.4.sg │ │ ├── library_Intel_IPP.4.sg │ │ ├── library_Intel_TBB.4.sg │ │ ├── library_Intel_XeSS.4.sg │ │ ├── library_Irony.4.sg │ │ ├── library_LCL.5.sg │ │ ├── library_LINQKit.4.sg │ │ ├── library_LZMA.4.sg │ │ ├── library_LazyCache.4.sg │ │ ├── library_Lego1.4.sg │ │ ├── library_LibLog.4.sg │ │ ├── library_LibNoise.4.sg │ │ ├── library_LibPhoneNumber_NET.4.sg │ │ ├── library_LibSassBuilder.4.sg │ │ ├── library_LibVLCSharp.4.sg │ │ ├── library_LiteDB.4.sg │ │ ├── library_LoadServ.4.sg │ │ ├── library_Lua_Runtime.4.sg │ │ ├── library_MacroMix.4.sg │ │ ├── library_MailKit.4.sg │ │ ├── library_ManagedCuda.4.sg │ │ ├── library_Mapster.4.sg │ │ ├── library_Markdig.4.sg │ │ ├── library_MassTransit.4.sg │ │ ├── library_MediatR.4.sg │ │ ├── library_MemoryPack.4.sg │ │ ├── library_MessagePack.4.sg │ │ ├── library_Microsoft_AzureSDK.4.sg │ │ ├── library_Microsoft_Azure_SDK.4.sg │ │ ├── library_Microsoft_C_Runtime.4.sg │ │ ├── library_Microsoft_Edge_WebView.4.sg │ │ ├── library_Microsoft_NET_Runtime.4.sg │ │ ├── library_Microsoft_OpenAPI.4.sg │ │ ├── library_MilesSoundSystem.4.sg │ │ ├── library_MimeKit.4.sg │ │ ├── library_MongoDB.NET.4.sg │ │ ├── library_MonkeyCache.4.sg │ │ ├── library_Moq.4.sg │ │ ├── library_NJsonSchema.4.sg │ │ ├── library_NSubstitute.4.sg │ │ ├── library_NUnit.4.sg │ │ ├── library_Nerdbank.Streams.4.sg │ │ ├── library_Newtonsoft.Json.4.sg │ │ ├── library_Ninject.4.sg │ │ ├── library_NodaTime.4.sg │ │ ├── library_Nvidia_DLSS.4.sg │ │ ├── library_Nvidia_PhysX.4.sg │ │ ├── library_Nvidia_Streamline.4.sg │ │ ├── library_OodleCompression.4.sg │ │ ├── library_OpenAI.4.sg │ │ ├── library_OpenAL.4.sg │ │ ├── library_OpenCL.4.sg │ │ ├── library_OpenCV.4.sg │ │ ├── library_OpenColorIO.4.sg │ │ ├── library_OpenGL.4.sg │ │ ├── library_OpenIddict.4.sg │ │ ├── library_OpenSSL.4.sg │ │ ├── library_OpenTelemetry.4.sg │ │ ├── library_OpusAudio.4.sg │ │ ├── library_PdfPig.4.sg │ │ ├── library_Perfolizer.4.sg │ │ ├── library_Perl.3.sg │ │ ├── library_Plivo.4.sg │ │ ├── library_Polly.4.sg │ │ ├── library_PortAudio.4.sg │ │ ├── library_Python.4.sg │ │ ├── library_QMixer.4.sg │ │ ├── library_Qt.4.sg │ │ ├── library_RADVideoTools.4.sg │ │ ├── library_RNNoise.4.sg │ │ ├── library_RabbitMQ.4.sg │ │ ├── library_RamlToOpenApiConverter.4.sg │ │ ├── library_RestSharp.4.sg │ │ ├── library_SDL.4.sg │ │ ├── library_ScePad.4.sg │ │ ├── library_ScriptHookV.4.sg │ │ ├── library_Scrutor.4.sg │ │ ├── library_SecretRabbitCode.4.sg │ │ ├── library_Serilog.4.sg │ │ ├── library_SharpCompress.4.sg │ │ ├── library_SharpZipLib.4.sg │ │ ├── library_Sigil.4.sg │ │ ├── library_SkiaSharp.4.sg │ │ ├── library_Smacker.4.sg │ │ ├── library_SmartHeap.4.sg │ │ ├── library_Snappier.4.sg │ │ ├── library_Spectre.Console.4.sg │ │ ├── library_Stackify.4.sg │ │ ├── library_Starkbank_ECDSA.4.sg │ │ ├── library_Steam.4.sg │ │ ├── library_Swashbuckle.AspNetCore.4.sg │ │ ├── library_TNTSI.4.sg │ │ ├── library_Tabula.4.sg │ │ ├── library_Telegram.Bot.4.sg │ │ ├── library_Twilio.4.sg │ │ ├── library_Twilio_SendGrid.4.sg │ │ ├── library_UAParser.4.sg │ │ ├── library_Unity.4.sg │ │ ├── library_VFW.4.sg │ │ ├── library_Vorbis.4.sg │ │ ├── library_Vulkan.4.sg │ │ ├── library_WF.Guna.UI2.4.sg │ │ ├── library_WF.Krypton.4.sg │ │ ├── library_WF.MetroFramework.4.sg │ │ ├── library_WF.ReaLTaiizor.4.sg │ │ ├── library_WF_WPF.MaterialSkin.4.sg │ │ ├── library_WPF.AvalonEdit.4.sg │ │ ├── library_WPF.ControlzEx.4.sg │ │ ├── library_WPF.MahApps_Metro.4.sg │ │ ├── library_WebActivatorEx.4.sg │ │ ├── library_WinSparkle.4.sg │ │ ├── library_WwiseAudioEngine.4.sg │ │ ├── library_XLive.4.sg │ │ ├── library_XPatFC.4.sg │ │ ├── library_Xerces-CPP.4.sg │ │ ├── library_Xojo.4.sg │ │ ├── library_YUICompressor_NET.4.sg │ │ ├── library_YamlDotNet.4.sg │ │ ├── library_ZstdSharp.4.sg │ │ ├── library_Zydis.4.sg │ │ ├── library_combres.4.sg │ │ ├── library_curl.4.sg │ │ ├── library_discord-rpc.4.sg │ │ ├── library_dotless.4.sg │ │ ├── library_expat_xml_parser.4.sg │ │ ├── library_gRPC_NET.4.sg │ │ ├── library_iMuse.4.sg │ │ ├── library_java.3.sg │ │ ├── library_libfvad.4.sg │ │ ├── library_libpng.4.sg │ │ ├── library_log4net.4.sg │ │ ├── library_lz4net.4.sg │ │ ├── library_nClam.4.sg │ │ ├── library_rlottie.4.sg │ │ ├── library_sqlite.4.sg │ │ ├── library_wxWidgets.5.sg │ │ ├── library_xUnit.net.4.sg │ │ ├── library_zlib.4.sg │ │ ├── linkers.6.sg │ │ ├── marker_AMD_PowerXpress.5.sg │ │ ├── marker_Nvidia_Optimus.5.sg │ │ ├── native_only/ │ │ │ └── about.txt │ │ ├── other_Dolphin_VM.1.sg │ │ ├── other_FileSplit_Self-Merger.2.sg │ │ ├── other_GSplit.1.sg │ │ ├── packer_32LiTe.2.sg │ │ ├── packer_AHpacker.2.sg │ │ ├── packer_ANDpakk.2.sg │ │ ├── packer_ASDPack.2.sg │ │ ├── packer_ASPack.2.sg │ │ ├── packer_Advanced_BAT_to_EXE_Converter.2.sg │ │ ├── packer_AlushPacker.2.sg │ │ ├── packer_Anskya_NTPacker_Generator.2.sg │ │ ├── packer_AtomPePacker.2.sg │ │ ├── packer_BatToExe.2.sg │ │ ├── packer_BatToExeConverter.2.sg │ │ ├── packer_BeRoEXEPacker.2.sg │ │ ├── packer_BoxedApp.2.sg │ │ ├── packer_CExe.2.sg │ │ ├── packer_CICompress.2.sg │ │ ├── packer_Cxfreeze.2.sg │ │ ├── packer_DxPack.2.sg │ │ ├── packer_EXE32Pack.2.sg │ │ ├── packer_ExE_Pack.2.sg │ │ ├── packer_FSG.2.sg │ │ ├── packer_Fatpack.2.sg │ │ ├── packer_HTML_executable.1.sg │ │ ├── packer_JDPack.2.sg │ │ ├── packer_KByS.2.sg │ │ ├── packer_MEW.2.sg │ │ ├── packer_MPRESS.2.sg │ │ ├── packer_MoleBox.2.sg │ │ ├── packer_Mystic_Compressor.2.sg │ │ ├── packer_NETZ.2.sg │ │ ├── packer_NOS_Packer.2.sg │ │ ├── packer_NTPacker.2.sg │ │ ├── packer_NTShell.2.sg │ │ ├── packer_NakedPacker.2.sg │ │ ├── packer_NeoLite.2.sg │ │ ├── packer_NodeJS_Nexe.2.sg │ │ ├── packer_NodeJS_Pkg.2.sg │ │ ├── packer_NsPack.2.sg │ │ ├── packer_Nuitka.2.sg │ │ ├── packer_PACKWIN.2.sg │ │ ├── packer_PE-PACK.sg │ │ ├── packer_PECompact.2.sg │ │ ├── packer_PKLITE.2.sg │ │ ├── packer_Pack_Master.2.sg │ │ ├── packer_Packanoid.2.sg │ │ ├── packer_Packman.2.sg │ │ ├── packer_PeX.2.sg │ │ ├── packer_Petite.2.sg │ │ ├── packer_PyInstaller.2.sg │ │ ├── packer_QuestPowerGUI.2.sg │ │ ├── packer_RLPack.2.sg │ │ ├── packer_SC_Pack.2.sg │ │ ├── packer_SecuPack.2.sg │ │ ├── packer_SerGreen_Appacker.2.sg │ │ ├── packer_SimplePackerByEronana.2.sg │ │ ├── packer_Simple_Pack.2.sg │ │ ├── packer_Software_Compress.2.sg │ │ ├── packer_Squishy.2.sg │ │ ├── packer_TPP_Pack.2.sg │ │ ├── packer_TheArk.2.sg │ │ ├── packer_UPX.2.sg │ │ ├── packer_VPacker.2.sg │ │ ├── packer_VbsToExeConverter.2.sg │ │ ├── packer_WWPack32.2.sg │ │ ├── packer_WinUpack.2.sg │ │ ├── packer_Windows_PE_Packer_by_Chenzs108.2.sg │ │ ├── packer_XComp.2.sg │ │ ├── packer_XPack.2.sg │ │ ├── packer_aPack.2.sg │ │ ├── packer_dePACK.2.sg │ │ ├── packer_ezip.2.sg │ │ ├── packer_hXOR.2.sg │ │ ├── packer_hmimys_PE-Pack.2.sg │ │ ├── packer_kkrunchy.2.sg │ │ ├── packer_mPack.2.sg │ │ ├── packer_mkfPack.2.sg │ │ ├── packer_nPack.2.sg │ │ ├── packer_netshrink.2.sg │ │ ├── packer_ps2exe.2.sg │ │ ├── packer_py2exe.2.sg │ │ ├── packer_scr2exe.2.sg │ │ ├── packer_yzPack.2.sg │ │ ├── patcher_CodeFusion_Wizard.1.sg │ │ ├── patcher_PMaker.1.sg │ │ ├── patcher_RPP.1.sg │ │ ├── patcher_RTPatch.1.sg │ │ ├── patcher_dUP.1.sg │ │ ├── patcher_simple_patch.1.sg │ │ ├── player_Power_Screen_Recorder.1.sg │ │ ├── protection_BattlEye.5.sg │ │ ├── protection_DS.Eutron_SmartKey_dongle.5.sg │ │ ├── protection_DS.HASP_dongle.5.sg │ │ ├── protection_DS.Hardlock_dongle.5.sg │ │ ├── protection_DS.MARX_Crypto-Box_dongle.5.sg │ │ ├── protection_DS.Matrix_Hardware_Lock_dongle.5.sg │ │ ├── protection_DS.NetHASP_dongle.5.sg │ │ ├── protection_DS.SenseLock_dongle.5.sg │ │ ├── protection_DS.Sentinel_SuperPro_dongle.5.sg │ │ ├── protection_DS.Sentinel_dongle.5.sg │ │ ├── protection_DS.SoftLok_dongle.5.sg │ │ ├── protection_DS.Unikey_dongle.5.sg │ │ ├── protection_DS.WIBU_Key_dongle.5.sg │ │ ├── protection_HASP_HL_Protection.5.sg │ │ ├── protection_Microsoft_Warbird.2.sg │ │ ├── protection_Softlocx.1.sg │ │ ├── protection_SteamStub.5.sg │ │ ├── protection_Wibu_Codemeter.1.sg │ │ ├── protection_obfus_h.5.sg │ │ ├── protection_obfusheader_h.5.sg │ │ ├── protector_ACProtect.2.sg │ │ ├── protector_AHTeam_EP_Protector.2.sg │ │ ├── protector_ASM_Guard.2.sg │ │ ├── protector_ASProtect.2.sg │ │ ├── protector_AT4RE.2.sg │ │ ├── protector_AZProtect_0001.2.sg │ │ ├── protector_AbyssMedia_ScriptCryptor.2.sg │ │ ├── protector_ActiveMark.2.sg │ │ ├── protector_Agile.2.sg │ │ ├── protector_Alcatraz.2.sg │ │ ├── protector_Alienyze.2.sg │ │ ├── protector_AntiDote.2.sg │ │ ├── protector_Anticrack_Software.2.sg │ │ ├── protector_ArmDot.2.sg │ │ ├── protector_Armadillo.2.sg │ │ ├── protector_Arxan.2.sg │ │ ├── protector_BJFnt.2.sg │ │ ├── protector_Babel_.NET.2.sg │ │ ├── protector_Berio.2.sg │ │ ├── protector_ByfronTech.2.sg │ │ ├── protector_ByteGuard.2.sg │ │ ├── protector_Cameyo.2.sg │ │ ├── protector_CliSecure.2.sg │ │ ├── protector_Code-Lock.2.sg │ │ ├── protector_CodeCrypt.2.sg │ │ ├── protector_CodeVeil.2.sg │ │ ├── protector_Code_Virtualizer.2.sg │ │ ├── protector_Codewall.2.sg │ │ ├── protector_Confuser.2.sg │ │ ├── protector_CopyMinder.2.sg │ │ ├── protector_Crinkler.2.sg │ │ ├── protector_Crunch.2.sg │ │ ├── protector_CrypKey.2.sg │ │ ├── protector_CrypToCrack.2.sg │ │ ├── protector_Cryptect.2.sg │ │ ├── protector_CryptoObfuscator.2.sg │ │ ├── protector_DBPE.2.sg │ │ ├── protector_DNGuard.2.sg │ │ ├── protector_DS.Sentinel_SuperPro.2.sg │ │ ├── protector_DYAMAR.2.sg │ │ ├── protector_DZA_Patcher.2.sg │ │ ├── protector_Daemon_Protect.2.sg │ │ ├── protector_DalKrypt.2.sg │ │ ├── protector_DeepSea.2.sg │ │ ├── protector_Denuvo.2.sg │ │ ├── protector_DotFix_Nice_Protect.2.sg │ │ ├── protector_Dotfuscator.2.sg │ │ ├── protector_DragonArmor.2.sg │ │ ├── protector_ENIGMA.2.sg │ │ ├── protector_EXEFog.2.sg │ │ ├── protector_EXE_Password_Protector.2.sg │ │ ├── protector_Eazfuscator.2.sg │ │ ├── protector_Elan_License_Manager.1.sg │ │ ├── protector_ElecKey.2.sg │ │ ├── protector_Escargot.2.sg │ │ ├── protector_Excalibur.2.sg │ │ ├── protector_ExeShield.2.sg │ │ ├── protector_ExeStealth.2.sg │ │ ├── protector_Exe_Guarder.2.sg │ │ ├── protector_Exe_Shield.2.sg │ │ ├── protector_FISH_.NET.2.sg │ │ ├── protector_FishPE_Shield.2.sg │ │ ├── protector_Fish_PE.2.sg │ │ ├── protector_FlashBack_Protector.2.sg │ │ ├── protector_G!X_Protector.2.sg │ │ ├── protector_GameGuard.2.sg │ │ ├── protector_Goats_PE_Mutilator.2.sg │ │ ├── protector_Goliath.2.sg │ │ ├── protector_HASP.2.sg │ │ ├── protector_HackShield.2.sg │ │ ├── protector_Hide&Protect.2.sg │ │ ├── protector_HidePE.2.sg │ │ ├── protector_HyperTech_Crackproof.2.sg │ │ ├── protector_ILProtector.2.sg │ │ ├── protector_ILUCRYPT.2.sg │ │ ├── protector_IProtect.2.sg │ │ ├── protector_Inquartos_Obfuscator.2.sg │ │ ├── protector_IntelliProtector.2.sg │ │ ├── protector_InxObfuscator.2.sg │ │ ├── protector_Jar2exe.1.sg │ │ ├── protector_KoiVM.2.sg │ │ ├── protector_Konekt_Protector.2.sg │ │ ├── protector_Krypton.2.sg │ │ ├── protector_LARP.2.sg │ │ ├── protector_LDK.2.sg │ │ ├── protector_LDK_.NET.2.sg │ │ ├── protector_LameCrypt.2.sg │ │ ├── protector_Laserlok.2.sg │ │ ├── protector_MSLRH.2.sg │ │ ├── protector_MZ0oPE.2.sg │ │ ├── protector_MaskPE.2.sg │ │ ├── protector_Maxtocode.2.sg │ │ ├── protector_Metrowerks_CodeWarrior.2.sg │ │ ├── protector_Morphnah.2.sg │ │ ├── protector_N-Code.2.sg │ │ ├── protector_N-Joy.2.sg │ │ ├── protector_NET_Spider.2.sg │ │ ├── protector_NTkrnl_Protector.2.sg │ │ ├── protector_NetReactor.2.sg │ │ ├── protector_NetShield.2.sg │ │ ├── protector_Ningishzida.2.sg │ │ ├── protector_NoobyProtect.2.sg │ │ ├── protector_North_Star_PE_Shrinker.2.sg │ │ ├── protector_ORiEN.2.sg │ │ ├── protector_Obfuscar.2.sg │ │ ├── protector_Obfuscator_NET_2009.2.sg │ │ ├── protector_Obsidium.2.sg │ │ ├── protector_OneVM.2.sg │ │ ├── protector_Oreans_CodeVirtualizer.2.sg │ │ ├── protector_PACE.2.sg │ │ ├── protector_PCShrink.2.sg │ │ ├── protector_PC_Guard.2.sg │ │ ├── protector_PE-Armor.2.sg │ │ ├── protector_PE-Shield.2.sg │ │ ├── protector_PEBundle.2.sg │ │ ├── protector_PECRYPT32.2.sg │ │ ├── protector_PELock.2.sg │ │ ├── protector_PENinja.2.sg │ │ ├── protector_PESpin.2.sg │ │ ├── protector_PETetris.2.sg │ │ ├── protector_PE_Diminisher.2.sg │ │ ├── protector_PE_Encrypt.2.sg │ │ ├── protector_PE_Intro.2.sg │ │ ├── protector_PE_Lock_NT.2.sg │ │ ├── protector_PE_Lock_Phantasm_by_Ding_Boy.2.sg │ │ ├── protector_PE_Password.2.sg │ │ ├── protector_PE_Protect.2.sg │ │ ├── protector_PEncrypt.2.sg │ │ ├── protector_PEnguinCrypt.2.sg │ │ ├── protector_PUNiSHER.2.sg │ │ ├── protector_Phoenix.2.sg │ │ ├── protector_Photo_Compiler.2.sg │ │ ├── protector_PolyCrypt_PE.2.sg │ │ ├── protector_Private_EXE_Protector.2.sg │ │ ├── protector_Protect_Disc.2.sg │ │ ├── protector_Protection_Plus.2.sg │ │ ├── protector_QrYPt0r.2.sg │ │ ├── protector_QuickBFC.2.sg │ │ ├── protector_QuickPack_NT.2.sg │ │ ├── protector_REVProt.2.sg │ │ ├── protector_RLP.2.sg │ │ ├── protector_ReNET-pack.2.sg │ │ ├── protector_RobustObfuscator.2.sg │ │ ├── protector_SC_Obfuscator.2.sg │ │ ├── protector_SDProtector.2.sg │ │ ├── protector_SLVc0deProtector.2.sg │ │ ├── protector_SVK_Protector.2.sg │ │ ├── protector_Safedisc.2.sg │ │ ├── protector_Safenet_RMS.2.sg │ │ ├── protector_Safengine_Shielden.2.sg │ │ ├── protector_SecuROM.2.sg │ │ ├── protector_Secure_Shade.2.sg │ │ ├── protector_Shrink_Wrap.2.sg │ │ ├── protector_Shrinker.2.sg │ │ ├── protector_SimbiOZ.2.sg │ │ ├── protector_Sixxpack.2.sg │ │ ├── protector_Skater.2.sg │ │ ├── protector_Smart_Assembly.2.sg │ │ ├── protector_SmokesCrypt.2.sg │ │ ├── protector_SoftProtect.2.sg │ │ ├── protector_SoftSentry.2.sg │ │ ├── protector_Special_EXE_Password_Protector.2.sg │ │ ├── protector_SpicesNet.2.sg │ │ ├── protector_StarForce.2.sg │ │ ├── protector_Ste@lth_PE.2.sg │ │ ├── protector_Tages.2.sg │ │ ├── protector_Themida.2.sg │ │ ├── protector_Thinstall.2.sg │ │ ├── protector_UG2002_Cruncher.2.sg │ │ ├── protector_UPX_Protector.2.sg │ │ ├── protector_UPolyX.2.sg │ │ ├── protector_UltraPro.2.sg │ │ ├── protector_VBox.2.sg │ │ ├── protector_VCasm-Protector.2.sg │ │ ├── protector_VMProtect.2.sg │ │ ├── protector_VMProtect_NET.2.sg │ │ ├── protector_VaySoft_PDF2EXE.2.sg │ │ ├── protector_VbsToExe.1.sg │ │ ├── protector_Virbox.2.sg │ │ ├── protector_XCR.2.sg │ │ ├── protector_Xenocode_Postbuild.2.sg │ │ ├── protector_XerinFuscator.2.sg │ │ ├── protector_Xtreamlok.2.sg │ │ ├── protector_Yano.2.sg │ │ ├── protector_Yodas_Protector.2.sg │ │ ├── protector_Yummy_Game_SoftwareShield.2.sg │ │ ├── protector_Zprotect.2.sg │ │ ├── protector_bambam.2.sg │ │ ├── protector_beria.2.sg │ │ ├── protector_eXPressor.2.sg │ │ ├── protector_hmimys_Protect.2.sg │ │ ├── protector_iPB_Protect.2.sg │ │ ├── protector_kkryptor.2.sg │ │ ├── protector_tElock.2.sg │ │ ├── rar.6.sg │ │ ├── sfx_12Ghosts_Zip2.1.sg │ │ ├── sfx_7z.1.sg │ │ ├── sfx_ARJSFX.1.sg │ │ ├── sfx_ARQ.1.sg │ │ ├── sfx_Abbyy_Lingvo.1.sg │ │ ├── sfx_Active_Delivery.1.sg │ │ ├── sfx_Cab.1.sg │ │ ├── sfx_Chilkat_ZIP_Self-Extractor.1.sg │ │ ├── sfx_CoffeeCup_SFX.2.sg │ │ ├── sfx_DelZip_SFX.2.sg │ │ ├── sfx_Dimd_SFX.1.sg │ │ ├── sfx_Envoy_Packager.1.sg │ │ ├── sfx_GZip.1.sg │ │ ├── sfx_GkSetup.1.sg │ │ ├── sfx_INFTool.1.sg │ │ ├── sfx_KRZIP_SFX.2.sg │ │ ├── sfx_LZH_SFX.1.sg │ │ ├── sfx_Lyme_SFX.1.sg │ │ ├── sfx_MP-ZipTool.1.sg │ │ ├── sfx_MPQ.1.sg │ │ ├── sfx_NanoZip.1.sg │ │ ├── sfx_PKSFX.1.sg │ │ ├── sfx_Paquet.1.sg │ │ ├── sfx_Quantum.1.sg │ │ ├── sfx_SZDD.1.sg │ │ ├── sfx_Squeez_SFX.1.sg │ │ ├── sfx_WinACE.1.sg │ │ ├── sfx_WinIMP.1.sg │ │ ├── sfx_WinImage.1.sg │ │ ├── sfx_WinPatch.1.sg │ │ ├── sfx_WinRAR.1.sg │ │ ├── sfx_WinZip.1.sg │ │ ├── sfx_ZipCentral_SFX.1.sg │ │ ├── sfx_Zip_SFX.2.sg │ │ ├── sfx_rar.1.sg │ │ ├── sign_tool_Windows_Authenticode.7.sg │ │ ├── tool_AHTeam_UPX_Mutanter.2.sg │ │ ├── tool_Microsoft_VisualStudio_NET.6.sg │ │ ├── tool_UPX-Patcher.6.sg │ │ ├── tool_UPXFreak.2.sg │ │ ├── tool_UPX_Inliner.2.sg │ │ ├── tool_UPX_Modifier.2.sg │ │ ├── tool_UPX_lock.2.sg │ │ ├── tool_UPX_scrambler.2.sg │ │ ├── tool_UnoPiX.2.sg │ │ ├── tool_XVolkolak.6.sg │ │ ├── tool_de4dot.6.sg │ │ └── zip.6.sg │ ├── PNG/ │ │ ├── _PNG.0.sg │ │ └── _init │ ├── PYC/ │ │ ├── _PYC.0.sg │ │ ├── _init │ │ └── packer_UPP.1.sg │ ├── QtFramework │ ├── RAR/ │ │ ├── _RAR.0.sg │ │ └── _init │ ├── RosASM │ ├── SpASM │ ├── TASM32 │ ├── ZIP/ │ │ ├── _ZIP.0.sg │ │ └── _init │ ├── _db_caching │ ├── _debug │ ├── _init │ ├── _runtime_helpers │ ├── archive-file │ ├── arj │ ├── bytecodeparsers │ ├── cab │ ├── chunkparsers │ ├── duration │ ├── language │ ├── python │ ├── rar-file │ ├── read │ ├── shell-script │ ├── soundchips │ ├── vgmcodingutils │ ├── wxWidgets │ ├── zip-file │ └── zlib ├── db_compress.cmd ├── db_custom/ │ └── .vscode/ │ ├── about.txt │ └── settings.json ├── db_extra/ │ ├── .vscode/ │ │ ├── about.txt │ │ └── settings.json │ ├── COM/ │ │ ├── packer_packers.2.sg │ │ └── patcher_patchers.1.sg │ ├── ELF/ │ │ └── protector_ELFCrypt.2.sg │ ├── MSDOS/ │ │ ├── cryptor_Cryptors.2.sg │ │ └── packer_FCP_IV.2.sg │ ├── PE/ │ │ ├── archive_Resources.6.sg │ │ ├── compiler_EP.MSC.4.sg │ │ ├── compiler_EP.MSVC.4.sg │ │ ├── cryptor_3dcrypter.2.sg │ │ ├── cryptor_404crypter.1.sg │ │ ├── cryptor_ABC_Cryptor.2.sg │ │ ├── cryptor_AR_Crypt_Private.2.sg │ │ ├── cryptor_Aase_Crypter.2.sg │ │ ├── cryptor_AcidCrypt.2.sg │ │ ├── cryptor_AlmafuerteCrypter.1.sg │ │ ├── cryptor_Anslym_Crypter.2.sg │ │ ├── cryptor_App_Encryptor.2.sg │ │ ├── cryptor_BasicCrypt1.1.sg │ │ ├── cryptor_BopCrypt.2.sg │ │ ├── cryptor_ChainskiCrypter.1.sg │ │ ├── cryptor_CodeCrypter.2.sg │ │ ├── cryptor_Crypter.2.sg │ │ ├── cryptor_Cryptic.2.sg │ │ ├── cryptor_DCrypt_Private.2.sg │ │ ├── cryptor_DataAnubis.1.sg │ │ ├── cryptor_Fly-Crypter.2.sg │ │ ├── cryptor_FreeCryptor.2.sg │ │ ├── cryptor_INCrypter.2.sg │ │ ├── cryptor_Open_Source_Code_Crypter.2.sg │ │ ├── cryptor_STUD.2.sg │ │ ├── cryptor_SexCrypt.2.sg │ │ ├── cryptor_Sexe_Crypter.2.sg │ │ ├── cryptor_Simple_UPX_Cryptor.2.sg │ │ ├── cryptor_The_Best_Cryptor.2.sg │ │ ├── cryptor_ass-crypter.2.sg │ │ ├── cryptor_darkeye.1.sg │ │ ├── cryptor_njCrypter.2.sg │ │ ├── cryptor_unknown_malware_cryptor.2.sg │ │ ├── cryptors_1.2.sg │ │ ├── cryptors_2.2.sg │ │ ├── insatller_Avast_installer.sg │ │ ├── installer_Adobe_Flash_Player_installer.1.sg │ │ ├── installer_Blizzard_PrePatch.1.sg │ │ ├── installer_Box_Stub.1.sg │ │ ├── installer_BulletProofSoft_installer.1.sg │ │ ├── installer_DockerDesktopInstaller.1.sg │ │ ├── installer_Enigma_Installer.1.sg │ │ ├── installer_Hamrick_Software_installer.1.sg │ │ ├── installer_Kingsoft_Installer.1.sg │ │ ├── installer_QT_installer.1.sg │ │ ├── installer_SHIROUZU_Hiroaki_installer.1.sg │ │ ├── installer_Store_Installer.1.sg │ │ ├── installer_TrueCrypt-VeraCrypt_installer.1.sg │ │ ├── joiner_Anskya_Binder.2.sg │ │ ├── joiner_Blade_Joiner.1.sg │ │ ├── joiner_DJoin.1.sg │ │ ├── joiner_ExeJoiner.1.sg │ │ ├── keygen_keygens.1.sg │ │ ├── library_DS.Flexlm.4.sg │ │ ├── library_DS.RLM.4.sg │ │ ├── packer_BobPack.2.sg │ │ ├── packer_Feokt.2.sg │ │ ├── packer_IMPostor_Pack.2.sg │ │ ├── packer_Native_UD_Packer.2.sg │ │ ├── packer_TomatoX.2.sg │ │ ├── packer_bbfb.2.sg │ │ ├── patcher_Patch.1.sg │ │ ├── protection_DS.Key-Lok_II_dongle.5.sg │ │ ├── protection_DS.Novex_dongle.4.sg │ │ ├── protection_DS.Rockey4_dongle.5.sg │ │ ├── protection_DS.Wizzkey_dongle.5.sg │ │ ├── protector_ARM_Protector.2.sg │ │ ├── protector_ASPR_Stripper.2.sg │ │ ├── protector_Adept_Protector.2.sg │ │ ├── protector_Alex_Protector.2.sg │ │ ├── protector_Alloy.2.sg │ │ ├── protector_Apex-c.2.sg │ │ ├── protector_BitShape_PE_Crypt.2.sg │ │ ├── protector_BlindSpot.2.sg │ │ ├── protector_Break_Into_Pattern.2.sg │ │ ├── protector_CDS_SS.2.sg │ │ ├── protector_CodeSafe.2.sg │ │ ├── protector_DEF.2.sg │ │ ├── protector_DirTy_CrYpt0r.2.sg │ │ ├── protector_EP.2.sg │ │ ├── protector_EXECrypt.2.sg │ │ ├── protector_EXERefactor.2.sg │ │ ├── protector_Embed_PE.2.sg │ │ ├── protector_EncryptPE.2.sg │ │ ├── protector_ExeSafeguard.2.sg │ │ ├── protector_ExeSmasher.2.sg │ │ ├── protector_Exe_Locker.2.sg │ │ ├── protector_FakeNinja.2.sg │ │ ├── protector_FixupPak.2.sg │ │ ├── protector_Fuck_n_Joy.2.sg │ │ ├── protector_Fusion.2.sg │ │ ├── protector_GuardantStealth.2.sg │ │ ├── protector_ICrypt.2.sg │ │ ├── protector_ID_Application_Protector_NoNamePacker.2.sg │ │ ├── protector_KGCrypt.2.sg │ │ ├── protector_MZ-Crypt.2.sg │ │ ├── protector_Minke.2.sg │ │ ├── protector_Morphine.2.sg │ │ ├── protector_NecroVM.Virt.2.sg │ │ ├── protector_NoodleCrypt.2.sg │ │ ├── protector_PE-Admin.2.sg │ │ ├── protector_PENightMare.2.sg │ │ ├── protector_PE_Quake.2.sg │ │ ├── protector_Pe123.2.sg │ │ ├── protector_PolyEnE.2.sg │ │ ├── protector_PwdProtect.2.sg │ │ ├── protector_QQProtect.2.sg │ │ ├── protector_Sepanta.2.sg │ │ ├── protector_Soft_Defender.2.sg │ │ ├── protector_TheHypers.2.sg │ │ ├── protector_WinKript.2.sg │ │ ├── protector_Wind_of_Crypt.2.sg │ │ ├── protector_Xtreme-Protector.2.sg │ │ ├── protector_muckis_protector.2.sg │ │ ├── sfx_ADS_Self_Extractor.1.sg │ │ ├── sfx_CipherWall.1.sg │ │ ├── tool_UPX_shit.2.sg │ │ ├── tool_UPXcrypter.2.sg │ │ └── virus_Win9x_CIH.1.sg │ └── about.txt ├── dbs_min/ │ ├── db/ │ │ ├── .vscode/ │ │ │ ├── about.txt │ │ │ └── settings.json │ │ ├── ACE │ │ ├── APK/ │ │ │ ├── _APK.0.sg │ │ │ ├── _init │ │ │ ├── library_IL2CPP.4.sg │ │ │ ├── library_SandHook.4.sg │ │ │ ├── library_UnicomSDK.4.sg │ │ │ ├── library_Unity.4.sg │ │ │ ├── package_PackageName.1.sg │ │ │ ├── packer_Kony.2.sg │ │ │ ├── protector_APKProtect.2.sg │ │ │ ├── protector_APKProtector.2.sg │ │ │ ├── protector_AlibabaProtection.2.sg │ │ │ ├── protector_AndroidRepublic.2.sg │ │ │ ├── protector_AppGuard.2.sg │ │ │ ├── protector_AppSolid.2.sg │ │ │ ├── protector_BaiduProtection.2.sg │ │ │ ├── protector_BangBangReinforcement.2.sg │ │ │ ├── protector_BangcleProtection.2.sg │ │ │ ├── protector_DXShield.2.sg │ │ │ ├── protector_DexProtector.2.sg │ │ │ ├── protector_DingXiangReinforcement.2.sg │ │ │ ├── protector_EasyShield.2.sg │ │ │ ├── protector_ExTrus_AppDefence.2.sg │ │ │ ├── protector_Gemalto.2.sg │ │ │ ├── protector_Hdus-Wjus.2.sg │ │ │ ├── protector_Ijiami.2.sg │ │ │ ├── protector_Jiagu.2.sg │ │ │ ├── protector_Kiro.2.sg │ │ │ ├── protector_Kiwi.2.sg │ │ │ ├── protector_LIAPP.2.sg │ │ │ ├── protector_MedusaH.2.sg │ │ │ ├── protector_MobileTencentProtect.2.sg │ │ │ ├── protector_NQShield.2.sg │ │ │ ├── protector_NagaPTProtection.2.sg │ │ │ ├── protector_OLLVM-TTL.2.sg │ │ │ ├── protector_Obfuscapk.2.sg │ │ │ ├── protector_PangXie.2.sg │ │ │ ├── protector_ProGuard.2.sg │ │ │ ├── protector_QDBH.2.sg │ │ │ ├── protector_Qihoo360Protection.2.sg │ │ │ ├── protector_SecNeo.2.sg │ │ │ ├── protector_SecShell.2.sg │ │ │ ├── protector_TencentLegu.2.sg │ │ │ ├── protector_TencentProtection.2.sg │ │ │ ├── protector_TencentSecurity.2.sg │ │ │ ├── protector_TongfuShield.2.sg │ │ │ ├── protector_VDog.2.sg │ │ │ ├── protector_Virbox.2.sg │ │ │ ├── protector_Yidun.2.sg │ │ │ ├── protector_build38.2.sg │ │ │ ├── protector_iCrypt.2.sg │ │ │ ├── tool_ApktoolPlus.6.sg │ │ │ └── tool_SingleJar.3.sg │ │ ├── Amiga/ │ │ │ ├── AMOS_Basic.4.sg │ │ │ ├── AMOS_Compiler_Cruncher.1.sg │ │ │ ├── Absoft_AC_Basic.4.sg │ │ │ ├── Absoft_Fortran.4.sg │ │ │ ├── Amiga_E.4.sg │ │ │ ├── Amiga_font.1.sg │ │ │ ├── Aztec_C.4.sg │ │ │ ├── BHC3_Relocatable.1.sg │ │ │ ├── BPack_SFX.1.sg │ │ │ ├── Blitz_BASIC.4.sg │ │ │ ├── ByteKiller_Clone.1.sg │ │ │ ├── Chryseis_Cruncher.1.sg │ │ │ ├── Crunch_Master.1.sg │ │ │ ├── DICE_C.4.sg │ │ │ ├── DMS_FMS-Masher.1.sg │ │ │ ├── Deluxe_Cruncher.1.sg │ │ │ ├── Free_Pascal.4.sg │ │ │ ├── GNU_C.4.sg │ │ │ ├── HQC_Cruncher.1.sg │ │ │ ├── HiSoft_Basic.4.sg │ │ │ ├── High_Pressure_Cruncher.1.sg │ │ │ ├── Jan_Heweliusz_Cruncher.1.sg │ │ │ ├── Lattice_C.4.sg │ │ │ ├── LhPak_SFX.1.sg │ │ │ ├── Master_Cruncher.1.sg │ │ │ ├── Maxon_C++.4.sg │ │ │ ├── RexxMasher_(jrms).1.sg │ │ │ ├── Sound-Tracker_Cruncher.1.sg │ │ │ ├── Storm_C.4.sg │ │ │ ├── TNM_Cruncher.1.sg │ │ │ ├── TSK_Cruncher.1.sg │ │ │ ├── Time_Cruncher.1.sg │ │ │ ├── Titanics_Cruncher.1.sg │ │ │ ├── Turtle_Smasher.1.sg │ │ │ ├── Ultimate_Packer.1.sg │ │ │ ├── _Amiga.0.sg │ │ │ ├── _init │ │ │ ├── compiler_ABasic.4.sg │ │ │ ├── compiler_AmigaBasic.4.sg │ │ │ ├── compiler_GFA-Basic.4.sg │ │ │ ├── compiler_JForth.4.sg │ │ │ ├── compiler_Multi-Forth.4.sg │ │ │ ├── compiler_Oberon-A.4.sg │ │ │ ├── compiler_PureBasic.4.sg │ │ │ ├── compiler_VBCC.4.sg │ │ │ ├── cruncher_AddressHead.1.sg │ │ │ ├── cruncher_ByteKiller.1.sg │ │ │ ├── cruncher_CopyCat.1.sg │ │ │ ├── cruncher_Cranker.1.sg │ │ │ ├── cruncher_Crunch-Mania.1.sg │ │ │ ├── cruncher_Crunch-O-Matic.1.sg │ │ │ ├── cruncher_Crunch.1.sg │ │ │ ├── cruncher_CrunchyDat.1.sg │ │ │ ├── cruncher_Defjam.1.sg │ │ │ ├── cruncher_DoubleAction.1.sg │ │ │ ├── cruncher_DragPack.1.sg │ │ │ ├── cruncher_FileShield.1.sg │ │ │ ├── cruncher_FlashSpeed.1.sg │ │ │ ├── cruncher_GnuPacker.1.sg │ │ │ ├── cruncher_House.1.sg │ │ │ ├── cruncher_ISC.1.sg │ │ │ ├── cruncher_Imploder.1.sg │ │ │ ├── cruncher_MOPacker.1.sg │ │ │ ├── cruncher_MaxPacker.1.sg │ │ │ ├── cruncher_MegaCruncher.1.sg │ │ │ ├── cruncher_PackIt.1.sg │ │ │ ├── cruncher_Pak.1.sg │ │ │ ├── cruncher_PowerPacker.1.sg │ │ │ ├── cruncher_ProPack.1.sg │ │ │ ├── cruncher_ReXXMaSHeR.1.sg │ │ │ ├── cruncher_Relokit.1.sg │ │ │ ├── cruncher_S-Exec.1.sg │ │ │ ├── cruncher_Shrinkler.1.sg │ │ │ ├── cruncher_Spike.1.sg │ │ │ ├── cruncher_StoneCracker.1.sg │ │ │ ├── cruncher_Super-Cruncher.1.sg │ │ │ ├── cruncher_SyncroPacker.1.sg │ │ │ ├── cruncher_TUC.1.sg │ │ │ ├── cruncher_TetraCrunch.1.sg │ │ │ ├── cruncher_TetraPack.1.sg │ │ │ ├── cruncher_TryIt.1.sg │ │ │ ├── cruncher_TurboSqueezer.1.sg │ │ │ ├── cruncher_xpkmaster.1.sg │ │ │ ├── joiner_ETA.1.sg │ │ │ ├── joiner_EXP.1.sg │ │ │ ├── joiner_Glue.1.sg │ │ │ ├── library_library.1.sg │ │ │ ├── module_DeliTracker.1.sg │ │ │ ├── other_other.1.sg │ │ │ ├── self-displayer_DPS.1.sg │ │ │ ├── self-displayer_Iff2ex.1.sg │ │ │ ├── self-displayer_S-Anim.1.sg │ │ │ ├── self-displayer_S-Pic.1.sg │ │ │ ├── sfx_DIMP.1.sg │ │ │ ├── sfx_DMSSFX.1.sg │ │ │ ├── sfx_LHASFX.1.sg │ │ │ ├── sfx_LHSFX.1.sg │ │ │ ├── tool_EFFECT-loader.1.sg │ │ │ └── tool_VideoTracker.1.sg │ │ ├── Archive/ │ │ │ ├── _Archive.0.sg │ │ │ └── _init │ │ ├── AtariST/ │ │ │ ├── _AtariST.0.sg │ │ │ └── _init │ │ ├── Binary/ │ │ │ ├── Amiga_loadable.1.sg │ │ │ ├── Certificate_cert.WinAuth.1.sg │ │ │ ├── RIFF.1.sg │ │ │ ├── ROM_1.sg │ │ │ ├── U-Boot.1.sg │ │ │ ├── __MiniExtensionsHeuristic_By_DosX.7.sg │ │ │ ├── __MiniJavaScriptHeuristic_By_DosX.7.sg │ │ │ ├── _init │ │ │ ├── archive.ACE.1.sg │ │ │ ├── archive.ARJ.1.sg │ │ │ ├── archive.DEFLATE.1.sg │ │ │ ├── archive.LZ4.1.sg │ │ │ ├── archive.MS_Compound.1.sg │ │ │ ├── archive.PC_Secure.sg │ │ │ ├── archive.RAR.1.sg │ │ │ ├── archive.ZIP.1.sg │ │ │ ├── archive.ZLIB.1.sg │ │ │ ├── archive_7z.1.sg │ │ │ ├── archive_ANC-Cruncher.1.sg │ │ │ ├── archive_AR.1.sg │ │ │ ├── archive_ARC.1.sg │ │ │ ├── archive_ASAR.1.sg │ │ │ ├── archive_BCSAR.1.sg │ │ │ ├── archive_BZip.1.sg │ │ │ ├── archive_CCA.1.sg │ │ │ ├── archive_CFL3.1.sg │ │ │ ├── archive_CKP.1.sg │ │ │ ├── archive_Cab.1.sg │ │ │ ├── archive_DAA.1.sg │ │ │ ├── archive_DCP.1.sg │ │ │ ├── archive_DXA.1.sg │ │ │ ├── archive_DatPack.1.sg │ │ │ ├── archive_DotBundle.sg │ │ │ ├── archive_EdgeDataPak.1.sg │ │ │ ├── archive_Flatpak.1.sg │ │ │ ├── archive_GhidraZipFile.1.sg │ │ │ ├── archive_GodotPCK.1.sg │ │ │ ├── archive_HIP.1.sg │ │ │ ├── archive_IFP.1.sg │ │ │ ├── archive_IPW.1.sg │ │ │ ├── archive_InnoSetup.1.sg │ │ │ ├── archive_JAM.1.sg │ │ │ ├── archive_LAB.1.sg │ │ │ ├── archive_LRZ.1.sg │ │ │ ├── archive_LZOP.1.sg │ │ │ ├── archive_MCS.1.sg │ │ │ ├── archive_MS-WIM.1.sg │ │ │ ├── archive_MWD.1.sg │ │ │ ├── archive_P2L.1.sg │ │ │ ├── archive_PAK.1.sg │ │ │ ├── archive_PBP.1.sg │ │ │ ├── archive_PEA.1.sg │ │ │ ├── archive_PKG.1.sg │ │ │ ├── archive_PSARC.1.sg │ │ │ ├── archive_PUP.1.sg │ │ │ ├── archive_RVZ.1.sg │ │ │ ├── archive_STK.1.sg │ │ │ ├── archive_Shaped.1.sg │ │ │ ├── archive_TRE.1.sg │ │ │ ├── archive_Unity.1.sg │ │ │ ├── archive_UnrealEngine.1.sg │ │ │ ├── archive_ViseInstaller.1.sg │ │ │ ├── archive_XZP.1.sg │ │ │ ├── archive_ZPAQ.1.sg │ │ │ ├── archive_archives.1.sg │ │ │ ├── archive_archives.ancient.sg │ │ │ ├── archive_btoa.1.sg │ │ │ ├── archive_cad.DWG.1.sg │ │ │ ├── archive_gp7bank.1.sg │ │ │ ├── audio.1.sg │ │ │ ├── audio_8svx.1.sg │ │ │ ├── audio_ACM.1.sg │ │ │ ├── audio_ADX.1.sg │ │ │ ├── audio_AHX.1.sg │ │ │ ├── audio_AIF.1.sg │ │ │ ├── audio_AU.1.sg │ │ │ ├── audio_BCSTM.1.sg │ │ │ ├── audio_BCWAV.1.sg │ │ │ ├── audio_CXT.1.sg │ │ │ ├── audio_DSS.1.sg │ │ │ ├── audio_EXA.1.sg │ │ │ ├── audio_FLAC.1.sg │ │ │ ├── audio_FSB.1.sg │ │ │ ├── audio_HMI.1.sg │ │ │ ├── audio_OGG.1.sg │ │ │ ├── audio_PAF.1.sg │ │ │ ├── audio_PVF.1.sg │ │ │ ├── audio_RIFF-IMA.1.sg │ │ │ ├── audio_SOU.1.sg │ │ │ ├── audio_STRM.1.sg │ │ │ ├── audio_STRM.2.sg │ │ │ ├── audio_ShockwaveAudio.1.sg │ │ │ ├── audio_TUN.1.sg │ │ │ ├── audio_VOC.1.sg │ │ │ ├── audio_WAV.1.sg │ │ │ ├── audio_WEM.1.sg │ │ │ ├── audio_mp3.2.sg │ │ │ ├── backup_images.1.sg │ │ │ ├── bin.Atari_ST.1.sg │ │ │ ├── bin.IDA.1.sg │ │ │ ├── bin.ISO_9660.1.sg │ │ │ ├── bin.RPGMaker2Kdata.1.sg │ │ │ ├── data_overlay_null_padding.1.sg │ │ │ ├── data_overlays.6.sg │ │ │ ├── debug_data_debugData.1.sg │ │ │ ├── font.ADOBE.1.sg │ │ │ ├── font_BMF.1.sg │ │ │ ├── font_FFN.1.sg │ │ │ ├── font_TFM.1.sg │ │ │ ├── font_VTF.1.sg │ │ │ ├── font_XTT.1.sg │ │ │ ├── format_AS.1.sg │ │ │ ├── format_AmigaIcon.1.sg │ │ │ ├── format_BCD1.1.sg │ │ │ ├── format_BOU.1.sg │ │ │ ├── format_BSP.1.sg │ │ │ ├── format_BTF.1.sg │ │ │ ├── format_BackupMii.1.sg │ │ │ ├── format_CCD.1.sg │ │ │ ├── format_CSO.1.sg │ │ │ ├── format_CTRK.1.sg │ │ │ ├── format_CURE.1.sg │ │ │ ├── format_CVM.1.sg │ │ │ ├── format_DESKTOP.1.sg │ │ │ ├── format_DSW.1.sg │ │ │ ├── format_DTA.1.sg │ │ │ ├── format_Director.1.sg │ │ │ ├── format_DunkleSchattenConfig.1.sg │ │ │ ├── format_DunkleSchattenSave.1.sg │ │ │ ├── format_Empty.1.sg │ │ │ ├── format_FAS.1.sg │ │ │ ├── format_FLDB.1.sg │ │ │ ├── format_FNX.1.sg │ │ │ ├── format_FST.1.sg │ │ │ ├── format_GAL.1.sg │ │ │ ├── format_GBI.1.sg │ │ │ ├── format_GME.1.sg │ │ │ ├── format_GameMaps.1.sg │ │ │ ├── format_GamingRoot.1.sg │ │ │ ├── format_HIV.1.sg │ │ │ ├── format_HNM.1.sg │ │ │ ├── format_HSM.1.sg │ │ │ ├── format_ILK.1.sg │ │ │ ├── format_IPCH.1.sg │ │ │ ├── format_ITL.1.sg │ │ │ ├── format_IVF.1.sg │ │ │ ├── format_Img.UDIF.1.sg │ │ │ ├── format_InnoSetupUninstall.1.sg │ │ │ ├── format_InterleafFile.1.sg │ │ │ ├── format_LCA.1.sg │ │ │ ├── format_LGX.1.sg │ │ │ ├── format_LIXS.1.sg │ │ │ ├── format_LVL.1.sg │ │ │ ├── format_MAT.1.sg │ │ │ ├── format_MDL.1.sg │ │ │ ├── format_MDS.1.sg │ │ │ ├── format_MS-DBG.1.sg │ │ │ ├── format_MS-PST.sg │ │ │ ├── format_MS-VHD.1.sg │ │ │ ├── format_MS-VHDX.sg │ │ │ ├── format_MS-XNA.1.sg │ │ │ ├── format_OBC.1.sg │ │ │ ├── format_OpenSSH.1.sg │ │ │ ├── format_P7X.1.sg │ │ │ ├── format_PAT.1.sg │ │ │ ├── format_PDB.1.sg │ │ │ ├── format_PEM.1.sg │ │ │ ├── format_PGP.1.sg │ │ │ ├── format_POL.1.sg │ │ │ ├── format_PRI.1.sg │ │ │ ├── format_PS-X.1.sg │ │ │ ├── format_PSM2CFG.1.sg │ │ │ ├── format_RARREG.1.sg │ │ │ ├── format_RCK.1.sg │ │ │ ├── format_RCO.1.sg │ │ │ ├── format_RGS.1.sg │ │ │ ├── format_RedShirt.1.sg │ │ │ ├── format_SDI.1.sg │ │ │ ├── format_SFK.1.sg │ │ │ ├── format_SHBIN.1.sg │ │ │ ├── format_SLN.1.sg │ │ │ ├── format_SLNX.1.sg │ │ │ ├── format_SSHPublicKey.1.sg │ │ │ ├── format_SystemErr.1.sg │ │ │ ├── format_TLB.1.sg │ │ │ ├── format_TOT.1.sg │ │ │ ├── format_TPU.1.sg │ │ │ ├── format_UCM.1.sg │ │ │ ├── format_UPC.1.sg │ │ │ ├── format_UPF.1.sg │ │ │ ├── format_UPI.1.sg │ │ │ ├── format_VDI.1.sg │ │ │ ├── format_VM2.1.sg │ │ │ ├── format_VTF.1.sg │ │ │ ├── format_VVD.1.sg │ │ │ ├── format_W3D.1.sg │ │ │ ├── format_WASM.1.sg │ │ │ ├── format_WBFS.1.sg │ │ │ ├── format_XBE.1.sg │ │ │ ├── format_XBF.1.sg │ │ │ ├── format_XCG.1.sg │ │ │ ├── format_XCI.1.sg │ │ │ ├── format_XCR.1.sg │ │ │ ├── format_XCS.1.sg │ │ │ ├── format_XDelta.1.sg │ │ │ ├── format_XEX.1.sg │ │ │ ├── format_ZZDATA.1.sg │ │ │ ├── format_ZinsSAV.1.sg │ │ │ ├── format_bin.AAALogo.1.sg │ │ │ ├── format_bin.COL.1.sg │ │ │ ├── format_bin.GuitarPro.1.sg │ │ │ ├── format_bin.Hermes.1.sg │ │ │ ├── format_bin.JMDL.1.sg │ │ │ ├── format_bin.JSC.1.sg │ │ │ ├── format_bin.Java.1.sg │ │ │ ├── format_bin.KeePass.1.sg │ │ │ ├── format_bin.LUA.1.sg │ │ │ ├── format_bin.NVA.1.sg │ │ │ ├── format_bin.Nintendo-certified-file.1.sg │ │ │ ├── format_bin.PEFF.1.sg │ │ │ ├── format_bin.PalmFile.1.sg │ │ │ ├── format_bin.Python.1.sg │ │ │ ├── format_bin.SWF.1.sg │ │ │ ├── format_bin.VCF.1.sg │ │ │ ├── format_bin.WindowsIconCacheDB.1.sg │ │ │ ├── format_database.SQLite.1.sg │ │ │ ├── format_databases.1.sg │ │ │ ├── format_doc.CHM.1.sg │ │ │ ├── format_doc.DJVU.1.sg │ │ │ ├── format_doc.HLP.1.sg │ │ │ ├── format_doc.PDF.1.sg │ │ │ ├── format_doc.RTF.1.sg │ │ │ ├── format_iCalender.1.sg │ │ │ ├── format_img.VM.1.sg │ │ │ ├── format_text.RegistryFile.sg │ │ │ ├── format_text.pdb.1.sg │ │ │ ├── format_text.plaintext.3.sg │ │ │ ├── format_video.BIK.1.sg │ │ │ ├── format_video.BK2.1.sg │ │ │ ├── format_video.FLV.1.sg │ │ │ ├── format_video.MOV.1.sg │ │ │ ├── format_video.MP4.1.sg │ │ │ ├── format_video.Matroska.1.sg │ │ │ ├── format_video.RobotAnimation.1.sg │ │ │ ├── format_video.Smacker.1.sg │ │ │ ├── format_video.VMD.1.sg │ │ │ ├── formats.1.sg │ │ │ ├── graphics.1.sg │ │ │ ├── image.PNG.1.sg │ │ │ ├── image_ANI.1.sg │ │ │ ├── image_BMP.1.sg │ │ │ ├── image_CUR.1.sg │ │ │ ├── image_DDS.1.sg │ │ │ ├── image_EPS.1.sg │ │ │ ├── image_FSH.1.sg │ │ │ ├── image_GIF.1.sg │ │ │ ├── image_ICNS.sg │ │ │ ├── image_ICO.1.sg │ │ │ ├── image_IMG.1.sg │ │ │ ├── image_JNG.1.sg │ │ │ ├── image_JPEG.1.sg │ │ │ ├── image_JPEGXL.1.sg │ │ │ ├── image_KTX.1.sg │ │ │ ├── image_LBM.1.sg │ │ │ ├── image_MNG.1.sg │ │ │ ├── image_PCX.1.sg │ │ │ ├── image_PSD.1.sg │ │ │ ├── image_PVR.1.sg │ │ │ ├── image_QOI.1.sg │ │ │ ├── image_SMDH.1.sg │ │ │ ├── image_TGA.1.sg │ │ │ ├── image_TIFF.1.sg │ │ │ ├── image_XAR.1.sg │ │ │ ├── image_XCF.1.sg │ │ │ ├── image_bin.ZBMP.1.sg │ │ │ ├── image_heuristic.image.HDR.1.sg │ │ │ ├── protector_javascript-obfuscator.2.sg │ │ │ ├── rom_32X.1.sg │ │ │ ├── script_text.Shell.1.sg │ │ │ ├── shellcode.pe_to_shellcode.1.sg │ │ │ ├── shellcode_donut.1.sg │ │ │ ├── shellcode_srdi-monoxgas.1.sg │ │ │ ├── source_text.HTML.1.sg │ │ │ ├── source_text.Pascal.1.sg │ │ │ ├── source_text.XML.1.sg │ │ │ ├── source_text.c.1.sg │ │ │ ├── source_text.python.1.sg │ │ │ ├── text.script.2.sg │ │ │ └── win_resources.1.sg │ │ ├── Borland │ │ ├── CFBF/ │ │ │ ├── Microsoft_Installer.1.sg │ │ │ ├── Microsoft_Office.1.sg │ │ │ ├── _CFBF.0.sg │ │ │ └── _init │ │ ├── COM/ │ │ │ ├── 32-bit_crypt.2.sg │ │ │ ├── COM_Sccrambler.2.sg │ │ │ ├── Character_Intro_Engine.1.sg │ │ │ ├── Crypt_(CyPoxl).2.sg │ │ │ ├── Crypt_(Dismember).2.sg │ │ │ ├── Deep_Crypter.2.sg │ │ │ ├── Dn.COM_Cruncher.2.sg │ │ │ ├── Inbuild_Encryption.2.sg │ │ │ ├── LHarc_SFX.1.sg │ │ │ ├── Maveriks_C0der.2.sg │ │ │ ├── Microsoft_C.4.sg │ │ │ ├── Microsoft_RTL.3.sg │ │ │ ├── MrHDKiller_Protection.2.sg │ │ │ ├── PC_FORTH.4.sg │ │ │ ├── RDT_ENC_3.2.sg │ │ │ ├── RTD_Compressor.2.sg │ │ │ ├── RTD_Compressor2.2.sg │ │ │ ├── SHOW_IT.1.sg │ │ │ ├── SPHINX_C--.4.sg │ │ │ ├── Shade's_COM_Encryptor.2.sg │ │ │ ├── Shadow_COM_encryptor.2.sg │ │ │ ├── TPC_Scramble.2.sg │ │ │ ├── Text_Header.1.sg │ │ │ ├── The_DRAW.1.sg │ │ │ ├── Tiny_Xor.2.sg │ │ │ ├── Unknown_cryptors.2.sg │ │ │ ├── VGA_font_loader.1.sg │ │ │ ├── VSF&K_protection.2.sg │ │ │ ├── WSP_self_update.2.sg │ │ │ ├── WiZ_Cryptor.2.sg │ │ │ ├── _COM.0.sg │ │ │ ├── _init │ │ │ ├── compiler_8086_Forth_83.4.sg │ │ │ ├── compiler_ASIC-Basic.4.sg │ │ │ ├── compiler_BAT2EXEC.2.sg │ │ │ ├── compiler_BatLite.4.sg │ │ │ ├── compiler_Borland_C++.4.sg │ │ │ ├── compiler_Datalight_C.4.sg │ │ │ ├── compiler_Easy!-C.4.sg │ │ │ ├── compiler_Fig-FORTH.4.sg │ │ │ ├── compiler_ForthCMP.2.sg │ │ │ ├── compiler_ForthCMP.4.sg │ │ │ ├── compiler_GP-FORTH.4.sg │ │ │ ├── compiler_Lattice_C.4.sg │ │ │ ├── compiler_MICRO-C.4.sg │ │ │ ├── compiler_MINIFORTH.4.sg │ │ │ ├── compiler_MoonRock.2.sg │ │ │ ├── compiler_OUTFORTH.4.sg │ │ │ ├── compiler_PBFC.2.sg │ │ │ ├── compiler_RMCOBOL.4.sg │ │ │ ├── compiler_SP-FORTH.4.sg │ │ │ ├── compiler_Surpas-86.4.sg │ │ │ ├── compiler_TCOM.4.sg │ │ │ ├── compiler_Turbo_C++.4.sg │ │ │ ├── compiler_Turbo_C.4.sg │ │ │ ├── compiler_Turbo_Pascal.4.sg │ │ │ ├── compiler_UNIFORTH.4.sg │ │ │ ├── compiler_Vienna-C.4.sg │ │ │ ├── compiler_Watcom_C.4.sg │ │ │ ├── compiler_Zbikowski_C.4.sg │ │ │ ├── compiler_Zortech_C.4.sg │ │ │ ├── compiler_muSIMP-83.4.sg │ │ │ ├── converter_A3E.1.sg │ │ │ ├── converter_AutoCracker.1.sg │ │ │ ├── converter_COM2TXT.1.sg │ │ │ ├── converter_COMT.1.sg │ │ │ ├── converter_CRX2COM.1.sg │ │ │ ├── converter_E2C.1.sg │ │ │ ├── converter_EXE2COM.1.sg │ │ │ ├── converter_EXETools_EXE2COM.1.sg │ │ │ ├── converter_FIXCRK.1.sg │ │ │ ├── converter_FromBAT.1.sg │ │ │ ├── converter_MAKEBOO.1.sg │ │ │ ├── converter_NetCode.1.sg │ │ │ ├── converter_NetRun.1.sg │ │ │ ├── converter_TurboBAT.1.sg │ │ │ ├── converter_Vacsina.4.sg │ │ │ ├── converter_XCK2COM.1.sg │ │ │ ├── cryptor_Anti-Lamer_Cryptor.2.sg │ │ │ ├── cryptor_CSCRYPT.2.sg │ │ │ ├── cryptor_EXINCT.2.sg │ │ │ ├── cryptor_J0B_cryptor.2.sg │ │ │ ├── cryptor_PU-Cryptor.2.sg │ │ │ ├── cryptor_Phrozen_Crew_cryptor.2.sg │ │ │ ├── cryptor_SDW.2.sg │ │ │ ├── cryptor_Sydex.2.sg │ │ │ ├── cryptor_UComCry.1.sg │ │ │ ├── cryptor_USCC.2.sg │ │ │ ├── cryptor_cryptors.2.sg │ │ │ ├── driver_DIGPAK.1.sg │ │ │ ├── driver_MIDPAK.1.sg │ │ │ ├── immunizer_ARF_AV_Inject.1.sg │ │ │ ├── immunizer_CPAV.1.sg │ │ │ ├── immunizer_F-XLOCK.1.sg │ │ │ ├── immunizer_IMMUN.1.sg │ │ │ ├── immunizer_TAV.1.sg │ │ │ ├── immunizer_VSS.1.sg │ │ │ ├── other_XLOADER.2.sg │ │ │ ├── other_integrity_checker.1.sg │ │ │ ├── packer_4kZIP.2.sg │ │ │ ├── packer_AVPACK.2.sg │ │ │ ├── packer_COMPACK.2.sg │ │ │ ├── packer_Cheat_packer.2.sg │ │ │ ├── packer_Compressor.2.sg │ │ │ ├── packer_CyberWare_Packer.2.sg │ │ │ ├── packer_Diet.2.sg │ │ │ ├── packer_EXC.2.sg │ │ │ ├── packer_ICE.1.sg │ │ │ ├── packer_LGLZ.2.sg │ │ │ ├── packer_PKLITE.2.sg │ │ │ ├── packer_PRO-PACK.2.sg │ │ │ ├── packer_SCRE2B.2.sg │ │ │ ├── packer_SCRNCH.2.sg │ │ │ ├── packer_SHRINK.2.sg │ │ │ ├── packer_Scramb.2.sg │ │ │ ├── packer_Six-2-Four.2.sg │ │ │ ├── packer_TPACK.2.sg │ │ │ ├── packer_Triplex.2.sg │ │ │ ├── packer_UPX.2.sg │ │ │ ├── packer_X-PACK.2.sg │ │ │ ├── packer_XE.2.sg │ │ │ ├── packer_XPACK.2.sg │ │ │ ├── packer_aPACK.2.sg │ │ │ ├── packer_com_RLE_packer.2.sg │ │ │ ├── packer_envelope.2.sg │ │ │ ├── protector_ABK-Scrambler.2.sg │ │ │ ├── protector_ACE_Scrambler.2.sg │ │ │ ├── protector_AVAST-Protect.2.sg │ │ │ ├── protector_AdFlt.2.sg │ │ │ ├── protector_Adys_COM-Scrambler.2.sg │ │ │ ├── protector_Anti-hack_encryption_system.2.sg │ │ │ ├── protector_BIN-Lock.2.sg │ │ │ ├── protector_Best_Protection_Kit-B.2.sg │ │ │ ├── protector_BinCOD.2.sg │ │ │ ├── protector_Budokan.1.sg │ │ │ ├── protector_C-crypt.2.sg │ │ │ ├── protector_CC#3.2.sg │ │ │ ├── protector_CC.2.sg │ │ │ ├── protector_CC286.2.sg │ │ │ ├── protector_CCC.2.sg │ │ │ ├── protector_CHECKPRG.2.sg │ │ │ ├── protector_CNT.2.sg │ │ │ ├── protector_COM-Protect.2.sg │ │ │ ├── protector_COM-Protection.2.sg │ │ │ ├── protector_COMCRYPT.2.sg │ │ │ ├── protector_COMPROTECT.2.sg │ │ │ ├── protector_COP.2.sg │ │ │ ├── protector_CodeLock.2.sg │ │ │ ├── protector_Codesafe.2.sg │ │ │ ├── protector_ComProt.2.sg │ │ │ ├── protector_ComProtector.2.sg │ │ │ ├── protector_Comlock.2.sg │ │ │ ├── protector_CrAcKeR.2.sg │ │ │ ├── protector_Crack2EXE.1.sg │ │ │ ├── protector_CryptCom.2.sg │ │ │ ├── protector_Crypto-King.2.sg │ │ │ ├── protector_DCFR.2.sg │ │ │ ├── protector_DS-CRP.2.sg │ │ │ ├── protector_Deeper.2.sg │ │ │ ├── protector_E2C-Scrambler.2.sg │ │ │ ├── protector_E2C1.2.sg │ │ │ ├── protector_EPW.2.sg │ │ │ ├── protector_EXETools.2.sg │ │ │ ├── protector_Encriptor.2.sg │ │ │ ├── protector_Entropy_Coder.2.sg │ │ │ ├── protector_ExOM.2.sg │ │ │ ├── protector_FCRYPT.2.sg │ │ │ ├── protector_GOAT.2.sg │ │ │ ├── protector_Guardian_Angel.2.sg │ │ │ ├── protector_HDKPROTC.2.sg │ │ │ ├── protector_HackStop.2.sg │ │ │ ├── protector_IntroC0der.1.sg │ │ │ ├── protector_Keygen_crypt.2.sg │ │ │ ├── protector_Khrome_Crypt.2.sg │ │ │ ├── protector_LAME_GG.2.sg │ │ │ ├── protector_LAMPROT.2.sg │ │ │ ├── protector_Lock-Master.2.sg │ │ │ ├── protector_MASK.2.sg │ │ │ ├── protector_MCLock.2.sg │ │ │ ├── protector_MESS.2.sg │ │ │ ├── protector_MSCC.2.sg │ │ │ ├── protector_MegaShield.2.sg │ │ │ ├── protector_Microxor.2.sg │ │ │ ├── protector_NH.2.sg │ │ │ ├── protector_NoAV.2.sg │ │ │ ├── protector_Nodebug.2.sg │ │ │ ├── protector_PCOM.2.sg │ │ │ ├── protector_PCRYPT.2.sg │ │ │ ├── protector_PCVault-Protect.2.sg │ │ │ ├── protector_PROTECT.2.sg │ │ │ ├── protector_PTP.2.sg │ │ │ ├── protector_PassCOM.2.sg │ │ │ ├── protector_Propellerhead_encryption.2.sg │ │ │ ├── protector_ProtEXE.2.sg │ │ │ ├── protector_R-Crypt.2.sg │ │ │ ├── protector_RCC.2.sg │ │ │ ├── protector_RSCC.2.sg │ │ │ ├── protector_SCC.2.sg │ │ │ ├── protector_SCRAM.2.sg │ │ │ ├── protector_Scrambler.2.sg │ │ │ ├── protector_Scrypt!.2.sg │ │ │ ├── protector_Scrypt.2.sg │ │ │ ├── protector_SelfCrypt.2.sg │ │ │ ├── protector_SelfProtect386.2.sg │ │ │ ├── protector_SnoopStop.2.sg │ │ │ ├── protector_SoftGuard.1.sg │ │ │ ├── protector_Steplock.2.sg │ │ │ ├── protector_TCEC.2.sg │ │ │ ├── protector_UnPackStop.2.sg │ │ │ ├── protector_UniCrypt.1.sg │ │ │ ├── protector_Venus.2.sg │ │ │ ├── protector_XORCOPY.2.sg │ │ │ ├── protector_XcomOR.2.sg │ │ │ ├── protector_XoReR.2.sg │ │ │ ├── protector_XorCom.2.sg │ │ │ ├── protector_aPatch.2.sg │ │ │ ├── protector_acBBS_protection.2.sg │ │ │ ├── protector_com-crypt.2.sg │ │ │ ├── protector_fds-cp.2.sg │ │ │ ├── protector_mCrypt.2.sg │ │ │ ├── protector_protection.2.sg │ │ │ ├── protector_spirit.2.sg │ │ │ ├── protector_sticker.2.sg │ │ │ ├── protector_x3.2.sg │ │ │ ├── self-displayer_ACiDDRAW.1.sg │ │ │ ├── self-displayer_ANS2ALL.1.sg │ │ │ ├── self-displayer_ASC2COM.1.sg │ │ │ ├── self-displayer_DOC2COM.1.sg │ │ │ ├── self-displayer_DOC2PAGE.1.sg │ │ │ ├── self-displayer_GTXT.1.sg │ │ │ ├── self-displayer_HYPDOC.1.sg │ │ │ ├── self-displayer_List.1.sg │ │ │ ├── self-displayer_MakeRead.1.sg │ │ │ ├── self-displayer_ONLINE-HELP.1.sg │ │ │ ├── self-displayer_PFL2COM.1.sg │ │ │ ├── self-displayer_RELETTER.1.sg │ │ │ ├── self-displayer_SHOWV20.1.sg │ │ │ ├── self-displayer_TXT2COM.1.sg │ │ │ ├── self-displayer_TXTmaker.1.sg │ │ │ ├── self-displayer_Txt2Exe.1.sg │ │ │ ├── self-displayer_readme.com.1.sg │ │ │ ├── sfx_LHA.1.sg │ │ │ ├── sfx_PKZip.1.sg │ │ │ ├── simple_ansi_viewer.1.sg │ │ │ ├── simple_self-displayer.1.sg │ │ │ └── virus.1.sg │ │ ├── CurIcoBPP │ │ ├── DEX/ │ │ │ ├── _DEX.0.sg │ │ │ ├── _DEX2.0.sg │ │ │ ├── _init │ │ │ ├── compiler_dexlib2.4.sg │ │ │ ├── library_UnicomSDK.4.sg │ │ │ ├── obfuscator_ProGuard.2.sg │ │ │ ├── protector_AESObfuscator.2.sg │ │ │ ├── protector_APKProtect.2.sg │ │ │ ├── protector_AlibabaProtection.2.sg │ │ │ ├── protector_AllatoriObfuscator.2.sg │ │ │ ├── protector_ApkEncryptor.2.sg │ │ │ ├── protector_AppSolid.2.sg │ │ │ ├── protector_BaiduProtection.2.sg │ │ │ ├── protector_BangcleProtection.2.sg │ │ │ ├── protector_EasyProtector.2.sg │ │ │ ├── protector_Jiagu.2.sg │ │ │ ├── protector_Kiwi.2.sg │ │ │ ├── protector_LIAPP.2.sg │ │ │ ├── protector_MedusaH.2.sg │ │ │ ├── protector_ModGuard.2.sg │ │ │ ├── protector_NQShield.2.sg │ │ │ ├── protector_NagaPTProtection.2.sg │ │ │ ├── protector_PangXie.2.sg │ │ │ ├── protector_QDBH.2.sg │ │ │ ├── protector_SecNeo.2.sg │ │ │ ├── protector_TencentProtection.2.sg │ │ │ ├── protector_VDog.2.sg │ │ │ ├── protector_Yidun.2.sg │ │ │ └── tool_ApkToolPlus.6.sg │ │ ├── DOS16M/ │ │ │ ├── _DOS16M.0.sg │ │ │ ├── _init │ │ │ └── compiler_Watcom.2.sg │ │ ├── DOS4G/ │ │ │ ├── _DOS4G.0.sg │ │ │ ├── _init │ │ │ └── compiler_Watcom.2.sg │ │ ├── ELF/ │ │ │ ├── Borland_Kylix.4.sg │ │ │ ├── Free_Pascal.4.sg │ │ │ ├── HP_C++.4.sg │ │ │ ├── IBM_AIX_kernel_loader.4.sg │ │ │ ├── Oracle_Solaris_Studio.4.sg │ │ │ ├── _ELF.0.sg │ │ │ ├── _init │ │ │ ├── compiler_DMD.4.sg │ │ │ ├── compiler_FASM.4.sg │ │ │ ├── compiler_Go.4.sg │ │ │ ├── compiler_MWCC.4.sg │ │ │ ├── compiler_Rust.4.sg │ │ │ ├── compiler_VBCC.4.sg │ │ │ ├── compiler_Watcom.4.sg │ │ │ ├── compiler_Zig.4.sg │ │ │ ├── compiler_gcc.4.sg │ │ │ ├── compiler_gdc.4.sg │ │ │ ├── compiler_ldc.4.sg │ │ │ ├── compiler_movfuscator.4.sg │ │ │ ├── library_Curl.4.sg │ │ │ ├── library_FFmpeg.4.sg │ │ │ ├── library_FLAC.4.sg │ │ │ ├── library_Flexlm.4.sg │ │ │ ├── library_FluidSynth.4.sg │ │ │ ├── library_FreeType.4.sg │ │ │ ├── library_GLEW.4.sg │ │ │ ├── library_GLIBC.3.sg │ │ │ ├── library_LZMA.4.sg │ │ │ ├── library_Lego1.4.sg │ │ │ ├── library_MPEG2.4.sg │ │ │ ├── library_Mikmod.4.sg │ │ │ ├── library_OGG.4.sg │ │ │ ├── library_OpenAL.4.sg │ │ │ ├── library_PulseAudio.4.sg │ │ │ ├── library_QT.3.sg │ │ │ ├── library_SDL.3.sg │ │ │ ├── packer_Ezuri.1.sg │ │ │ ├── packer_PyInstaller.2.sg │ │ │ ├── packer_UPX.2.sg │ │ │ ├── packer_Virbox.2.sg │ │ │ ├── packer_exepak.1.sg │ │ │ ├── protector_Burneye.2.sg │ │ │ └── protector_HASP.1.sg │ │ ├── FASM │ │ ├── FPC │ │ ├── IPA/ │ │ │ └── _init │ │ ├── ISO9660/ │ │ │ ├── _ISO9660.0.sg │ │ │ ├── _init │ │ │ ├── bootloader_Grub.1.sg │ │ │ ├── filesystem_AppleHFS.1.sg │ │ │ ├── iso_Rimage.1.sg │ │ │ ├── library_IMAPI.1.sg │ │ │ ├── library_IMAPI2.1.sg │ │ │ ├── library_libburn.1.sg │ │ │ ├── library_libisoburn.1.sg │ │ │ ├── library_libisofs.1.sg │ │ │ ├── partition_EFI_PART.1.sg │ │ │ ├── tool_CDBurnerXP.1.sg │ │ │ ├── tool_CDIMAGE.1.sg │ │ │ ├── tool_CeQuadrat.1.sg │ │ │ ├── tool_ImgBurn.1.sg │ │ │ ├── tool_MKARCHISO.1.sg │ │ │ ├── tool_NeroBurningROM.1.sg │ │ │ ├── tool_PersonalRomMaker.1.sg │ │ │ ├── tool_QuickToPix.1.sg │ │ │ ├── tool_RoxioToast.1.sg │ │ │ ├── tool_UltraISO.1.sg │ │ │ ├── tool_WinISO.1.sg │ │ │ ├── tool_genisoimage.1.sg │ │ │ └── tool_xorriso.1.sg │ │ ├── Image/ │ │ │ ├── _Image.0.sg │ │ │ └── _init │ │ ├── JAR/ │ │ │ ├── _JAR.0.sg │ │ │ ├── _init │ │ │ └── tool_SingleJar.3.sg │ │ ├── JPEG/ │ │ │ ├── _Jpeg.0.sg │ │ │ ├── _init │ │ │ ├── camera_camera.2.sg │ │ │ ├── image_DQT.4.sg │ │ │ ├── image_comment.4.sg │ │ │ └── tool_Tools.3.sg │ │ ├── JavaClass/ │ │ │ ├── _JavaClass.0.sg │ │ │ └── _init │ │ ├── LE/ │ │ │ ├── _LE.0.sg │ │ │ ├── _init │ │ │ ├── compiler_Watcom_C.4.sg │ │ │ └── packer_UPX.1.sg │ │ ├── LX/ │ │ │ ├── _LX.0.sg │ │ │ ├── _init │ │ │ ├── compiler_Borland_C.4.sg │ │ │ └── compiler_Watcom_C.4.sg │ │ ├── MACH/ │ │ │ ├── _MACH.0.sg │ │ │ ├── _init │ │ │ ├── compiler_Delphi.4.sg │ │ │ ├── compiler_Rust.4.sg │ │ │ ├── compiler_Zig.4.sg │ │ │ ├── compiler_gcc.4.sg │ │ │ ├── library_Carbon.3.sg │ │ │ ├── library_Cocoa.3.sg │ │ │ ├── library_QT.3.sg │ │ │ ├── library_WebKit.3.sg │ │ │ ├── library_java.3.sg │ │ │ ├── packer_UPX.2.sg │ │ │ └── packer_Virbox.2.sg │ │ ├── MACHOFAT/ │ │ │ ├── _MACHOFAT.0.sg │ │ │ ├── _init │ │ │ └── converter_lipo.2.sg │ │ ├── MFC │ │ ├── MSDOS/ │ │ │ ├── ACE.6.sg │ │ │ ├── Adys_COM2EXE.1.sg │ │ │ ├── Adys_Glue.2.sg │ │ │ ├── Anti-hack_encryption_system.2.sg │ │ │ ├── Aztec_C-86.4.sg │ │ │ ├── BlackWolf_Protection.2.sg │ │ │ ├── Black_fist.2.sg │ │ │ ├── Borland_C.4.sg │ │ │ ├── Borland_Pascal.4.sg │ │ │ ├── Borland_RTM.0a.sg │ │ │ ├── Borland_TDS.5.sg │ │ │ ├── Borland_TLINK.5.sg │ │ │ ├── CSCRYPT_Pro.2.sg │ │ │ ├── Concurrent_Small_C.4.sg │ │ │ ├── CopyQM_SFX.1.sg │ │ │ ├── Crypt_(Dismember).2.sg │ │ │ ├── Crypt_(LightShow).2.sg │ │ │ ├── DAEMON_Protect.2.sg │ │ │ ├── DOS32_loader.0a.sg │ │ │ ├── DOS_16M.0a.sg │ │ │ ├── DOS_32A.0a.sg │ │ │ ├── Digital_Research_C.4.sg │ │ │ ├── Disk_eXPress.1.sg │ │ │ ├── EMMXXXX0_check.0a.sg │ │ │ ├── EXETools_COM2EXE.1.sg │ │ │ ├── EXE_Manager.2.sg │ │ │ ├── EXE_Packer.2.sg │ │ │ ├── EXE_encryption.2.sg │ │ │ ├── Eliashim's_CodeTrack.1.sg │ │ │ ├── File_Shield.1.sg │ │ │ ├── Fitted_Modula-2.4.sg │ │ │ ├── GFX_to_EXE.1.sg │ │ │ ├── GamBit_Pro_Library.1.sg │ │ │ ├── GameWizard_DOS_Extender.0a.sg │ │ │ ├── Graphic_WorkShop.1.sg │ │ │ ├── Guardian_Angel.2.sg │ │ │ ├── H+BEDV_SelfCheck.1.sg │ │ │ ├── Header_Changer.2.sg │ │ │ ├── Hi-Tech_C.4.sg │ │ │ ├── HyperLOCK_386.2.sg │ │ │ ├── IBM_PC_Pascal.4.sg │ │ │ ├── John_Socha_Library.3.sg │ │ │ ├── Khrome_Crypt.2.sg │ │ │ ├── LSI_C.4.sg │ │ │ ├── L_O_V_E__FORTH.4.sg │ │ │ ├── Lahey_Fortran.4.sg │ │ │ ├── Lattice_C.4.sg │ │ │ ├── Logitech_Modula-2.4.sg │ │ │ ├── Meridian_Ada.4.sg │ │ │ ├── Meridian_Pascal.4.sg │ │ │ ├── MetaWare_High_C.4.sg │ │ │ ├── MetaWare_Professional_Pascal.4.sg │ │ │ ├── Micro_Focus_Cobol.4.sg │ │ │ ├── Micro_Focus_DOS_extender.0a.sg │ │ │ ├── Microsoft_Basic.4.sg │ │ │ ├── Microsoft_C.4.sg │ │ │ ├── Microsoft_C_Library.3.sg │ │ │ ├── Microsoft_Fortran.4.sg │ │ │ ├── Microsoft_Quick_Basic.4.sg │ │ │ ├── Microsoft_Quick_Pascal.4.sg │ │ │ ├── Microsoft_RTL.3.sg │ │ │ ├── Microsoft_RTL_(Clipper).3.sg │ │ │ ├── MultiLoop_Protection.2.sg │ │ │ ├── Netware_loader.1.sg │ │ │ ├── PDC_Prolog.4.sg │ │ │ ├── PK_sig.1.sg │ │ │ ├── PROPACK_SFX.1.sg │ │ │ ├── Pacific_C.4.sg │ │ │ ├── Panda_immunizer.1.sg │ │ │ ├── Pascal_MT+86.4.sg │ │ │ ├── Phar_Lap.0a.sg │ │ │ ├── RAR.6.sg │ │ │ ├── REC_small.1.sg │ │ │ ├── REC_small_AV.1.sg │ │ │ ├── RLE_com-packer.2.sg │ │ │ ├── RM_FORTRAN.4.sg │ │ │ ├── RTLink_VM_Manager.0a.sg │ │ │ ├── RTPatch_SFX.1.sg │ │ │ ├── Realia_Cobol.4.sg │ │ │ ├── Realia_SPITBOL.4.sg │ │ │ ├── SHOW_IT.1.sg │ │ │ ├── Self_UnStuffer.2.sg │ │ │ ├── Small_C.4.sg │ │ │ ├── StonyBrook_Pascal.4.sg │ │ │ ├── Sydex_SFX.1.sg │ │ │ ├── Topspeed_Modula.4.sg │ │ │ ├── UR_FORTH.4.sg │ │ │ ├── Unknown_cryptors.2.sg │ │ │ ├── Upper_Deck_Forth.4.sg │ │ │ ├── Visual_Cobol.4.sg │ │ │ ├── WWPACK_mutator.2.sg │ │ │ ├── Whitesmiths_C.4.sg │ │ │ ├── Window_book.1.sg │ │ │ ├── Wizardy_protection.1.sg │ │ │ ├── WordPerfect_EXEPack.2.sg │ │ │ ├── XOPEN+_Protection.2.sg │ │ │ ├── Zbikowski_C.4.sg │ │ │ ├── Zip.6.sg │ │ │ ├── Zortech(Symantec)_C.4.sg │ │ │ ├── Zurenava_DOS_Extender.0a.sg │ │ │ ├── _LE.0.sg │ │ │ ├── _LX.0.sg │ │ │ ├── _MSDOS.0.sg │ │ │ ├── _NE.0.sg │ │ │ ├── _init │ │ │ ├── anti-tracing_add-on.1.sg │ │ │ ├── compiler_ASIC-Basic.4.sg │ │ │ ├── compiler_Ada89.4.sg │ │ │ ├── compiler_ApBasic.4.sg │ │ │ ├── compiler_BAT2EXEC.4.sg │ │ │ ├── compiler_BSTAR_FORTH.4.sg │ │ │ ├── compiler_BatLite.4.sg │ │ │ ├── compiler_BetterBASIC.4.sg │ │ │ ├── compiler_CII-C.4.sg │ │ │ ├── compiler_Easy!-C.4.sg │ │ │ ├── compiler_GRASP.4.sg │ │ │ ├── compiler_MegaBasic.4.sg │ │ │ ├── compiler_MegaBasic1.4.sg │ │ │ ├── compiler_PCC.4.sg │ │ │ ├── compiler_Power_C.4.sg │ │ │ ├── compiler_SP-FORTH.4.sg │ │ │ ├── compiler_Symantec_BASIC.4.sg │ │ │ ├── compiler_Topspeed_C.4.sg │ │ │ ├── compiler_Turbo_Basic.4.sg │ │ │ ├── compiler_Turbo_Prolog.4.sg │ │ │ ├── compiler_WATCOM.4.sg │ │ │ ├── compiler_WPFORTH.4.sg │ │ │ ├── compiler_djgpp.4.sg │ │ │ ├── compiler_muLISP-87.4.sg │ │ │ ├── converter_EXE2COM.1.sg │ │ │ ├── converter_FromBAT.1.sg │ │ │ ├── converter_GRABBER.1.sg │ │ │ ├── converter_com2exe.2.sg │ │ │ ├── cryptor_EXE-Cryptor.2.sg │ │ │ ├── cryptor_TUCCRYP.2.sg │ │ │ ├── cryptor_deep-CRyPTer.2.sg │ │ │ ├── dos_extender.0a.sg │ │ │ ├── dos_extender1.0a.sg │ │ │ ├── dos_extender2.0a.sg │ │ │ ├── extender_Blinker.0a.sg │ │ │ ├── extender_CWSDPMI.0a.sg │ │ │ ├── extender_CauseWay_DOS_Extender.6.sg │ │ │ ├── extender_DOS32.0a.sg │ │ │ ├── extender_DOS4G.0a.sg │ │ │ ├── extender_DOSX16.0a.sg │ │ │ ├── extender_EMX.0a.sg │ │ │ ├── extender_Go32Stub.0a.sg │ │ │ ├── extender_PMODE.0a.sg │ │ │ ├── extender_PRO32.0a.sg │ │ │ ├── extender_RSX.0a.sg │ │ │ ├── extender_Stub-386.0a.sg │ │ │ ├── extender_TMTSTUB.0a.sg │ │ │ ├── extender_WDOSX.0a.sg │ │ │ ├── extender_WDOSX32.0a.sg │ │ │ ├── extender_XMLOD.0a.sg │ │ │ ├── extender_Xtender.0a.sg │ │ │ ├── immunizer_CPAV.1.sg │ │ │ ├── immunizer_F-XLOCK.1.sg │ │ │ ├── immunizer_Oyster.1.sg │ │ │ ├── immunizer_PGPROT.1.sg │ │ │ ├── immunizer_Palladix.1.sg │ │ │ ├── immunizer_TTW.1.sg │ │ │ ├── joiner_TurboChainer.1.sg │ │ │ ├── joiner_V-Load.1.sg │ │ │ ├── library_ParsecCollection.1.sg │ │ │ ├── loader_32stub.0a.sg │ │ │ ├── mbp_SHRINK.2.sg │ │ │ ├── other_AutoHack.1.sg │ │ │ ├── other_Coderunner.1.sg │ │ │ ├── other_DemoMaker.2.sg │ │ │ ├── overlay_overlays.6.sg │ │ │ ├── packer_32LiTe.2.sg │ │ │ ├── packer_AINEXE.2.sg │ │ │ ├── packer_AVPACK.2.sg │ │ │ ├── packer_Amisetup.1.sg │ │ │ ├── packer_COMPACK.2.sg │ │ │ ├── packer_CRYPACK.2.sg │ │ │ ├── packer_Compress-EXE.2.sg │ │ │ ├── packer_DIET.2.sg │ │ │ ├── packer_DSHIELD.2.sg │ │ │ ├── packer_DexEXE.2.sg │ │ │ ├── packer_EXECUTRIX.2.sg │ │ │ ├── packer_EXEPACK.2.sg │ │ │ ├── packer_ExeLITE.2.sg │ │ │ ├── packer_LGLZ.2.sg │ │ │ ├── packer_LZEXE.2.sg │ │ │ ├── packer_MSLite.1.sg │ │ │ ├── packer_Optlink.2.sg │ │ │ ├── packer_PGMPAK.2.sg │ │ │ ├── packer_PKEXE.2.sg │ │ │ ├── packer_PKLITE.2.sg │ │ │ ├── packer_PKTINY.2.sg │ │ │ ├── packer_PMWLite.2.sg │ │ │ ├── packer_PRO-PACK.2.sg │ │ │ ├── packer_Pack.2.sg │ │ │ ├── packer_Packers.2.sg │ │ │ ├── packer_RERP.2.sg │ │ │ ├── packer_RIXEPACK.2.sg │ │ │ ├── packer_RJcrush.2.sg │ │ │ ├── packer_Relpack.2.sg │ │ │ ├── packer_SCRNCH.2.sg │ │ │ ├── packer_SEA-AXE.2.sg │ │ │ ├── packer_Scramb.2.sg │ │ │ ├── packer_Shrinker.2.sg │ │ │ ├── packer_TSCRUNCH.2.sg │ │ │ ├── packer_Tenth_Planet.2.sg │ │ │ ├── packer_TinyProg.2.sg │ │ │ ├── packer_Tinyprot.2.sg │ │ │ ├── packer_UCEXE.2.sg │ │ │ ├── packer_UPX.2.sg │ │ │ ├── packer_WWPACK.2.sg │ │ │ ├── packer_XPACK.2.sg │ │ │ ├── packer_ZIPSCRUB.2.sg │ │ │ ├── packer_aPACK.2.sg │ │ │ ├── patcher_Patchers.1.sg │ │ │ ├── protector_$pirit.2.sg │ │ │ ├── protector_ABKprot.2.sg │ │ │ ├── protector_AEP.2.sg │ │ │ ├── protector_ALEC.2.sg │ │ │ ├── protector_ANTI-TRACE.2.sg │ │ │ ├── protector_AVAST_CRC-Check.2.sg │ │ │ ├── protector_Aluwain.2.sg │ │ │ ├── protector_Anti-LAME.2.sg │ │ │ ├── protector_Antilame.2.sg │ │ │ ├── protector_Bitlok.2.sg │ │ │ ├── protector_Bunny.2.sg │ │ │ ├── protector_CC.2.sg │ │ │ ├── protector_CEPexe.2.sg │ │ │ ├── protector_CERBERUS.2.sg │ │ │ ├── protector_COMCRYPT.2.sg │ │ │ ├── protector_COMPROTECT.2.sg │ │ │ ├── protector_CONVOY.2.sg │ │ │ ├── protector_CRYPTEXE.2.sg │ │ │ ├── protector_China Locker.2.sg │ │ │ ├── protector_Ciphator.2.sg │ │ │ ├── protector_Codesafe.2.sg │ │ │ ├── protector_ComProtector.2.sg │ │ │ ├── protector_ComprEXE.2.sg │ │ │ ├── protector_Copy_Protector.2.sg │ │ │ ├── protector_Copylock_PC.2.sg │ │ │ ├── protector_CrAcKeR.2.sg │ │ │ ├── protector_CrackStop.2.sg │ │ │ ├── protector_Cruncher.2.sg │ │ │ ├── protector_CryExe.2.sg │ │ │ ├── protector_CryptCom.2.sg │ │ │ ├── protector_CrypteXeC.2.sg │ │ │ ├── protector_Crypto-box.2.sg │ │ │ ├── protector_DCREXE.2.sg │ │ │ ├── protector_DMC.2.sg │ │ │ ├── protector_Deeper.2.sg │ │ │ ├── protector_E-PROT.2.sg │ │ │ ├── protector_EEXE.2.sg │ │ │ ├── protector_EPW.2.sg │ │ │ ├── protector_ETS.1.sg │ │ │ ├── protector_EXE-Crypt.2.sg │ │ │ ├── protector_EXE-Protect.2.sg │ │ │ ├── protector_EXEGUARD.2.sg │ │ │ ├── protector_EXEHigh.2.sg │ │ │ ├── protector_EXETools.2.sg │ │ │ ├── protector_Encriptor.2.sg │ │ │ ├── protector_Enkryptonator.2.sg │ │ │ ├── protector_ExeCode.2.sg │ │ │ ├── protector_ExeLock.2.sg │ │ │ ├── protector_FACRYPT.2.sg │ │ │ ├── protector_FSE.2.sg │ │ │ ├── protector_GA-Header.2.sg │ │ │ ├── protector_GOAT.1.sg │ │ │ ├── protector_HACKSTOP.2.sg │ │ │ ├── protector_HASP.2.sg │ │ │ ├── protector_HEALTH.2.sg │ │ │ ├── protector_HaSPeX-Protect.2.sg │ │ │ ├── protector_Hardlock.2.sg │ │ │ ├── protector_Inertia.2.sg │ │ │ ├── protector_Int01-Destroyer.2.sg │ │ │ ├── protector_Ironthorn.2.sg │ │ │ ├── protector_JAM.2.sg │ │ │ ├── protector_JmCryptExe.2.sg │ │ │ ├── protector_Joke.2.sg │ │ │ ├── protector_KeyMaker.2.sg │ │ │ ├── protector_Kvetch.2.sg │ │ │ ├── protector_LOCK.2.sg │ │ │ ├── protector_LOCK91.2.sg │ │ │ ├── protector_LamerStop.2.sg │ │ │ ├── protector_LockTite+.2.sg │ │ │ ├── protector_MEGALITE.2.sg │ │ │ ├── protector_MESS.2.sg │ │ │ ├── protector_Maker.2.sg │ │ │ ├── protector_Mandrake.2.sg │ │ │ ├── protector_MutaWWP.2.sg │ │ │ ├── protector_Mutate.2.sg │ │ │ ├── protector_NOCLIP.2.sg │ │ │ ├── protector_NOTA.2.sg │ │ │ ├── protector_NTShell.2.sg │ │ │ ├── protector_Nodebug.2.sg │ │ │ ├── protector_Novex.2.sg │ │ │ ├── protector_Overlay.2.sg │ │ │ ├── protector_PACKWIN.2.sg │ │ │ ├── protector_PC-Guard.2.sg │ │ │ ├── protector_PCOM.2.sg │ │ │ ├── protector_PROTECT.2.sg │ │ │ ├── protector_PVAC.2.sg │ │ │ ├── protector_PassEXE.2.sg │ │ │ ├── protector_Pksmart.2.sg │ │ │ ├── protector_ProtEXE.2.sg │ │ │ ├── protector_Protector.2.sg │ │ │ ├── protector_Quadru-Lock.2.sg │ │ │ ├── protector_R-Crypt.2.sg │ │ │ ├── protector_REC.2.sg │ │ │ ├── protector_RHC.2.sg │ │ │ ├── protector_ROSETINY.2.sg │ │ │ ├── protector_SSI-Lock.2.sg │ │ │ ├── protector_Secure.2.sg │ │ │ ├── protector_SelfChk.2.sg │ │ │ ├── protector_Shrink.2.sg │ │ │ ├── protector_SnoopStop.2.sg │ │ │ ├── protector_SuckStop.2.sg │ │ │ ├── protector_TCEC.2.sg │ │ │ ├── protector_TraceLock.2.sg │ │ │ ├── protector_Trap.2.sg │ │ │ ├── protector_Un2pack.2.sg │ │ │ ├── protector_UnPackStop.2.sg │ │ │ ├── protector_XDOC.2.sg │ │ │ ├── protector_aPatch.2.sg │ │ │ ├── protector_cramble.2.sg │ │ │ ├── protector_iLUCRYPT.2.sg │ │ │ ├── protector_nbuild.2.sg │ │ │ ├── runtime_VROOMM.4.sg │ │ │ ├── self-displayer_ANS2ALL.1.sg │ │ │ ├── self-displayer_GIFEXE.1.sg │ │ │ ├── self-displayer_RELETTER.1.sg │ │ │ ├── self-displayer_SimplyWare.1.sg │ │ │ ├── self-displayer_TXT2COM.1.sg │ │ │ ├── self-displayer_TXTmaker.1.sg │ │ │ ├── self-displayer_Txt2Exe.1.sg │ │ │ ├── self-displayer_self-displayer.1.sg │ │ │ ├── sfx_ARC.1.sg │ │ │ ├── sfx_ARJ.1.sg │ │ │ ├── sfx_ChSFX.1.sg │ │ │ ├── sfx_EXARJ.1.sg │ │ │ ├── sfx_ICE.1.sg │ │ │ ├── sfx_LH.1.sg │ │ │ ├── sfx_LHA.1.sg │ │ │ ├── sfx_LHarc.1.sg │ │ │ ├── sfx_PKSFX.1.sg │ │ │ ├── sfx_PKZIP-SFX.1.sg │ │ │ ├── sfx_PKZIP_mini-sfx.1.sg │ │ │ ├── sfx_SFX.1.sg │ │ │ ├── sfx_ZOO.1.sg │ │ │ ├── unknown_immunizer.1.sg │ │ │ └── virus.1.sg │ │ ├── NE/ │ │ │ ├── _NE.0.sg │ │ │ ├── _init │ │ │ ├── compiler_Borland_C++.1.sg │ │ │ ├── compiler_Borland_Pascal.1.sg │ │ │ ├── compiler_Watcom_C.1.sg │ │ │ ├── game_engine_DirectorPlayer.1.sg │ │ │ ├── installer_CoktelVisionInstaller.1.sg │ │ │ ├── installer_Setup-Specialist.1.sg │ │ │ ├── library_MS_RTL.4.sg │ │ │ ├── sfx_ARC_SFX.1.sg │ │ │ ├── sfx_PKZIP-SFX.1.sg │ │ │ └── sfx_Sydex_SFX.1.sg │ │ ├── NPM/ │ │ │ ├── _NPM.0.sg │ │ │ ├── _init │ │ │ ├── language_JavaScript.5.sg │ │ │ ├── language_TypeScript.5.sg │ │ │ └── package_PackageName.1.sg │ │ ├── PDF/ │ │ │ ├── _PDF.0.sg │ │ │ ├── _init │ │ │ ├── converter_markdown-pdf.3.sg │ │ │ ├── converter_mdpdf.3.sg │ │ │ ├── format_HeaderComment.2.sg │ │ │ ├── format_PersonalData.5.sg │ │ │ ├── format_RTSN_secure.1.sg │ │ │ └── format_Tools.2.sg │ │ ├── PE/ │ │ │ ├── ACE.6.sg │ │ │ ├── Cab.6.sg │ │ │ ├── Microsoft.6.sg │ │ │ ├── Microsoft_Class_Installer.1.sg │ │ │ ├── Microsoft_Compound-based_installer.1.sg │ │ │ ├── Microsoft_Help.1.sg │ │ │ ├── Microsoft_JScript.6.sg │ │ │ ├── _FixDetects.9.sg │ │ │ ├── _NetCompilersLibs.4.sg │ │ │ ├── _PE.0.sg │ │ │ ├── __GenericHeuristicAnalysis_By_DosX.7.sg │ │ │ ├── _init │ │ │ ├── archive_7z.6.sg │ │ │ ├── arj.6.sg │ │ │ ├── compiler_BatchToApp.6.sg │ │ │ ├── compiler_BeRo_Tiny_Pascal.6.sg │ │ │ ├── compiler_Borland_C++.6.sg │ │ │ ├── compiler_Cygwin32.4.sg │ │ │ ├── compiler_DECFortran.4.sg │ │ │ ├── compiler_DMD.6.sg │ │ │ ├── compiler_DarkBASIC.4.sg │ │ │ ├── compiler_Delphi.4.sg │ │ │ ├── compiler_EuroASM.4.sg │ │ │ ├── compiler_Excelsior_JET.4.sg │ │ │ ├── compiler_FASM.4.sg │ │ │ ├── compiler_FreeBasic.6.sg │ │ │ ├── compiler_Free_Pascal.6.sg │ │ │ ├── compiler_Go.4.sg │ │ │ ├── compiler_IBM_VisualAge_C.6.sg │ │ │ ├── compiler_IBM_VisualAge_COBOL.6.sg │ │ │ ├── compiler_IBM_VisualAge_PL_I.6.sg │ │ │ ├── compiler_Intel_C.6.sg │ │ │ ├── compiler_Kotlin.4.sg │ │ │ ├── compiler_LCC-Win32.4.sg │ │ │ ├── compiler_LDC.6.sg │ │ │ ├── compiler_LLVM.6.sg │ │ │ ├── compiler_Lahey_Fortran_90.4.sg │ │ │ ├── compiler_MinGW.6.sg │ │ │ ├── compiler_Nim.4.sg │ │ │ ├── compiler_Pelles_C.6.sg │ │ │ ├── compiler_PerlApp.1.sg │ │ │ ├── compiler_PowerBASIC.4.sg │ │ │ ├── compiler_PureBasic.4.sg │ │ │ ├── compiler_RADBasic.6.sg │ │ │ ├── compiler_RealBasic.4.sg │ │ │ ├── compiler_RosASM.4.sg │ │ │ ├── compiler_Rust.4.sg │ │ │ ├── compiler_SpASM.4.sg │ │ │ ├── compiler_Swift.6.sg │ │ │ ├── compiler_Symantec_C.6.sg │ │ │ ├── compiler_TASM32.4.sg │ │ │ ├── compiler_Virtual_Pascal.4.sg │ │ │ ├── compiler_Visual_Objects.4.sg │ │ │ ├── compiler_Visual_Prolog.4.sg │ │ │ ├── compiler_Watcom.6.sg │ │ │ ├── compiler_WutaoEPL.6.sg │ │ │ ├── compiler_Xbase.4.sg │ │ │ ├── compiler_Zig.4.sg │ │ │ ├── compiler_tcc.6.sg │ │ │ ├── compiler_twinBASIC.6.sg │ │ │ ├── cryptor_Amber.2.sg │ │ │ ├── cryptor_AverCryptor.2.sg │ │ │ ├── cryptor_BattleshipCrypter.2.sg │ │ │ ├── cryptor_CronosCrypter.1.sg │ │ │ ├── cryptor_CryptEngine_MalwareCryptor.2.sg │ │ │ ├── cryptor_Duals_eXe_Encryptor.2.sg │ │ │ ├── cryptor_EXECryptor.2.sg │ │ │ ├── cryptor_Huan.1.sg │ │ │ ├── cryptor_KCryptor.2.sg │ │ │ ├── cryptor_Kryptonit.2.sg │ │ │ ├── cryptor_LimeCrypter.2.sg │ │ │ ├── cryptor_NativeCryptor_by_DosX.2.sg │ │ │ ├── cryptor_PEUnion.2.sg │ │ │ ├── cryptor_RCryptor.2.sg │ │ │ ├── cryptor_RDG_Tejon_Crypter.2.sg │ │ │ ├── cryptor_ReXCrypter.2.sg │ │ │ ├── cryptor_Stones_PE_Encryptor.2.sg │ │ │ ├── cryptor_Virogen_Crypt.2.sg │ │ │ ├── cryptor_XorCryptor.2.sg │ │ │ ├── cryptor_Yodas_Crypter.2.sg │ │ │ ├── custom_sfx_installers.1.sg │ │ │ ├── debug_data.5.sg │ │ │ ├── dotnet_only/ │ │ │ │ └── about.txt │ │ │ ├── emulator_Wine.3.sg │ │ │ ├── engine_AGS.1.sg │ │ │ ├── format_AutoHotKey.3.sg │ │ │ ├── format_AutoIt.3.sg │ │ │ ├── game_engine_Atlas.3.sg │ │ │ ├── game_engine_DEV7.3.sg │ │ │ ├── game_engine_Director.3.sg │ │ │ ├── game_engine_Godot.3.sg │ │ │ ├── game_engine_Wintermute.3.sg │ │ │ ├── game_engine_XPAT.3.sg │ │ │ ├── game_engine_Xash.3.sg │ │ │ ├── installer_ACCAStore.1.sg │ │ │ ├── installer_AOLSetup.1.sg │ │ │ ├── installer_Acronis_installer.1.sg │ │ │ ├── installer_Actual_Installer.1.sg │ │ │ ├── installer_Adobe_FlashPlayer_downloader.1.sg │ │ │ ├── installer_Adobe_installers.1.sg │ │ │ ├── installer_Advanced_installer.1.sg │ │ │ ├── installer_Adveractive.1.sg │ │ │ ├── installer_Aeco_installer.1.sg │ │ │ ├── installer_Alchemy_Mindworks_installer.1.sg │ │ │ ├── installer_Astrum.1.sg │ │ │ ├── installer_AutoPlay_Media_Studio.1.sg │ │ │ ├── installer_Autodesk_Self-Extract.1.sg │ │ │ ├── installer_AutorunProEnterprise.1.sg │ │ │ ├── installer_AutorunProEnterpriseII.1.sg │ │ │ ├── installer_BitRock_Installer.1.sg │ │ │ ├── installer_Bytessence_Install_Maker.1.sg │ │ │ ├── installer_CNetX.1.sg │ │ │ ├── installer_CSDD_installer.1.sg │ │ │ ├── installer_CZ_installer.1.sg │ │ │ ├── installer_Calibre_installer.1.sg │ │ │ ├── installer_Chaos_Software_installer.1.sg │ │ │ ├── installer_ClickTeam.1.sg │ │ │ ├── installer_Codegear_Installer.1.sg │ │ │ ├── installer_CreateInstall.1.sg │ │ │ ├── installer_CrypKey_Installer.1.sg │ │ │ ├── installer_DeployMaster.1.sg │ │ │ ├── installer_DesktopX_Installer.1.sg │ │ │ ├── installer_Eschalon_installer.1.sg │ │ │ ├── installer_Excelsior_Installer.1.sg │ │ │ ├── installer_FDM_Installer.1.sg │ │ │ ├── installer_GPInstall.1.sg │ │ │ ├── installer_Gentee_Installer.1.sg │ │ │ ├── installer_Ghost_Installer.1.sg │ │ │ ├── installer_Gremlin_Patcher.1.sg │ │ │ ├── installer_I-D_Media_installer.1.sg │ │ │ ├── installer_IDM_Installer.1.sg │ │ │ ├── installer_INTENIUM.1.sg │ │ │ ├── installer_Inno_Setup_Module.1.sg │ │ │ ├── installer_Instalit.1.sg │ │ │ ├── installer_Install4j_installer.1.sg │ │ │ ├── installer_InstallAnywhere.1.sg │ │ │ ├── installer_InstallShield.1.sg │ │ │ ├── installer_InstallUs.1.sg │ │ │ ├── installer_Install_Factory.1.sg │ │ │ ├── installer_LucasArts_Update_Installer.1.sg │ │ │ ├── installer_Miktex_Installer.1.sg │ │ │ ├── installer_Mioplanet_installer.1.sg │ │ │ ├── installer_Morton_installer.1.sg │ │ │ ├── installer_Multimedia_Fusion_Installer.1.sg │ │ │ ├── installer_Myriad_Install.1.sg │ │ │ ├── installer_NOS_Installer.1.sg │ │ │ ├── installer_Nullsoft_Scriptable_Install_System.1.sg │ │ │ ├── installer_O'Setup95.1.sg │ │ │ ├── installer_PCInstall.1.sg │ │ │ ├── installer_PIMP.1.sg │ │ │ ├── installer_PackageForTheWeb.1.sg │ │ │ ├── installer_Pantaray_QSetup.1.sg │ │ │ ├── installer_Paquet_Builder.1.sg │ │ │ ├── installer_Quick_Install.1.sg │ │ │ ├── installer_RNsetup.1.sg │ │ │ ├── installer_SCE_installer.1.sg │ │ │ ├── installer_STATICSUP.1.sg │ │ │ ├── installer_Setup-Specialist.1.sg │ │ │ ├── installer_Setup_Factory.1.sg │ │ │ ├── installer_SfxCA.1.sg │ │ │ ├── installer_Smart_Install_Maker.1.sg │ │ │ ├── installer_Sony_Windows_Installer.1.sg │ │ │ ├── installer_Spoon_Installer.1.sg │ │ │ ├── installer_Squirrel.1.sg │ │ │ ├── installer_SwiftView_installer.1.sg │ │ │ ├── installer_Synactis_In-The-Box_Installer.1.sg │ │ │ ├── installer_Tarma_Installer.1.sg │ │ │ ├── installer_Themepak.1.sg │ │ │ ├── installer_UFI_installer.1.sg │ │ │ ├── installer_VMWare.1.sg │ │ │ ├── installer_Vise.1.sg │ │ │ ├── installer_WiX_Toolset_installer.1.sg │ │ │ ├── installer_WinRAR_Installer.1.sg │ │ │ ├── installer_Winamp_Installer.1.sg │ │ │ ├── installer_Windows_Installer.1.sg │ │ │ ├── installer_Wise_Installer.1.sg │ │ │ ├── installer_Xoreax_installer.1.sg │ │ │ ├── installer_distutils.1.sg │ │ │ ├── installer_sqx.1.sg │ │ │ ├── joiner_Celesty_File_Binder.1.sg │ │ │ ├── joiner_ExeSplitter.1.sg │ │ │ ├── joiner_FreeJoiner.1.sg │ │ │ ├── joiner_MicroJoiner.1.sg │ │ │ ├── joiner_N-Joiner.1.sg │ │ │ ├── joiner_OxiJoiner.2.sg │ │ │ ├── joiner_RJoiner.1.sg │ │ │ ├── joiner_SFXRun.1.sg │ │ │ ├── joiner_inPEct.1.sg │ │ │ ├── library_16Edit.4.sg │ │ │ ├── library_7z.4.sg │ │ │ ├── library_AMD_FSR.4.sg │ │ │ ├── library_AMD_GraphicalServices.4.sg │ │ │ ├── library_ASIPort.4.sg │ │ │ ├── library_AjaxMin.4.sg │ │ │ ├── library_Alibaba_CloudSDK.4.sg │ │ │ ├── library_Amazon_CloudWatch.4.sg │ │ │ ├── library_Amazon_CloudWatchLogs.4.sg │ │ │ ├── library_Amazon_DynamoDB.4.sg │ │ │ ├── library_Amazon_ElasticComputeCloudService.4.sg │ │ │ ├── library_Amazon_Glue.4.sg │ │ │ ├── library_Amazon_Kinesis.4.sg │ │ │ ├── library_Amazon_Lambda.4.sg │ │ │ ├── library_Amazon_RelationalDatabaseService.4.sg │ │ │ ├── library_Amazon_SecretsManager.4.sg │ │ │ ├── library_Amazon_SecurityToken.4.sg │ │ │ ├── library_Amazon_ServicesSDK.4.sg │ │ │ ├── library_Amazon_SimpleEmail.4.sg │ │ │ ├── library_Amazon_SimpleQueueService.4.sg │ │ │ ├── library_Amazon_SimpleStorageService.4.sg │ │ │ ├── library_Amazon_SingleSignOn.4.sg │ │ │ ├── library_Amazon_X-Ray.4.sg │ │ │ ├── library_AngleSharp.4.sg │ │ │ ├── library_Antlr.4.sg │ │ │ ├── library_AppleSoftwareUpdate.4.sg │ │ │ ├── library_Argon2.4.sg │ │ │ ├── library_AtMsg32.4.sg │ │ │ ├── library_Atlantic.4.sg │ │ │ ├── library_Authorwave.4.sg │ │ │ ├── library_Autofac.4.sg │ │ │ ├── library_BenchmarkDotNet.4.sg │ │ │ ├── library_Boost.4.sg │ │ │ ├── library_BrotliSharpLib.4.sg │ │ │ ├── library_CUDA-Driver.4.sg │ │ │ ├── library_Castle.Net.4.sg │ │ │ ├── library_ChilkatNativeLib.4.sg │ │ │ ├── library_Chromium_Embedded_Framework.4.sg │ │ │ ├── library_Chromium_WebView.4.sg │ │ │ ├── library_CliWrap.4.sg │ │ │ ├── library_ClosedXML.4.sg │ │ │ ├── library_CodeBase.4.sg │ │ │ ├── library_CommandLineParser.4.sg │ │ │ ├── library_Costura.Fody.4.sg │ │ │ ├── library_Crc32_NET.4.sg │ │ │ ├── library_Crc_NET.4.sg │ │ │ ├── library_CsvHelper.4.sg │ │ │ ├── library_D3DRM.4.sg │ │ │ ├── library_D3DXOF.4.sg │ │ │ ├── library_Dapper.4.sg │ │ │ ├── library_DeepCloner.4.sg │ │ │ ├── library_Direct2D.4.sg │ │ │ ├── library_Direct3D.4.sg │ │ │ ├── library_DirectDraw.4.sg │ │ │ ├── library_DirectInput.4.sg │ │ │ ├── library_DirectSound.4.sg │ │ │ ├── library_DirectX.4.sg │ │ │ ├── library_DirectorAPI.4.sg │ │ │ ├── library_Discord.Net.4.sg │ │ │ ├── library_DnsClient.NET.4.sg │ │ │ ├── library_Dryloc.4.sg │ │ │ ├── library_EAX_Unified.4.sg │ │ │ ├── library_EcmaScript_NET.4.sg │ │ │ ├── library_Edit_Dev.4.sg │ │ │ ├── library_ElectronApp.4.sg │ │ │ ├── library_EpicGames.4.sg │ │ │ ├── library_ExcelDataReader.4.sg │ │ │ ├── library_ExcelNumberFormat.4.sg │ │ │ ├── library_ExifLibNet.4.sg │ │ │ ├── library_FAAD.4.sg │ │ │ ├── library_FFmpeg.4.sg │ │ │ ├── library_FastExpressionCompiler.4.sg │ │ │ ├── library_FastMember.4.sg │ │ │ ├── library_FastRsync_NET.4.sg │ │ │ ├── library_Fastenshtein.4.sg │ │ │ ├── library_Fasterflect.4.sg │ │ │ ├── library_FlashPlayer.1.sg │ │ │ ├── library_FluentValidation.4.sg │ │ │ ├── library_Fox_Pro.4.sg │ │ │ ├── library_FusionCache.4.sg │ │ │ ├── library_FuzzySharp.4.sg │ │ │ ├── library_GitLabApiClient.4.sg │ │ │ ├── library_GoldSrc.3.sg │ │ │ ├── library_Google_APIs.4.sg │ │ │ ├── library_Google_ProtoBuf.4.sg │ │ │ ├── library_Harmony.4.sg │ │ │ ├── library_HtmlAgilityPack.4.sg │ │ │ ├── library_Humanizer.4.sg │ │ │ ├── library_ImageSharp.4.sg │ │ │ ├── library_Intel_IPP.4.sg │ │ │ ├── library_Intel_TBB.4.sg │ │ │ ├── library_Intel_XeSS.4.sg │ │ │ ├── library_Irony.4.sg │ │ │ ├── library_LCL.5.sg │ │ │ ├── library_LINQKit.4.sg │ │ │ ├── library_LZMA.4.sg │ │ │ ├── library_LazyCache.4.sg │ │ │ ├── library_Lego1.4.sg │ │ │ ├── library_LibLog.4.sg │ │ │ ├── library_LibNoise.4.sg │ │ │ ├── library_LibPhoneNumber_NET.4.sg │ │ │ ├── library_LibSassBuilder.4.sg │ │ │ ├── library_LibVLCSharp.4.sg │ │ │ ├── library_LiteDB.4.sg │ │ │ ├── library_LoadServ.4.sg │ │ │ ├── library_Lua_Runtime.4.sg │ │ │ ├── library_MacroMix.4.sg │ │ │ ├── library_MailKit.4.sg │ │ │ ├── library_ManagedCuda.4.sg │ │ │ ├── library_Mapster.4.sg │ │ │ ├── library_Markdig.4.sg │ │ │ ├── library_MassTransit.4.sg │ │ │ ├── library_MediatR.4.sg │ │ │ ├── library_MemoryPack.4.sg │ │ │ ├── library_MessagePack.4.sg │ │ │ ├── library_Microsoft_AzureSDK.4.sg │ │ │ ├── library_Microsoft_Azure_SDK.4.sg │ │ │ ├── library_Microsoft_C_Runtime.4.sg │ │ │ ├── library_Microsoft_Edge_WebView.4.sg │ │ │ ├── library_Microsoft_NET_Runtime.4.sg │ │ │ ├── library_Microsoft_OpenAPI.4.sg │ │ │ ├── library_MilesSoundSystem.4.sg │ │ │ ├── library_MimeKit.4.sg │ │ │ ├── library_MongoDB.NET.4.sg │ │ │ ├── library_MonkeyCache.4.sg │ │ │ ├── library_Moq.4.sg │ │ │ ├── library_NJsonSchema.4.sg │ │ │ ├── library_NSubstitute.4.sg │ │ │ ├── library_NUnit.4.sg │ │ │ ├── library_Nerdbank.Streams.4.sg │ │ │ ├── library_Newtonsoft.Json.4.sg │ │ │ ├── library_Ninject.4.sg │ │ │ ├── library_NodaTime.4.sg │ │ │ ├── library_Nvidia_DLSS.4.sg │ │ │ ├── library_Nvidia_PhysX.4.sg │ │ │ ├── library_Nvidia_Streamline.4.sg │ │ │ ├── library_OodleCompression.4.sg │ │ │ ├── library_OpenAI.4.sg │ │ │ ├── library_OpenAL.4.sg │ │ │ ├── library_OpenCL.4.sg │ │ │ ├── library_OpenCV.4.sg │ │ │ ├── library_OpenColorIO.4.sg │ │ │ ├── library_OpenGL.4.sg │ │ │ ├── library_OpenIddict.4.sg │ │ │ ├── library_OpenSSL.4.sg │ │ │ ├── library_OpenTelemetry.4.sg │ │ │ ├── library_OpusAudio.4.sg │ │ │ ├── library_PdfPig.4.sg │ │ │ ├── library_Perfolizer.4.sg │ │ │ ├── library_Perl.3.sg │ │ │ ├── library_Plivo.4.sg │ │ │ ├── library_Polly.4.sg │ │ │ ├── library_PortAudio.4.sg │ │ │ ├── library_Python.4.sg │ │ │ ├── library_QMixer.4.sg │ │ │ ├── library_Qt.4.sg │ │ │ ├── library_RADVideoTools.4.sg │ │ │ ├── library_RNNoise.4.sg │ │ │ ├── library_RabbitMQ.4.sg │ │ │ ├── library_RamlToOpenApiConverter.4.sg │ │ │ ├── library_RestSharp.4.sg │ │ │ ├── library_SDL.4.sg │ │ │ ├── library_ScePad.4.sg │ │ │ ├── library_ScriptHookV.4.sg │ │ │ ├── library_Scrutor.4.sg │ │ │ ├── library_SecretRabbitCode.4.sg │ │ │ ├── library_Serilog.4.sg │ │ │ ├── library_SharpCompress.4.sg │ │ │ ├── library_SharpZipLib.4.sg │ │ │ ├── library_Sigil.4.sg │ │ │ ├── library_SkiaSharp.4.sg │ │ │ ├── library_Smacker.4.sg │ │ │ ├── library_SmartHeap.4.sg │ │ │ ├── library_Snappier.4.sg │ │ │ ├── library_Spectre.Console.4.sg │ │ │ ├── library_Stackify.4.sg │ │ │ ├── library_Starkbank_ECDSA.4.sg │ │ │ ├── library_Steam.4.sg │ │ │ ├── library_Swashbuckle.AspNetCore.4.sg │ │ │ ├── library_TNTSI.4.sg │ │ │ ├── library_Tabula.4.sg │ │ │ ├── library_Telegram.Bot.4.sg │ │ │ ├── library_Twilio.4.sg │ │ │ ├── library_Twilio_SendGrid.4.sg │ │ │ ├── library_UAParser.4.sg │ │ │ ├── library_Unity.4.sg │ │ │ ├── library_VFW.4.sg │ │ │ ├── library_Vorbis.4.sg │ │ │ ├── library_Vulkan.4.sg │ │ │ ├── library_WF.Guna.UI2.4.sg │ │ │ ├── library_WF.Krypton.4.sg │ │ │ ├── library_WF.MetroFramework.4.sg │ │ │ ├── library_WF.ReaLTaiizor.4.sg │ │ │ ├── library_WF_WPF.MaterialSkin.4.sg │ │ │ ├── library_WPF.AvalonEdit.4.sg │ │ │ ├── library_WPF.ControlzEx.4.sg │ │ │ ├── library_WPF.MahApps_Metro.4.sg │ │ │ ├── library_WebActivatorEx.4.sg │ │ │ ├── library_WinSparkle.4.sg │ │ │ ├── library_WwiseAudioEngine.4.sg │ │ │ ├── library_XLive.4.sg │ │ │ ├── library_XPatFC.4.sg │ │ │ ├── library_Xerces-CPP.4.sg │ │ │ ├── library_Xojo.4.sg │ │ │ ├── library_YUICompressor_NET.4.sg │ │ │ ├── library_YamlDotNet.4.sg │ │ │ ├── library_ZstdSharp.4.sg │ │ │ ├── library_Zydis.4.sg │ │ │ ├── library_combres.4.sg │ │ │ ├── library_curl.4.sg │ │ │ ├── library_discord-rpc.4.sg │ │ │ ├── library_dotless.4.sg │ │ │ ├── library_expat_xml_parser.4.sg │ │ │ ├── library_gRPC_NET.4.sg │ │ │ ├── library_iMuse.4.sg │ │ │ ├── library_java.3.sg │ │ │ ├── library_libfvad.4.sg │ │ │ ├── library_libpng.4.sg │ │ │ ├── library_log4net.4.sg │ │ │ ├── library_lz4net.4.sg │ │ │ ├── library_nClam.4.sg │ │ │ ├── library_rlottie.4.sg │ │ │ ├── library_sqlite.4.sg │ │ │ ├── library_wxWidgets.5.sg │ │ │ ├── library_xUnit.net.4.sg │ │ │ ├── library_zlib.4.sg │ │ │ ├── linkers.6.sg │ │ │ ├── marker_AMD_PowerXpress.5.sg │ │ │ ├── marker_Nvidia_Optimus.5.sg │ │ │ ├── native_only/ │ │ │ │ └── about.txt │ │ │ ├── other_Dolphin_VM.1.sg │ │ │ ├── other_FileSplit_Self-Merger.2.sg │ │ │ ├── other_GSplit.1.sg │ │ │ ├── packer_32LiTe.2.sg │ │ │ ├── packer_AHpacker.2.sg │ │ │ ├── packer_ANDpakk.2.sg │ │ │ ├── packer_ASDPack.2.sg │ │ │ ├── packer_ASPack.2.sg │ │ │ ├── packer_Advanced_BAT_to_EXE_Converter.2.sg │ │ │ ├── packer_AlushPacker.2.sg │ │ │ ├── packer_Anskya_NTPacker_Generator.2.sg │ │ │ ├── packer_AtomPePacker.2.sg │ │ │ ├── packer_BatToExe.2.sg │ │ │ ├── packer_BatToExeConverter.2.sg │ │ │ ├── packer_BeRoEXEPacker.2.sg │ │ │ ├── packer_BoxedApp.2.sg │ │ │ ├── packer_CExe.2.sg │ │ │ ├── packer_CICompress.2.sg │ │ │ ├── packer_Cxfreeze.2.sg │ │ │ ├── packer_DxPack.2.sg │ │ │ ├── packer_EXE32Pack.2.sg │ │ │ ├── packer_ExE_Pack.2.sg │ │ │ ├── packer_FSG.2.sg │ │ │ ├── packer_Fatpack.2.sg │ │ │ ├── packer_HTML_executable.1.sg │ │ │ ├── packer_JDPack.2.sg │ │ │ ├── packer_KByS.2.sg │ │ │ ├── packer_MEW.2.sg │ │ │ ├── packer_MPRESS.2.sg │ │ │ ├── packer_MoleBox.2.sg │ │ │ ├── packer_Mystic_Compressor.2.sg │ │ │ ├── packer_NETZ.2.sg │ │ │ ├── packer_NOS_Packer.2.sg │ │ │ ├── packer_NTPacker.2.sg │ │ │ ├── packer_NTShell.2.sg │ │ │ ├── packer_NakedPacker.2.sg │ │ │ ├── packer_NeoLite.2.sg │ │ │ ├── packer_NodeJS_Nexe.2.sg │ │ │ ├── packer_NodeJS_Pkg.2.sg │ │ │ ├── packer_NsPack.2.sg │ │ │ ├── packer_Nuitka.2.sg │ │ │ ├── packer_PACKWIN.2.sg │ │ │ ├── packer_PE-PACK.sg │ │ │ ├── packer_PECompact.2.sg │ │ │ ├── packer_PKLITE.2.sg │ │ │ ├── packer_Pack_Master.2.sg │ │ │ ├── packer_Packanoid.2.sg │ │ │ ├── packer_Packman.2.sg │ │ │ ├── packer_PeX.2.sg │ │ │ ├── packer_Petite.2.sg │ │ │ ├── packer_PyInstaller.2.sg │ │ │ ├── packer_QuestPowerGUI.2.sg │ │ │ ├── packer_RLPack.2.sg │ │ │ ├── packer_SC_Pack.2.sg │ │ │ ├── packer_SecuPack.2.sg │ │ │ ├── packer_SerGreen_Appacker.2.sg │ │ │ ├── packer_SimplePackerByEronana.2.sg │ │ │ ├── packer_Simple_Pack.2.sg │ │ │ ├── packer_Software_Compress.2.sg │ │ │ ├── packer_Squishy.2.sg │ │ │ ├── packer_TPP_Pack.2.sg │ │ │ ├── packer_TheArk.2.sg │ │ │ ├── packer_UPX.2.sg │ │ │ ├── packer_VPacker.2.sg │ │ │ ├── packer_VbsToExeConverter.2.sg │ │ │ ├── packer_WWPack32.2.sg │ │ │ ├── packer_WinUpack.2.sg │ │ │ ├── packer_Windows_PE_Packer_by_Chenzs108.2.sg │ │ │ ├── packer_XComp.2.sg │ │ │ ├── packer_XPack.2.sg │ │ │ ├── packer_aPack.2.sg │ │ │ ├── packer_dePACK.2.sg │ │ │ ├── packer_ezip.2.sg │ │ │ ├── packer_hXOR.2.sg │ │ │ ├── packer_hmimys_PE-Pack.2.sg │ │ │ ├── packer_kkrunchy.2.sg │ │ │ ├── packer_mPack.2.sg │ │ │ ├── packer_mkfPack.2.sg │ │ │ ├── packer_nPack.2.sg │ │ │ ├── packer_netshrink.2.sg │ │ │ ├── packer_ps2exe.2.sg │ │ │ ├── packer_py2exe.2.sg │ │ │ ├── packer_scr2exe.2.sg │ │ │ ├── packer_yzPack.2.sg │ │ │ ├── patcher_CodeFusion_Wizard.1.sg │ │ │ ├── patcher_PMaker.1.sg │ │ │ ├── patcher_RPP.1.sg │ │ │ ├── patcher_RTPatch.1.sg │ │ │ ├── patcher_dUP.1.sg │ │ │ ├── patcher_simple_patch.1.sg │ │ │ ├── player_Power_Screen_Recorder.1.sg │ │ │ ├── protection_BattlEye.5.sg │ │ │ ├── protection_DS.Eutron_SmartKey_dongle.5.sg │ │ │ ├── protection_DS.HASP_dongle.5.sg │ │ │ ├── protection_DS.Hardlock_dongle.5.sg │ │ │ ├── protection_DS.MARX_Crypto-Box_dongle.5.sg │ │ │ ├── protection_DS.Matrix_Hardware_Lock_dongle.5.sg │ │ │ ├── protection_DS.NetHASP_dongle.5.sg │ │ │ ├── protection_DS.SenseLock_dongle.5.sg │ │ │ ├── protection_DS.Sentinel_SuperPro_dongle.5.sg │ │ │ ├── protection_DS.Sentinel_dongle.5.sg │ │ │ ├── protection_DS.SoftLok_dongle.5.sg │ │ │ ├── protection_DS.Unikey_dongle.5.sg │ │ │ ├── protection_DS.WIBU_Key_dongle.5.sg │ │ │ ├── protection_HASP_HL_Protection.5.sg │ │ │ ├── protection_Microsoft_Warbird.2.sg │ │ │ ├── protection_Softlocx.1.sg │ │ │ ├── protection_SteamStub.5.sg │ │ │ ├── protection_Wibu_Codemeter.1.sg │ │ │ ├── protection_obfus_h.5.sg │ │ │ ├── protection_obfusheader_h.5.sg │ │ │ ├── protector_ACProtect.2.sg │ │ │ ├── protector_AHTeam_EP_Protector.2.sg │ │ │ ├── protector_ASM_Guard.2.sg │ │ │ ├── protector_ASProtect.2.sg │ │ │ ├── protector_AT4RE.2.sg │ │ │ ├── protector_AZProtect_0001.2.sg │ │ │ ├── protector_AbyssMedia_ScriptCryptor.2.sg │ │ │ ├── protector_ActiveMark.2.sg │ │ │ ├── protector_Agile.2.sg │ │ │ ├── protector_Alcatraz.2.sg │ │ │ ├── protector_Alienyze.2.sg │ │ │ ├── protector_AntiDote.2.sg │ │ │ ├── protector_Anticrack_Software.2.sg │ │ │ ├── protector_ArmDot.2.sg │ │ │ ├── protector_Armadillo.2.sg │ │ │ ├── protector_Arxan.2.sg │ │ │ ├── protector_BJFnt.2.sg │ │ │ ├── protector_Babel_.NET.2.sg │ │ │ ├── protector_Berio.2.sg │ │ │ ├── protector_ByfronTech.2.sg │ │ │ ├── protector_ByteGuard.2.sg │ │ │ ├── protector_Cameyo.2.sg │ │ │ ├── protector_CliSecure.2.sg │ │ │ ├── protector_Code-Lock.2.sg │ │ │ ├── protector_CodeCrypt.2.sg │ │ │ ├── protector_CodeVeil.2.sg │ │ │ ├── protector_Code_Virtualizer.2.sg │ │ │ ├── protector_Codewall.2.sg │ │ │ ├── protector_Confuser.2.sg │ │ │ ├── protector_CopyMinder.2.sg │ │ │ ├── protector_Crinkler.2.sg │ │ │ ├── protector_Crunch.2.sg │ │ │ ├── protector_CrypKey.2.sg │ │ │ ├── protector_CrypToCrack.2.sg │ │ │ ├── protector_Cryptect.2.sg │ │ │ ├── protector_CryptoObfuscator.2.sg │ │ │ ├── protector_DBPE.2.sg │ │ │ ├── protector_DNGuard.2.sg │ │ │ ├── protector_DS.Sentinel_SuperPro.2.sg │ │ │ ├── protector_DYAMAR.2.sg │ │ │ ├── protector_DZA_Patcher.2.sg │ │ │ ├── protector_Daemon_Protect.2.sg │ │ │ ├── protector_DalKrypt.2.sg │ │ │ ├── protector_DeepSea.2.sg │ │ │ ├── protector_Denuvo.2.sg │ │ │ ├── protector_DotFix_Nice_Protect.2.sg │ │ │ ├── protector_Dotfuscator.2.sg │ │ │ ├── protector_DragonArmor.2.sg │ │ │ ├── protector_ENIGMA.2.sg │ │ │ ├── protector_EXEFog.2.sg │ │ │ ├── protector_EXE_Password_Protector.2.sg │ │ │ ├── protector_Eazfuscator.2.sg │ │ │ ├── protector_Elan_License_Manager.1.sg │ │ │ ├── protector_ElecKey.2.sg │ │ │ ├── protector_Escargot.2.sg │ │ │ ├── protector_Excalibur.2.sg │ │ │ ├── protector_ExeShield.2.sg │ │ │ ├── protector_ExeStealth.2.sg │ │ │ ├── protector_Exe_Guarder.2.sg │ │ │ ├── protector_Exe_Shield.2.sg │ │ │ ├── protector_FISH_.NET.2.sg │ │ │ ├── protector_FishPE_Shield.2.sg │ │ │ ├── protector_Fish_PE.2.sg │ │ │ ├── protector_FlashBack_Protector.2.sg │ │ │ ├── protector_G!X_Protector.2.sg │ │ │ ├── protector_GameGuard.2.sg │ │ │ ├── protector_Goats_PE_Mutilator.2.sg │ │ │ ├── protector_Goliath.2.sg │ │ │ ├── protector_HASP.2.sg │ │ │ ├── protector_HackShield.2.sg │ │ │ ├── protector_Hide&Protect.2.sg │ │ │ ├── protector_HidePE.2.sg │ │ │ ├── protector_HyperTech_Crackproof.2.sg │ │ │ ├── protector_ILProtector.2.sg │ │ │ ├── protector_ILUCRYPT.2.sg │ │ │ ├── protector_IProtect.2.sg │ │ │ ├── protector_Inquartos_Obfuscator.2.sg │ │ │ ├── protector_IntelliProtector.2.sg │ │ │ ├── protector_InxObfuscator.2.sg │ │ │ ├── protector_Jar2exe.1.sg │ │ │ ├── protector_KoiVM.2.sg │ │ │ ├── protector_Konekt_Protector.2.sg │ │ │ ├── protector_Krypton.2.sg │ │ │ ├── protector_LARP.2.sg │ │ │ ├── protector_LDK.2.sg │ │ │ ├── protector_LDK_.NET.2.sg │ │ │ ├── protector_LameCrypt.2.sg │ │ │ ├── protector_Laserlok.2.sg │ │ │ ├── protector_MSLRH.2.sg │ │ │ ├── protector_MZ0oPE.2.sg │ │ │ ├── protector_MaskPE.2.sg │ │ │ ├── protector_Maxtocode.2.sg │ │ │ ├── protector_Metrowerks_CodeWarrior.2.sg │ │ │ ├── protector_Morphnah.2.sg │ │ │ ├── protector_N-Code.2.sg │ │ │ ├── protector_N-Joy.2.sg │ │ │ ├── protector_NET_Spider.2.sg │ │ │ ├── protector_NTkrnl_Protector.2.sg │ │ │ ├── protector_NetReactor.2.sg │ │ │ ├── protector_NetShield.2.sg │ │ │ ├── protector_Ningishzida.2.sg │ │ │ ├── protector_NoobyProtect.2.sg │ │ │ ├── protector_North_Star_PE_Shrinker.2.sg │ │ │ ├── protector_ORiEN.2.sg │ │ │ ├── protector_Obfuscar.2.sg │ │ │ ├── protector_Obfuscator_NET_2009.2.sg │ │ │ ├── protector_Obsidium.2.sg │ │ │ ├── protector_OneVM.2.sg │ │ │ ├── protector_Oreans_CodeVirtualizer.2.sg │ │ │ ├── protector_PACE.2.sg │ │ │ ├── protector_PCShrink.2.sg │ │ │ ├── protector_PC_Guard.2.sg │ │ │ ├── protector_PE-Armor.2.sg │ │ │ ├── protector_PE-Shield.2.sg │ │ │ ├── protector_PEBundle.2.sg │ │ │ ├── protector_PECRYPT32.2.sg │ │ │ ├── protector_PELock.2.sg │ │ │ ├── protector_PENinja.2.sg │ │ │ ├── protector_PESpin.2.sg │ │ │ ├── protector_PETetris.2.sg │ │ │ ├── protector_PE_Diminisher.2.sg │ │ │ ├── protector_PE_Encrypt.2.sg │ │ │ ├── protector_PE_Intro.2.sg │ │ │ ├── protector_PE_Lock_NT.2.sg │ │ │ ├── protector_PE_Lock_Phantasm_by_Ding_Boy.2.sg │ │ │ ├── protector_PE_Password.2.sg │ │ │ ├── protector_PE_Protect.2.sg │ │ │ ├── protector_PEncrypt.2.sg │ │ │ ├── protector_PEnguinCrypt.2.sg │ │ │ ├── protector_PUNiSHER.2.sg │ │ │ ├── protector_Phoenix.2.sg │ │ │ ├── protector_Photo_Compiler.2.sg │ │ │ ├── protector_PolyCrypt_PE.2.sg │ │ │ ├── protector_Private_EXE_Protector.2.sg │ │ │ ├── protector_Protect_Disc.2.sg │ │ │ ├── protector_Protection_Plus.2.sg │ │ │ ├── protector_QrYPt0r.2.sg │ │ │ ├── protector_QuickBFC.2.sg │ │ │ ├── protector_QuickPack_NT.2.sg │ │ │ ├── protector_REVProt.2.sg │ │ │ ├── protector_RLP.2.sg │ │ │ ├── protector_ReNET-pack.2.sg │ │ │ ├── protector_RobustObfuscator.2.sg │ │ │ ├── protector_SC_Obfuscator.2.sg │ │ │ ├── protector_SDProtector.2.sg │ │ │ ├── protector_SLVc0deProtector.2.sg │ │ │ ├── protector_SVK_Protector.2.sg │ │ │ ├── protector_Safedisc.2.sg │ │ │ ├── protector_Safenet_RMS.2.sg │ │ │ ├── protector_Safengine_Shielden.2.sg │ │ │ ├── protector_SecuROM.2.sg │ │ │ ├── protector_Secure_Shade.2.sg │ │ │ ├── protector_Shrink_Wrap.2.sg │ │ │ ├── protector_Shrinker.2.sg │ │ │ ├── protector_SimbiOZ.2.sg │ │ │ ├── protector_Sixxpack.2.sg │ │ │ ├── protector_Skater.2.sg │ │ │ ├── protector_Smart_Assembly.2.sg │ │ │ ├── protector_SmokesCrypt.2.sg │ │ │ ├── protector_SoftProtect.2.sg │ │ │ ├── protector_SoftSentry.2.sg │ │ │ ├── protector_Special_EXE_Password_Protector.2.sg │ │ │ ├── protector_SpicesNet.2.sg │ │ │ ├── protector_StarForce.2.sg │ │ │ ├── protector_Ste@lth_PE.2.sg │ │ │ ├── protector_Tages.2.sg │ │ │ ├── protector_Themida.2.sg │ │ │ ├── protector_Thinstall.2.sg │ │ │ ├── protector_UG2002_Cruncher.2.sg │ │ │ ├── protector_UPX_Protector.2.sg │ │ │ ├── protector_UPolyX.2.sg │ │ │ ├── protector_UltraPro.2.sg │ │ │ ├── protector_VBox.2.sg │ │ │ ├── protector_VCasm-Protector.2.sg │ │ │ ├── protector_VMProtect.2.sg │ │ │ ├── protector_VMProtect_NET.2.sg │ │ │ ├── protector_VaySoft_PDF2EXE.2.sg │ │ │ ├── protector_VbsToExe.1.sg │ │ │ ├── protector_Virbox.2.sg │ │ │ ├── protector_XCR.2.sg │ │ │ ├── protector_Xenocode_Postbuild.2.sg │ │ │ ├── protector_XerinFuscator.2.sg │ │ │ ├── protector_Xtreamlok.2.sg │ │ │ ├── protector_Yano.2.sg │ │ │ ├── protector_Yodas_Protector.2.sg │ │ │ ├── protector_Yummy_Game_SoftwareShield.2.sg │ │ │ ├── protector_Zprotect.2.sg │ │ │ ├── protector_bambam.2.sg │ │ │ ├── protector_beria.2.sg │ │ │ ├── protector_eXPressor.2.sg │ │ │ ├── protector_hmimys_Protect.2.sg │ │ │ ├── protector_iPB_Protect.2.sg │ │ │ ├── protector_kkryptor.2.sg │ │ │ ├── protector_tElock.2.sg │ │ │ ├── rar.6.sg │ │ │ ├── sfx_12Ghosts_Zip2.1.sg │ │ │ ├── sfx_7z.1.sg │ │ │ ├── sfx_ARJSFX.1.sg │ │ │ ├── sfx_ARQ.1.sg │ │ │ ├── sfx_Abbyy_Lingvo.1.sg │ │ │ ├── sfx_Active_Delivery.1.sg │ │ │ ├── sfx_Cab.1.sg │ │ │ ├── sfx_Chilkat_ZIP_Self-Extractor.1.sg │ │ │ ├── sfx_CoffeeCup_SFX.2.sg │ │ │ ├── sfx_DelZip_SFX.2.sg │ │ │ ├── sfx_Dimd_SFX.1.sg │ │ │ ├── sfx_Envoy_Packager.1.sg │ │ │ ├── sfx_GZip.1.sg │ │ │ ├── sfx_GkSetup.1.sg │ │ │ ├── sfx_INFTool.1.sg │ │ │ ├── sfx_KRZIP_SFX.2.sg │ │ │ ├── sfx_LZH_SFX.1.sg │ │ │ ├── sfx_Lyme_SFX.1.sg │ │ │ ├── sfx_MP-ZipTool.1.sg │ │ │ ├── sfx_MPQ.1.sg │ │ │ ├── sfx_NanoZip.1.sg │ │ │ ├── sfx_PKSFX.1.sg │ │ │ ├── sfx_Paquet.1.sg │ │ │ ├── sfx_Quantum.1.sg │ │ │ ├── sfx_SZDD.1.sg │ │ │ ├── sfx_Squeez_SFX.1.sg │ │ │ ├── sfx_WinACE.1.sg │ │ │ ├── sfx_WinIMP.1.sg │ │ │ ├── sfx_WinImage.1.sg │ │ │ ├── sfx_WinPatch.1.sg │ │ │ ├── sfx_WinRAR.1.sg │ │ │ ├── sfx_WinZip.1.sg │ │ │ ├── sfx_ZipCentral_SFX.1.sg │ │ │ ├── sfx_Zip_SFX.2.sg │ │ │ ├── sfx_rar.1.sg │ │ │ ├── sign_tool_Windows_Authenticode.7.sg │ │ │ ├── tool_AHTeam_UPX_Mutanter.2.sg │ │ │ ├── tool_Microsoft_VisualStudio_NET.6.sg │ │ │ ├── tool_UPX-Patcher.6.sg │ │ │ ├── tool_UPXFreak.2.sg │ │ │ ├── tool_UPX_Inliner.2.sg │ │ │ ├── tool_UPX_Modifier.2.sg │ │ │ ├── tool_UPX_lock.2.sg │ │ │ ├── tool_UPX_scrambler.2.sg │ │ │ ├── tool_UnoPiX.2.sg │ │ │ ├── tool_XVolkolak.6.sg │ │ │ ├── tool_de4dot.6.sg │ │ │ └── zip.6.sg │ │ ├── PNG/ │ │ │ ├── _PNG.0.sg │ │ │ └── _init │ │ ├── PYC/ │ │ │ ├── _PYC.0.sg │ │ │ ├── _init │ │ │ └── packer_UPP.1.sg │ │ ├── QtFramework │ │ ├── RAR/ │ │ │ ├── _RAR.0.sg │ │ │ └── _init │ │ ├── RosASM │ │ ├── SpASM │ │ ├── TASM32 │ │ ├── ZIP/ │ │ │ ├── _ZIP.0.sg │ │ │ └── _init │ │ ├── _db_caching │ │ ├── _debug │ │ ├── _init │ │ ├── _runtime_helpers │ │ ├── archive-file │ │ ├── arj │ │ ├── bytecodeparsers │ │ ├── cab │ │ ├── chunkparsers │ │ ├── duration │ │ ├── language │ │ ├── python │ │ ├── rar-file │ │ ├── read │ │ ├── shell-script │ │ ├── soundchips │ │ ├── vgmcodingutils │ │ ├── wxWidgets │ │ ├── zip-file │ │ └── zlib │ ├── db_custom/ │ │ └── .vscode/ │ │ ├── about.txt │ │ └── settings.json │ ├── db_extra/ │ │ ├── .vscode/ │ │ │ ├── about.txt │ │ │ └── settings.json │ │ ├── COM/ │ │ │ ├── packer_packers.2.sg │ │ │ └── patcher_patchers.1.sg │ │ ├── ELF/ │ │ │ └── protector_ELFCrypt.2.sg │ │ ├── MSDOS/ │ │ │ ├── cryptor_Cryptors.2.sg │ │ │ └── packer_FCP_IV.2.sg │ │ ├── PE/ │ │ │ ├── archive_Resources.6.sg │ │ │ ├── compiler_EP.MSC.4.sg │ │ │ ├── compiler_EP.MSVC.4.sg │ │ │ ├── cryptor_3dcrypter.2.sg │ │ │ ├── cryptor_404crypter.1.sg │ │ │ ├── cryptor_ABC_Cryptor.2.sg │ │ │ ├── cryptor_AR_Crypt_Private.2.sg │ │ │ ├── cryptor_Aase_Crypter.2.sg │ │ │ ├── cryptor_AcidCrypt.2.sg │ │ │ ├── cryptor_AlmafuerteCrypter.1.sg │ │ │ ├── cryptor_Anslym_Crypter.2.sg │ │ │ ├── cryptor_App_Encryptor.2.sg │ │ │ ├── cryptor_BasicCrypt1.1.sg │ │ │ ├── cryptor_BopCrypt.2.sg │ │ │ ├── cryptor_ChainskiCrypter.1.sg │ │ │ ├── cryptor_CodeCrypter.2.sg │ │ │ ├── cryptor_Crypter.2.sg │ │ │ ├── cryptor_Cryptic.2.sg │ │ │ ├── cryptor_DCrypt_Private.2.sg │ │ │ ├── cryptor_DataAnubis.1.sg │ │ │ ├── cryptor_Fly-Crypter.2.sg │ │ │ ├── cryptor_FreeCryptor.2.sg │ │ │ ├── cryptor_INCrypter.2.sg │ │ │ ├── cryptor_Open_Source_Code_Crypter.2.sg │ │ │ ├── cryptor_STUD.2.sg │ │ │ ├── cryptor_SexCrypt.2.sg │ │ │ ├── cryptor_Sexe_Crypter.2.sg │ │ │ ├── cryptor_Simple_UPX_Cryptor.2.sg │ │ │ ├── cryptor_The_Best_Cryptor.2.sg │ │ │ ├── cryptor_ass-crypter.2.sg │ │ │ ├── cryptor_darkeye.1.sg │ │ │ ├── cryptor_njCrypter.2.sg │ │ │ ├── cryptor_unknown_malware_cryptor.2.sg │ │ │ ├── cryptors_1.2.sg │ │ │ ├── cryptors_2.2.sg │ │ │ ├── insatller_Avast_installer.sg │ │ │ ├── installer_Adobe_Flash_Player_installer.1.sg │ │ │ ├── installer_Blizzard_PrePatch.1.sg │ │ │ ├── installer_Box_Stub.1.sg │ │ │ ├── installer_BulletProofSoft_installer.1.sg │ │ │ ├── installer_DockerDesktopInstaller.1.sg │ │ │ ├── installer_Enigma_Installer.1.sg │ │ │ ├── installer_Hamrick_Software_installer.1.sg │ │ │ ├── installer_Kingsoft_Installer.1.sg │ │ │ ├── installer_QT_installer.1.sg │ │ │ ├── installer_SHIROUZU_Hiroaki_installer.1.sg │ │ │ ├── installer_Store_Installer.1.sg │ │ │ ├── installer_TrueCrypt-VeraCrypt_installer.1.sg │ │ │ ├── joiner_Anskya_Binder.2.sg │ │ │ ├── joiner_Blade_Joiner.1.sg │ │ │ ├── joiner_DJoin.1.sg │ │ │ ├── joiner_ExeJoiner.1.sg │ │ │ ├── keygen_keygens.1.sg │ │ │ ├── library_DS.Flexlm.4.sg │ │ │ ├── library_DS.RLM.4.sg │ │ │ ├── packer_BobPack.2.sg │ │ │ ├── packer_Feokt.2.sg │ │ │ ├── packer_IMPostor_Pack.2.sg │ │ │ ├── packer_Native_UD_Packer.2.sg │ │ │ ├── packer_TomatoX.2.sg │ │ │ ├── packer_bbfb.2.sg │ │ │ ├── patcher_Patch.1.sg │ │ │ ├── protection_DS.Key-Lok_II_dongle.5.sg │ │ │ ├── protection_DS.Novex_dongle.4.sg │ │ │ ├── protection_DS.Rockey4_dongle.5.sg │ │ │ ├── protection_DS.Wizzkey_dongle.5.sg │ │ │ ├── protector_ARM_Protector.2.sg │ │ │ ├── protector_ASPR_Stripper.2.sg │ │ │ ├── protector_Adept_Protector.2.sg │ │ │ ├── protector_Alex_Protector.2.sg │ │ │ ├── protector_Alloy.2.sg │ │ │ ├── protector_Apex-c.2.sg │ │ │ ├── protector_BitShape_PE_Crypt.2.sg │ │ │ ├── protector_BlindSpot.2.sg │ │ │ ├── protector_Break_Into_Pattern.2.sg │ │ │ ├── protector_CDS_SS.2.sg │ │ │ ├── protector_CodeSafe.2.sg │ │ │ ├── protector_DEF.2.sg │ │ │ ├── protector_DirTy_CrYpt0r.2.sg │ │ │ ├── protector_EP.2.sg │ │ │ ├── protector_EXECrypt.2.sg │ │ │ ├── protector_EXERefactor.2.sg │ │ │ ├── protector_Embed_PE.2.sg │ │ │ ├── protector_EncryptPE.2.sg │ │ │ ├── protector_ExeSafeguard.2.sg │ │ │ ├── protector_ExeSmasher.2.sg │ │ │ ├── protector_Exe_Locker.2.sg │ │ │ ├── protector_FakeNinja.2.sg │ │ │ ├── protector_FixupPak.2.sg │ │ │ ├── protector_Fuck_n_Joy.2.sg │ │ │ ├── protector_Fusion.2.sg │ │ │ ├── protector_GuardantStealth.2.sg │ │ │ ├── protector_ICrypt.2.sg │ │ │ ├── protector_ID_Application_Protector_NoNamePacker.2.sg │ │ │ ├── protector_KGCrypt.2.sg │ │ │ ├── protector_MZ-Crypt.2.sg │ │ │ ├── protector_Minke.2.sg │ │ │ ├── protector_Morphine.2.sg │ │ │ ├── protector_NecroVM.Virt.2.sg │ │ │ ├── protector_NoodleCrypt.2.sg │ │ │ ├── protector_PE-Admin.2.sg │ │ │ ├── protector_PENightMare.2.sg │ │ │ ├── protector_PE_Quake.2.sg │ │ │ ├── protector_Pe123.2.sg │ │ │ ├── protector_PolyEnE.2.sg │ │ │ ├── protector_PwdProtect.2.sg │ │ │ ├── protector_QQProtect.2.sg │ │ │ ├── protector_Sepanta.2.sg │ │ │ ├── protector_Soft_Defender.2.sg │ │ │ ├── protector_TheHypers.2.sg │ │ │ ├── protector_WinKript.2.sg │ │ │ ├── protector_Wind_of_Crypt.2.sg │ │ │ ├── protector_Xtreme-Protector.2.sg │ │ │ ├── protector_muckis_protector.2.sg │ │ │ ├── sfx_ADS_Self_Extractor.1.sg │ │ │ ├── sfx_CipherWall.1.sg │ │ │ ├── tool_UPX_shit.2.sg │ │ │ ├── tool_UPXcrypter.2.sg │ │ │ └── virus_Win9x_CIH.1.sg │ │ └── about.txt │ └── timestamp.log ├── dbs_min_generate.cmd ├── dbs_min_generate_and_publish.cmd ├── detectiteasy.cmake ├── die_version.txt ├── docker/ │ └── diec.sh ├── docs/ │ ├── BUILD.md │ └── RUN.md ├── help/ │ ├── APK.md │ ├── Archive.md │ ├── Binary.js │ ├── Binary.md │ ├── COM.md │ ├── DEX.md │ ├── ELF.js │ ├── ELF.md │ ├── Global.js │ ├── Global.md │ ├── ISO9660.md │ ├── JAR.md │ ├── LE.md │ ├── LX.md │ ├── MACH.js │ ├── MACH.md │ ├── MSDOS.js │ ├── MSDOS.md │ ├── NE.md │ ├── PE.js │ ├── PE.md │ ├── PYC.md │ ├── Signatures.md │ ├── Util.md │ └── ZIP.md ├── peid_rules/ │ └── PE/ │ ├── compiler.userdb.txt │ ├── file_format.userdb.txt │ ├── installer.userdb.txt │ ├── joiner.userdb.txt │ ├── overlay.userdb.txt │ ├── packer.userdb.txt │ ├── protection.userdb.txt │ ├── protector.userdb.txt │ ├── sfx_archive.userdb.txt │ ├── split_userdb.ps1 │ └── userdb.txt ├── todo.txt ├── update.json └── yara_rules/ ├── DiE_BasicHeuristics_by_DosX.yar ├── DiE_InterestingThings_by_DosX.yar ├── crypto_signature.yar ├── malware_analisys.yar ├── packer.yar ├── packer_compiler_signatures.yar └── peid.yar