executable
How do I execute an executable file from within a java file on linux?
I am trying to execute an executable file and a perl script from within a java program. I have found many topics similar to this but most of them refer to windows. I know java is platform independent[详细]
2023-03-31 20:55 分类:问答Windows PE executable file CRC calculation issue
Let me explain what I\'m trying to accomplish. I want to know from inside my Windows executable file if it was tampered with after i开发者_运维知识库t was built. For that I decided to calculate the CR[详细]
2023-03-31 00:46 分类:问答Embedding resources in binary images / program executables / .exe?
It\'s been asked how to automate the task of embedding binary data into source code (Embedding resources in executable using GCC), but I would like to know whether it is possible to just write binary[详细]
2023-03-30 15:41 分类:问答Why GCC produces huge executable comparing to VCC?
I have a project that\'s not really big. With Visual Studio\'s C++ compiler the executable is 100+KB. But with mingw GCC it goes up to 500+ KB. Same thing happens on Linux. That\'s for the release bui[详细]
2023-03-29 18:21 分类:问答python executable file in windows
Okay, I\'m completely new to this. I created a python script that imports tkinter. On my Ubuntu, I can execute the program from the terminal program. Till now there is no problem. However, my friend[详细]
2023-03-28 09:29 分类:问答Question regarding Assembly and computer programs
I read this article: http://en.wikipedia.org/wiki/Assembly_language It says: Take, for example, the instruction that tells an x86/IA-32 processor[详细]
2023-03-27 20:11 分类:问答How can I create an executable with an executable inside?
I want to make an executable with VNC windows client insid开发者_JAVA百科e, and when the app is executed, it prompts something, a message or something, and then opens the VNC client and closes itself,[详细]
2023-03-26 10:58 分类:问答Executable Jar Can't Run? (Without permissions to access the code)
I have to write a program for a class I\'m taking, and he gave 开发者_如何学编程us an executable jar to run and compare our results with his.[详细]
2023-03-25 23:13 分类:问答Making my program into a java file that can be used on other computers
This is what I have import java.io.File; import java.util.Scanner; public class Reader { static int spc_count = -1;[详细]
2023-03-24 21:41 分类:问答Getting External Exception C0000006 in D2006 app - how can I force delphi to load the whole executable?
I get this occasionally when exiting my app - my app is running the EXE over a network.I understand it\'s a page fault when part of the EXE is loaded on demand.[详细]
2023-03-24 17:21 分类:问答