You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While merging NtApiDotNet.dll with the executable using ILmerge works, it is larger than 1MB and exceeds the upload limit for the Cobalt Strike execute-assembly function.
No need for ILMerge. The project should be setup to use dnMerge for release builds. And since it uses lzma to compress, it should come under the 1M limit for CS
Why won't you merge NtApiDotNet.dll to the main executable? You can add a post-build event or use the ILmerge plugin directly.
The text was updated successfully, but these errors were encountered: