how to properly use ILRepack.exe in bash? -
here try in bash (want create dll called program2, merge program.dll , nunit.framework.dll)
./ilrepack.exe /out:program2.dll program.dll nunit.framework.dll
and here error (and if i'm not wrong, have binary file)
ilrepack.exe: cannot execute binary file: exec format error
or maybe arguments wrong?
if you're on linux, may able register wine or mono interpreter such foreign binaries. you'll need have binfmt_misc
kernel module; easy way configure install package such wine-binfmt
. on debian, mono-runtime-common
recommends binfmt_misc
, guess knows how configure module.
Comments
Post a Comment