Skip to main content

Questions tagged [executable]

A file that can be processed (executed) by the CPU of the machine through the operating system accordingly to the instructions that it contains.

Filter by
Sorted by
Tagged with
0 votes
0 answers
83 views

a software called Android Utility v175 https://www.mfdl.io/ it is Checking for Update before redirect to Main Program so i wanted to bypass that update checking or something like to tell software that ...
MD SRK's user avatar
  • 1
1 vote
1 answer
165 views

I've read this question and it is not a duplicate to mine. I have a .exe file which has different contents inside when opened with 7zip. However let's say I know that it uses EXE4J, how can I ...
Grinding For Reputation's user avatar
1 vote
1 answer
147 views

I've seen this multiple times, through various apps and snooping of hex values. Character strings but every other value is actually a null byte. This particular example is with API Monitor, but I'm ...
Katastic Voyage's user avatar
2 votes
1 answer
379 views

I need to find a password to access the secret: ❯ strings -n 10 win32.exe !Tip: Ida Free can decompile to c++! .rdata$voltmd .rdata$zzzdbg Bad password length! Wrong password! Congratulations! The ...
schnitzel's user avatar
2 votes
2 answers
243 views

I am a person interested of old games (MS DOS and 16 bit Windows only) and programming. In 2020, I saw an article about hacking SkiFree somewhere on the internet and soon as I followed the ...
Picaboo3's user avatar
1 vote
2 answers
729 views

In CTFs when I'm given some ELF file, it usually wasn't compiled with the -g flag. Is there a way to to somehow edit the file to make it be as if the ELF file was originally compiled with the -g flag? ...
PurpleHacker's user avatar
1 vote
0 answers
177 views

When I run an exe in IDA how could I log which functions were called into a text file? log.txt: call func1 call func2 call func1 call func1 Not worried about indirect calls. This is for differential ...
Eva4684's user avatar
  • 11
4 votes
0 answers
1k views

I am following the Begin RE tutorial here but I am stuck towards the end, where I load a file into IDA. I am using IDA Free 8.2 on Windows 11 x64. On the graph view it is only showing the main ...
securityauditor's user avatar
2 votes
1 answer
569 views

I have something like this in my code that checks for user's license: // C# code: #if DEBUG MakeLicenseValidForever(); #else CheckLicense(); #endif Now, I need to know if these directives ...
Gudarzi's user avatar
  • 123
2 votes
0 answers
172 views

A few years ago, I built a Windows Native Application using the Build.exe command of the DDK. The following site gives a better idea for W7 of what I had done: https://prog.world/windows-native-...
NoelBlanc's user avatar
1 vote
0 answers
80 views

I have an .exe file that loads some other files when executed, I need to redirect these files and export them. When debugging I know that there is a subfolder /images/%s.png where the files in ...
Lucas Nunes's user avatar
1 vote
0 answers
138 views

The project that I am trying to develop has as a vital component, specifically a machine learning based malware detection system. The way in which I decided to teach the detection system in order to ...
odyssey's user avatar
  • 31
1 vote
0 answers
156 views

How to locate executable section in PE file? Is there any of typical way to locate executable section in any PE file?
Denis Leonov's user avatar
3 votes
3 answers
1k views

I want to use DXVK in GTA 5 on Windows 11. Using the needed .dlls (d3d11.dll and dxgi.dll) and launching the game comes with this error Using Process Explorer (while the error message is displayed) ...
Οδυσσέας Πουμπουρίδης's user avatar
0 votes
1 answer
3k views

So I am wondering how can I get all sections and their info from a dumped PE file on the disk, using C++. I have the entire PE loaded on a buffer, the NT headers, and hopefully the DOS headers. I need ...
rafa_br34's user avatar

15 30 50 per page
1
2 3 4 5
9