Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   MixedAssemblyLoader v5 (https://forum.exetools.com/showthread.php?t=21649)

CodeCracker 06-10-2026 03:17

MixedAssemblyLoader v5
 
1 Attachment(s)
MixedAssemblyLoader_v5.rar
- source code C#

What's new: - Added 64 bits support;

But you would need to set "32 bits required" for 32 bits assemblies;
and unset "32 bits required" for 64 bits assemblies;

Example of usage:
Program.cs
namespace MixedAssemblyLoader
{
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Mixed assembly loader!");
string filename = "D:\\CFlowKiller.exe";
Assembly asm = LoadMixedAssembly(filename);
//Console.ReadKey(true);
}

All you need is to pass file name (string) to LoadMixedAssembly method.


All times are GMT +8. The time now is 05:25.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX