I'm trying to merge CabalMain.exe with crckd.dll I downloaded ilmerge, and went into >Program giles (x86)>Microsoft > Ilmerge I then did this.
C:\Program Files (x86)\Microsoft\ILMerge>ilmerge CabalMain.exe crckd.dll /out:me
rged.exe
An exception occurred during merging:
ILMerge.Merge: Could not load assembly from the location 'C:\Program Files (x86)
\Microsoft\ILMerge\CabalMain.exe'. Skipping and processing rest of arguments.
at ILMerging.ILMerge.Merge()
at ILMerging.ILMerge.Main(String[] args)
Can anyone help me understand what I did wrong?