I'm trying to pack the Busybox executable (Linux Shell implementation for Windows) along with set of shell scripts to be executed - but it looks like packed executable behaves different way than unpacked one. First of all, it stops to find all physical files in its directory. Typing "ls" or "find" command in script, says that only virtual boxed.exe contents exist in current exe directory. Second, some internal commands operating incorrectly. F.e., "inotify" server doesn't detected and doesn't stops by internal "killall" command.
The program to look at: https://frippery.org/busybox/ (32/64 bits).