All Projects → adrenak → UniDLL

adrenak / UniDLL

Licence: MIT License
Editor window to create DLLs from C# code in Unity

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UniDLL

hookwin10calc
Reverse engineered Windows 10 Calculator.exe (UWP application) hacker. 한글/漢文을 배운 윈도우 계산기 패치.
Stars: ✭ 19 (-57.78%)
Mutual labels:  dll, dllexport
Phobos
Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension
Stars: ✭ 123 (+173.33%)
Mutual labels:  dll
python-installcab
Install individual components from cab installers into wine
Stars: ✭ 28 (-37.78%)
Mutual labels:  dll
jvm-dump-proxy
A proxy DLL for Windows to dump JVM classes at JNI level
Stars: ✭ 53 (+17.78%)
Mutual labels:  dll
adduser-dll
Simple DLL that add a user to the local Administrators group
Stars: ✭ 48 (+6.67%)
Mutual labels:  dll
maalik
Feature-rich Post Exploitation Framework with Network Pivoting capabilities.
Stars: ✭ 75 (+66.67%)
Mutual labels:  dll
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+84.44%)
Mutual labels:  dll
singlefile
featured cs:go internal hack, one file and less than 1000 lines.
Stars: ✭ 47 (+4.44%)
Mutual labels:  dll
SharpUnhooker
C# Based Universal API Unhooker
Stars: ✭ 255 (+466.67%)
Mutual labels:  dll
memory-module-loader
An implementation of a Windows loader that can load dynamic-linked libraries (DLLs) directly from memory
Stars: ✭ 111 (+146.67%)
Mutual labels:  dll
Record-Audio-on-Windows
A Go program that uses winmm.dll to record audio to a WAV file.
Stars: ✭ 28 (-37.78%)
Mutual labels:  dll
ReverseShellDll
C++ Windows Reverse Shell - Universal DLL Hijack | SSL Encryption | Statically Linked
Stars: ✭ 69 (+53.33%)
Mutual labels:  dll
Caesar
Open source cheat for Steam version of Counter-Strike 1.6.
Stars: ✭ 22 (-51.11%)
Mutual labels:  dll
xamarin-bugly
A bugly SDK for Xamarin Android Bindings
Stars: ✭ 22 (-51.11%)
Mutual labels:  dll
summary1
个人总结 持续更新 欢迎提出各种issues
Stars: ✭ 13 (-71.11%)
Mutual labels:  dll
dll-diagnostics
Tools for diagnosing DLL dependency loading issues
Stars: ✭ 24 (-46.67%)
Mutual labels:  dll
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-35.56%)
Mutual labels:  dll
foo drpc
Foobar2000 music status for Discord Rich Presence!
Stars: ✭ 83 (+84.44%)
Mutual labels:  dll
small-gd-mods
small collection of mods for geometry dash
Stars: ✭ 39 (-13.33%)
Mutual labels:  dll
SnifferIH
DLL Hooking Packet Sniffer
Stars: ✭ 15 (-66.67%)
Mutual labels:  dll

UniDLL

Editor window to create DLLs from C# code in Unity easily

How to use

  • In Unity, go to Tools/UniDLL/Dll Creator
  • Fill the following details
    • .NET Compiler: the version of the compiler to be used
    • DLL Name: the name of the DLL that is to be generated
    • Source: list of C# sources. Add a Folder to add all the *.cs files inside it recursively or add a .cs file to add a single source file
    • Defines: list of compiltation symbols for the DLL
    • References: list of references that must be used for compiling.
  • Click Create
  • The build is stored inside the Unity Project's Assets folder in a folder called <DLL Name>-build. Any LICENSE and README files from the Unity project root are also copied there. Right-click on this folder to export a UnityPackage.

More

Contact

@github
@www

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].