All Projects → BenjaminSoelberg → RunDLL-NG

BenjaminSoelberg / RunDLL-NG

Licence: GPL-3.0 license
A better alternative to RunDLL32

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to RunDLL-NG

calculate-aspect-ratio
📐 A simple utility function, and command line utility, for calculating an aspect ratio based on width and height.
Stars: ✭ 43 (+86.96%)
Mutual labels:  utility
PEDetour
modify binary Portable Executable to hook its export functions
Stars: ✭ 59 (+156.52%)
Mutual labels:  dll
FA2sp
C&C Red Alert 2: Yuri's Revenge Map Editor : Final Alert 2 extension
Stars: ✭ 28 (+21.74%)
Mutual labels:  dll
lambda
Minecraft utility mod coded in Kotlin
Stars: ✭ 389 (+1591.3%)
Mutual labels:  utility
DLL-INJECTOR
I created a dll injector I am going to Open source its Code. But remember one thing that is any one can use it only for Educational purpose .I again say do not use it to damage anyone's Computer.But one thing if you are using it for some good purpose like to help someone who really need help then I permit you to use it.
Stars: ✭ 14 (-39.13%)
Mutual labels:  dll
kubernetes-basico
Demonstração dos componentes do Kubernetes
Stars: ✭ 26 (+13.04%)
Mutual labels:  utility
GPUUtilization
measure GPU hardware utilization on iOS Devices
Stars: ✭ 102 (+343.48%)
Mutual labels:  utility
BlauBot
A discord bot providing a collection of useful and unrelated commands
Stars: ✭ 16 (-30.43%)
Mutual labels:  utility
transee
Simple and useful tool for quick translation
Stars: ✭ 65 (+182.61%)
Mutual labels:  utility
actlist
📦 Actlist is a utility platform to execute your own action list easily and simply.
Stars: ✭ 85 (+269.57%)
Mutual labels:  utility
sora
A simple library to display images in Jupyter notebooks
Stars: ✭ 15 (-34.78%)
Mutual labels:  utility
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+865.22%)
Mutual labels:  utility
blazor-lazy-loading
Automatic Lazy Loading support for Blazor (Server and WebAssembly)
Stars: ✭ 89 (+286.96%)
Mutual labels:  dll
codec
Encode keys, values and range options, with built-in or custom encodings.
Stars: ✭ 27 (+17.39%)
Mutual labels:  utility
sublimetext-autobackups
Sublime Text 2/3 Auto backups plugin
Stars: ✭ 70 (+204.35%)
Mutual labels:  utility
react-pendulum
A React Context utility library.
Stars: ✭ 15 (-34.78%)
Mutual labels:  utility
ee-x
Cross-platform library for Cocos2d-x and Unity
Stars: ✭ 13 (-43.48%)
Mutual labels:  utility
as-a
Runs a given command with additional environment settings for simple local development
Stars: ✭ 60 (+160.87%)
Mutual labels:  utility
AjaxHandler
ASimple PHP Class to help handling Ajax Requests easily
Stars: ✭ 30 (+30.43%)
Mutual labels:  utility
autocommand
Autocommand turns a python function into a CLI program
Stars: ✭ 44 (+91.3%)
Mutual labels:  utility

RunDLL-NG

Build status

A replacement for RunDLL32 which works better than the buildin when working with malware.

RunDLL-NG, Version 1.2.0, (c) 2019 Benjamin Soelberg
----------------------------------------------------
Email   [email protected]
Github  https://github.com/BenjaminSoelberg/RunDLL-NG

Usage:  rundll32-ng.exe dllname  

Help:   rundll32-ng random.dll
        Will load random.dll

        rundll32-ng random.dll @SomeNamedImport
        Will load random.dll and execute named import "SomeNamedImport"

        rundll32-ng random.dll #1
        Will load random.dll and execute ordinal import 1

        rundll32-ng random.dll Some String Argument #1 #2 @SomeNamedImport
        Will load random.dll with argument "Some String Argument" and
        execute ordinal import 1, 2 and named import SomeNamedImport
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].