portable-executable
Can't start the portable version of NetBeans 6.9.1 IDE
I downloaded the portable version of netbeans netbeans-6.9.1-201007282301-ml.zip from the netbeans site and changed the config file in etc/netbeans.conf as indicated on the netbeans site.The file cont[详细]
2023-02-14 07:35 分类:问答How do I get the sha-256 hash of a section which contains code in a Portable Executable file, in Delphi?
I would like to get the sha-2开发者_如何学Python56 hash for a section which contains code(.text, CODE) in a Portable Executable file, in Delphi.[详细]
2023-02-09 06:04 分类:问答Creating a system-independent minimal Python footprint in Linux
My intention is to try to compile such a Linux Python minimal base, that is totally portable, and system-independent (meaning that it doesn\'t even interacts with the system-installed Python base at a[详细]
2023-02-07 14:12 分类:问答Portable executable for CMake
I am developing on a Windows machine for which I don\'t have administrative privileges. I would like to use CMake to compile, and I cannot simply download and install this due to administrative restri[详细]
2023-02-05 07:08 分类:问答How are portable apps called by the system when needed (eg file association)?
There are a fe开发者_JS百科w implementations of portable apps in Linux, but it seems that all Mac OS X apps are portable. Since Mac OS X completely embraces this model, I\'m assuming they already have[详细]
2023-02-03 03:43 分类:问答Writing a Cross-Platform (32-bit and 64-bit compatible) Program for Windows (like AnyCPU in .NET)
It\'s been baffling me how the \"AnyCPU\" feature in .NET works: It loads the executable as native 32-bit if the system is 32-bit, and as 64-bit if the system is 64-bit (which you开发者_Go百科 can eas[详细]
2023-02-03 03:31 分类:问答How to programatically read native DLL imports in C#?
How can I programatically analyze a native DLL to read its imports? [EDIT: my开发者_如何学编程 original question looked like the following, along with a huge chunk of defective code.Please see answ[详细]
2023-02-02 03:08 分类:问答My OS Kernel in D: Some embedded strings don't work
I\'m aware that is a rather difficult question to answer, mainly because there\'s so many things that could be wrong that it\'s hard to pin things down. But I\'ll give as much info as I can; hopefully[详细]
2023-01-31 13:24 分类:问答how to delete temp files (clean up) generated by a java program?
I am working on a portable java app that generates some files on the fly on the user\'s PC (windows xp). Now, what I want is to delete those temp files after the java program\'s exit. Obviously, java\[详细]
2023-01-31 09:40 分类:问答Why should we set a timestamp when we do a codesigning?
If I set a timestamp开发者_运维技巧 with signing, what happens? What if I don\'t set? Is it essential? Why is it recommended?Timestamping is used to specify time when the digital signature is made. T[详细]
2023-01-30 06:33 分类:问答