{"id":13387337,"url":"https://github.com/fancycode/MemoryModule","last_synced_at":"2025-03-13T12:32:02.463Z","repository":{"id":1138976,"uuid":"1018522","full_name":"fancycode/MemoryModule","owner":"fancycode","description":"Library to load a DLL from memory.","archived":false,"fork":false,"pushed_at":"2024-01-03T15:08:02.000Z","size":259,"stargazers_count":2894,"open_issues_count":55,"forks_count":772,"subscribers_count":172,"default_branch":"master","last_synced_at":"2025-03-09T10:55:02.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fancycode.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-10-23T22:30:03.000Z","updated_at":"2025-03-07T20:56:53.000Z","dependencies_parsed_at":"2024-10-22T22:26:34.859Z","dependency_job_id":null,"html_url":"https://github.com/fancycode/MemoryModule","commit_stats":{"total_commits":156,"total_committers":10,"mean_commits":15.6,"dds":0.07051282051282048,"last_synced_commit":"5f83e41c3a3e7c6e8284a5c1afa5a38790809461"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancycode%2FMemoryModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancycode%2FMemoryModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancycode%2FMemoryModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancycode%2FMemoryModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fancycode","download_url":"https://codeload.github.com/fancycode/MemoryModule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243405261,"owners_count":20285731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T12:01:15.566Z","updated_at":"2025-03-13T12:32:02.189Z","avatar_url":"https://github.com/fancycode.png","language":"C","funding_links":[],"categories":["C (286)","C"],"sub_categories":[],"readme":"MemoryModule\n============\n\n[![Build Status](https://travis-ci.org/fancycode/MemoryModule.svg?branch=master)](https://travis-ci.org/fancycode/MemoryModule)[![Build status](https://ci.appveyor.com/api/projects/status/qcrfxbno0jbbl9cx/branch/master?svg=true)](https://ci.appveyor.com/project/fancycode/memorymodule)\n\nThe default windows API functions to load external libraries into a program\n(`LoadLibrary`, `LoadLibraryEx`) only work with files on the filesystem.  It's\ntherefore impossible to load a DLL from memory.\n\nBut sometimes, you need exactly this functionality (e.g. you don't want to\ndistribute a lot of files or want to make disassembling harder).  Common\nworkarounds for this problems are to write the DLL into a temporary file\nfirst and import it from there.  When the program terminates, the temporary\nfile gets deleted.\n\n`MemoryModule` is a library that can be used to load a DLL completely from\nmemory - without storing on the disk first.\n\nSee `doc/readme.rst` for more informations about the format of a DLL file and\na tutorial how they can be loaded directly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffancycode%2FMemoryModule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffancycode%2FMemoryModule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffancycode%2FMemoryModule/lists"}