开发者

userland

0
  • Has anyone created a PHP Session-like class in user code (not native)?

    The native 开发者_运维知识库PHP Session functionality is great, but it\'s ultimately a singleton. There are times when you need to maintain state for multiple apps and in the scope of an already-start[详细]

    2023-03-07 05:46 分类:问答
  • Linux userland exec

    I need a C library which lets me exec() a statically linked binary, without invoking the execve() system call. The reason why the system call wouldn\'t work is that the binary file is not executable,[详细]

    2023-01-26 07:01 分类:问答
  • UAC elevation- NSIS script

    I created installer via NSIS. \"c:\\program files\\myapp\" is default folder for my application.Included script to run myapp on startUp.I\'m having windows 7 But it always fail to start on start-up of[详细]

    2022-12-26 17:19 分类:问答
  • hiding exectables using ADS (Alternate data streams)

    i hear that NTFS alternate data streams can be used to hide running executabes. eg supporse i have an exe called hiddenProgram.exe on windows xp,using cmd.exe or system(char*) calls in c,[详细]

    2022-12-25 07:23 分类:问答
  • Impact of Multiple .ToUpper()'ing

    This is not a question of premature optimization per se. On the garbage collector and memory in general, what would hundreds of ToUpper() operations (many could be duplicated) do to a program, mainly[详细]

    2022-12-24 09:03 分类:问答