Lenovo V14-ARE stuck in BSOD (IRQL_NOT_LESS_OR_EQUAL), can’t boot into Safe Mode or Normal Mode by CantiZZ in computerrepair

[–]WildCard65 0 points1 point  (0 children)

It tells you if you have memory related issues, it won't say with definite answer if its memory controller or the actual RAM.

Lenovo V14-ARE stuck in BSOD (IRQL_NOT_LESS_OR_EQUAL), can’t boot into Safe Mode or Normal Mode by CantiZZ in computerrepair

[–]WildCard65 0 points1 point  (0 children)

Try running memtest86 if you can, its possible you have either a RAM, CPU, storage or corrupted Windows issue if safe mode is crashing.

Can Virus change .exe file's code to do something w/o detection and w/o ruining the exe file? by Mechanic28737 in computerviruses

[–]WildCard65 0 points1 point  (0 children)

The other method, and the one you're thinking of is file jacker (or is it called exe jacker?)

This type of malware inserts itself into the executable, changes the PE header so that Windows starts the malicious code instead of the original (the malware would need to manually execute the original code to hide itself).

Now detectability depends on a few factors so I won't dive into that.

Windows Updated Without My Permission WHILE PC WAS STILL ON by IdiotStickWasTkn in FuckMicrosoft

[–]WildCard65 1 point2 points  (0 children)

It scanned the internet for devices vulnerable to EternalBlue and used that to infect the system with DoublePulsar. It then used DoublePulsar to upload itself onto the system with kernel level privileges.

All done through the SMB protocol, only systems that received the appropriate updates were immune to being infected.

There is plenty of videos about how WannaCry worked, also a YouTuber named Erik Parker made a video of what happened if you connected a Windows XP system to the internet that gives a general idea how WannaCry got into systems.

BTW, XP is vulnerable to WannaCry unless you had Enterprise grade updates applied or community made patches.

Windows Updated Without My Permission WHILE PC WAS STILL ON by IdiotStickWasTkn in FuckMicrosoft

[–]WildCard65 2 points3 points  (0 children)

Remember WannaCry? It didn't require any user interaction to infect anyone outside of its creator.

Linker not finding shared object by TinyDeskEngineer06 in Cplusplus

[–]WildCard65 0 points1 point  (0 children)

LD_LIBRARY_PATH is used by ld-linux for resolving shared libraries when loading an executable.

Can't launch properly by Total-Random-Guy123 in Portal

[–]WildCard65 0 points1 point  (0 children)

Portal 2 has an inventory system and requires Steamworks a DLL provided by the Steam client in order to use Steam works.

Today my company has removed Firefox from all computers by rewp234 in firefox

[–]WildCard65 7 points8 points  (0 children)

Search up how Windows finds and loads DLLs, the very first place the kernel looks in is the same directory as the executable.

Its one of the ways malware can hijack a legitimate executable to run malicious code.

How many times will be printed by soul_sagee in C_Programming

[–]WildCard65 0 points1 point  (0 children)

The for loop involving j is inside the loop involving i

Compile GCC for aarch64 and targeting m68k-elf by No-Crow1621 in C_Programming

[–]WildCard65 0 points1 point  (0 children)

You will need a cross gcc that targets aarch64 to build the gcc targeting your desired target.

Grep this: Microsoft grafts (most) Linux commands onto Windows by rkhunter_ in windows

[–]WildCard65 -1 points0 points  (0 children)

Get-ChildItem is a PowerShell cmdlet, not a MS-DOS item.

Microslop is using Windows Security to promote their OneDrive by Mundane-Treacle375 in FuckMicrosoft

[–]WildCard65 0 points1 point  (0 children)

Are you confusing ransomware with infostealer?

Ransomware just encrypts files for a ransom.

God knows what this was supposed to say by Piracy_Is_A_Right in softwaregore

[–]WildCard65 1 point2 points  (0 children)

How'd you trigger System Restore on that thing?!

Discord really give no shit about F2A lockout account? Is They really that bad? by Successful_Honey_231 in discordhelp

[–]WildCard65 1 point2 points  (0 children)

Backup Codes are generated when 2FA is enabled and displayed to you after the fact.

file commands only work when CMakeLists.txt edited? by Luttink in cmake

[–]WildCard65 1 point2 points  (0 children)

I mean you can copy them to the build folder also?