| filename | screnc.exe | |
|---|---|---|
| size | 65136 (0xfe70) | |
| md5 | d83151c7aea26124f7c8f06dbf7b513c | |
| type | PE32 executable (console) Intel 80386 (stripped to external PDB), for MS Windows | |
| mimetype | application/x-dosexec | |
| clamav | scan pending | |
| virustotal | → scan with virustotal.com | |
| histogram | ||
MZ Header
| signature | MZ |
| bytes_in_last_block | 0x90 |
| blocks_in_file | 3 |
| num_relocs | 0 |
| header_paragraphs | 4 |
| min_extra_paragraphs | 0 |
| max_extra_paragraphs | 0xffff |
| ss | 0 |
| sp | 0xb8 |
| checksum | 0 |
| ip | 0 |
| cs | 0 |
| reloc_table_offset | 0x40 |
| overlay_number | 0 |
| reserved0 | 0 |
| oem_id | 0 |
| oem_info | 0 |
| reserved2 | 0 |
| reserved3 | 0 |
| reserved4 | 0 |
| reserved5 | 0 |
| reserved6 | 0 |
| lfanew | 0xb8 |
DOS stub
00000000: 0e 1f ba 0e 00 b4 09 cd 21 b8 01 4c cd 21 54 68 |........!..L.!Th| 00000010: 69 73 20 70 72 6f 67 72 61 6d 20 63 61 6e 6e 6f |is program canno| 00000020: 74 20 62 65 20 72 75 6e 20 69 6e 20 44 4f 53 20 |t be run in DOS | 00000030: 6d 6f 64 65 2e 0d 0d 0a 24 00 00 00 00 00 00 00 |mode....$.......|
PE Header
Packer / Compiler
Sections
| name | va | vsize | raw size | flags | |
|---|---|---|---|---|---|
| .text | 0x1000 | 0x8cd6 | 0x8e00 | R-X CODE | |
| .rdata | 0xa000 | 0x1484 | 0x1600 | R-- IDATA | |
| .data | 0xc000 | 0x5024 | 0x3600 | RW- IDATA | |
| .rsrc | 0x12000 | 0x1450 | 0x1600 | R-- IDATA |
Data Directory
| type | va | size | |
|---|---|---|---|
| EXPORT | 0 | 0 | |
| IMPORT | 0xad04 | 0x64 | |
| RESOURCE | 0x12000 | 0x1450 | |
| EXCEPTION | 0 | 0 | |
| SECURITY | 0 | 0 | |
| BASERELOC | 0 | 0 | |
| DEBUG | 0xa160 | 0x38 | |
| ARCHITECTURE | 0 | 0 | |
| GLOBALPTR | 0 | 0 | |
| TLS | 0 | 0 | |
| LOAD_CONFIG | 0 | 0 | |
| Bound_IAT | 0 | 0 | |
| IAT | 0xa000 | 0x158 | |
| Delay_IAT | 0 | 0 | |
| CLR_Header | 0 | 0 |
| id | lang | string |
|---|---|---|
| 1 | 1033 | Usage: screnc [/?] [/s] [/f] [/xl] [/l ScriptLanguage] [/e DefaultExtension] <source> <destination> |
| 2 | 1033 | Unrecognized flag: %1 |
| 3 | 1033 | Source and destination are the same ('%1'). Use -f switch to override |
| 4 | 1033 | Cannot open file '%1' for reading |
| 5 | 1033 | Cannot open file '%1' for writing |
| 6 | 1033 | Bad format for file '%1' |
| 7 | 1033 | Out of memory |
| 8 | 1033 | Scripting encoder object ("Scripting.Encoder") not found |
| 9 | 1033 | Scripting encoder object ("Scripting.Encoder") failed on %1 |
| 10 | 1033 | OleInitialize failed |
| 11 | 1033 | OleUnInitialize failed |
| 12 | 1033 | Internal error |
| 13 | 1033 | Input file (%1) does not specify a valid extension, use -e option |
| 14 | 1033 | File %1 has a special attribute (read-only, hidden, sysytem), it will not be encoded |
| 15 | 1033 | Missing <source> |
| 16 | 1033 | Missing <destination> |
| 17 | 1033 | Encode embedded script. /? - Help /s - Silent: display no messages /f - Force: allow file(s) overwrite (source == destination) /xl - Exclude Language: does not add the language directive in asp files /l ScriptLanguage - Script Default Language: specify the default script language to be used when encoding /e DefaultExtension - Default Extension: override actual file extension. Control the encoder to be loaded. <source> The file to encode. It can have wildcard characters. <destination> The destination file. When <source> contains wildcard characters, <destination> is the directory where to place the encoded files; files will keep the same name. When <source> and <destination> are the same /f must be used. Examples: screnc test.html encode.html encode test.html into encode.html screnc /f test.html encode and override test.html screnc /e html test.txt test1.txt treat text.txt as an html file, encode it into text1.txt screnc test.asp c:\myDir\test.asp encode test.asp into c:\myDir\test.asp screnc *.asp c:\myDir encode all the asp files in the current directory and place them in c:\myDir screnc -s -f *.sct encode all the scriptlet files in the current directory and override them. No message is displayed screnc -e asp *.* c:\myDir encode *all* the files in the current directory as asp files. Place these files in c:\myDir screnc -e asp -xl *.inc c:\myDir encode all the files with .inc extension as asp files. Does not add the @LANGUAGE directive at the top of the file screnc -l vbscript test.html encode.html encode test.html into encode.html. When a script tag with no language attribute is found, VBScript is assumed to be the default language. If -l is not specified, JScript is assumed for html and VBScript is the default for asp |
| 18 | 1033 | Incomplete flag: %1 |
| module_name | hint | ord | function_name |
|---|---|---|---|
| KERNEL32.dll | 298 | GetStdHandle | |
| KERNEL32.dll | 667 | lstrcpyA | |
| KERNEL32.dll | 427 | MultiByteToWideChar | |
| KERNEL32.dll | 24 | CloseHandle | |
| KERNEL32.dll | 595 | UnmapViewOfFile | |
| KERNEL32.dll | 420 | MapViewOfFile | |
| KERNEL32.dll | 50 | CreateFileMappingA | |
| KERNEL32.dll | 237 | GetFileSize | |
| KERNEL32.dll | 49 | CreateFileA | |
| KERNEL32.dll | 622 | WideCharToMultiByte | |
| KERNEL32.dll | 144 | FlushViewOfFile | |
| KERNEL32.dll | 254 | GetModuleHandleA | |
| KERNEL32.dll | 592 | UnhandledExceptionFilter | |
| KERNEL32.dll | 209 | GetCurrentDirectoryA | |
| KERNEL32.dll | 398 | LCMapStringW | |
| KERNEL32.dll | 397 | LCMapStringA | |
| KERNEL32.dll | 369 | HeapReAlloc | |
| KERNEL32.dll | 529 | SetEnvironmentVariableA | |
| KERNEL32.dll | 31 | CompareStringW | |
| KERNEL32.dll | 366 | HeapFree | |
| KERNEL32.dll | 247 | GetLocaleInfoW | |
| KERNEL32.dll | 246 | GetLocaleInfoA | |
| KERNEL32.dll | 302 | GetStringTypeW | |
| KERNEL32.dll | 107 | ExitProcess | |
| KERNEL32.dll | 582 | TerminateProcess | |
| KERNEL32.dll | 211 | GetCurrentProcess | |
| KERNEL32.dll | 244 | GetLastError | |
| KERNEL32.dll | 240 | GetFullPathNameA | |
| KERNEL32.dll | 130 | FindFirstFileA | |
| KERNEL32.dll | 135 | FindNextFileA | |
| KERNEL32.dll | 126 | FindClose | |
| KERNEL32.dll | 120 | FileTimeToSystemTime | |
| KERNEL32.dll | 119 | FileTimeToLocalFileTime | |
| KERNEL32.dll | 485 | RtlUnwind | |
| KERNEL32.dll | 170 | GetCommandLineA | |
| KERNEL32.dll | 332 | GetVersion | |
| KERNEL32.dll | 163 | GetCPInfo | |
| KERNEL32.dll | 157 | GetACP | |
| KERNEL32.dll | 265 | GetOEMCP | |
| KERNEL32.dll | 377 | InitializeCriticalSection | |
| KERNEL32.dll | 76 | DeleteCriticalSection | |
| KERNEL32.dll | 88 | EnterCriticalSection | |
| KERNEL32.dll | 399 | LeaveCriticalSection | |
| KERNEL32.dll | 539 | SetHandleCount | |
| KERNEL32.dll | 673 | lstrlenA | |
| KERNEL32.dll | 239 | GetFileType | |
| KERNEL32.dll | 296 | GetStartupInfoA | |
| KERNEL32.dll | 360 | HeapAlloc | |
| KERNEL32.dll | 30 | CompareStringA | |
| KERNEL32.dll | 223 | GetDriveTypeA | |
| KERNEL32.dll | 299 | GetStringTypeA | |
| KERNEL32.dll | 606 | VirtualFree | |
| KERNEL32.dll | 252 | GetModuleFileNameA | |
| KERNEL32.dll | 150 | FreeEnvironmentStringsA | |
| KERNEL32.dll | 151 | FreeEnvironmentStringsW | |
| KERNEL32.dll | 225 | GetEnvironmentStrings | |
| KERNEL32.dll | 227 | GetEnvironmentStringsW | |
| KERNEL32.dll | 214 | GetCurrentThreadId | |
| KERNEL32.dll | 587 | TlsSetValue | |
| KERNEL32.dll | 584 | TlsAlloc | |
| KERNEL32.dll | 542 | SetLastError | |
| KERNEL32.dll | 586 | TlsGetValue | |
| KERNEL32.dll | 364 | HeapDestroy | |
| KERNEL32.dll | 362 | HeapCreate | |
| KERNEL32.dll | 278 | GetProcAddress | |
| KERNEL32.dll | 635 | WriteFile | |
| KERNEL32.dll | 379 | InterlockedDecrement | |
| KERNEL32.dll | 382 | InterlockedIncrement | |
| KERNEL32.dll | 603 | VirtualAlloc | |
| KERNEL32.dll | 142 | FlushFileBuffers | |
| KERNEL32.dll | 328 | GetTimeZoneInformation | |
| KERNEL32.dll | 400 | LoadLibraryA | |
| KERNEL32.dll | 537 | SetFilePointer | |
| KERNEL32.dll | 553 | SetStdHandle | |
| USER32.dll | 387 | LoadStringA | |
| ole32.dll | 183 | OleInitialize | |
| ole32.dll | 5 | CLSIDFromProgID | |
| ole32.dll | 12 | CoCreateInstance | |
| ole32.dll | 206 | OleUninitialize | |
| OLEAUT32.dll | 7 | ||
| OLEAUT32.dll | 6 | ||
| OLEAUT32.dll | 4 |
![]() |
| Please donate some bucks to keep this site up and running: | |
| Ko-fi | |
|---|---|
| Yandex.Money | |
| Thank you! | |
everything is OK
offset:( 0x )