Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
50 views

I have a requirement to add some data to an already signed executable without invalidating its signature. I’m not able to ship any additional files along with the executable. Is there a way to embed ...
Advice
0 votes
2 replies
23 views

Most compiled languages provide macros for embedding data into executables (#embed in C, include_bytes! in Rust etc.) however, one thing that bothers me about them is that they put the data into ...
yxER's user avatar
  • 1
2 votes
1 answer
129 views

I have two files: crt.c: const char service_interp[] __attribute__((section(".interp"))) = "${LD_SO}"; extern void _exit (int __status) __attribute__ ((__noreturn__)); int main(); ...
0 votes
1 answer
87 views

I have a Python module that I would like to be able to run from the console, hence why I'm using pyinstaller. My module uses MPI and runs fine normally. Then I run the following: pyinstaller my_script....
1 vote
1 answer
73 views

Windows 16bit executable file, as we known, contains its own header and many other tables, one of those is a segment table. The header contains two fields (about segment table): segment table offset ...
6 votes
2 answers
178 views

It has been my observation that compiling the same code using gcc 12.2.0 on both Raspberry Pi OS Bookworm aarch64 and Debian Bookworm x86_64, always results in a much smaller executable on the latter. ...
user avatar
3 votes
3 answers
229 views

I am making a PE .exe packer in C and assembly. In C, I do the things like create a new .packed section header, changing Entry Point to that new section, changing sizeofimage, etc. In my C code, I ...
0 votes
0 answers
45 views

Background: I have a .command file I use as way to launch my Python GUI with the terminal as it uses input parameters from the GUI to send commands to the terminal to run 3rd party code in different ...
1 vote
1 answer
258 views

I'm trying to create an executable from a Python script using PyInstaller in an Anaconda environment. My script uses the Sentence Transformers library and loads a pre-trained model from a local folder ...
0 votes
1 answer
71 views

When i try to open a exe, it shows the following error The volume for a file has been externally altered so that the opened file is no longer valid able to open other EXEs in that folder and checked ...
0 votes
0 answers
79 views

I would like to compile a Python project with an ML model into a single executable binary. This means I want the model and the weights to be in the binary with the rest of the code. The size of the ...
1 vote
1 answer
41 views

I am just following the book from my university to run this simple code I found as an example for my coding practice. I am new to assembly language. The problem is that I only know how to assemble in ...
1 vote
0 answers
298 views

The original EDK contains the following macro definition (e.g. in Edk/Foundation/Efi/Include/EfiImage.h line 57): #define EFI_IMAGE_EDOS_SIGNATURE 0x44454550 // PEED A similar ...
dumbass's user avatar
  • 27.2k
2 votes
1 answer
78 views

I have been trying to develop a simple c++ program to connect to mysql using the mysql connector/c++ library. I have been running into issues after issues. This is the next hurdle. I am new to CMake &...
0 votes
0 answers
53 views

Similar questions have been asked over the years and the answers have always been quite literally the opposite of each other (see: here, here, here, and here). However, I have not come across answers ...

15 30 50 per page
1
2 3 4 5
...
248

AltStyle によって変換されたページ (->オリジナル) /