Does someone know if there is a way to pack everything-application related into one (single) exe-file?
I wanna check lots of execution files (*.exe) that开发者_JAVA百科 made by packer or compilers. So I need a library or anything like that which could tell me witch compiler or packer has made the *.ex
I just learned ImageBase is specified in PE format,and OS will load it to the exact position for .EXE , then 开发者_如何学Pythoncomes the question:
I want to make a web page that lunches an exe on the server when loaded i tried php: exec(\'filename\');
following situation: tests.dll contains a bunch of unit tests program.exe contains some to be tested classes
I want to make a stand-alone exe with cygwin. I have two options: Staticly link cygwin1.dll If I can statically link cygwin1.dll, then I can get a stand-alone exe.
Is it possible to have a c++ program like this... #include <iostream> using namespace std; int main ()
Does anybody know the solution for this? I create an exe file of my software. After first installation I have to disable the exe, so it cannot be开发者_如何学C run again because when someone purchases
I made my program, and tested it in Command Prompt(by entering in the directory). Then I made a set up file, and put the setup file and my program in the same folder.
Here\'s the thing. A two-way communication (RPC-style) is needed between JavaScript on HTML pages provided by a web server online (with session-management and whatnot) and a windows EXE application r