{"id":15060304,"url":"https://github.com/mrfearless/libraries","last_synced_at":"2025-04-05T12:05:36.925Z","repository":{"id":41487676,"uuid":"108725019","full_name":"mrfearless/libraries","owner":"mrfearless","description":"Collection of libraries for use with x86 / x64 assembler","archived":false,"fork":false,"pushed_at":"2025-01-15T21:08:31.000Z","size":110757,"stargazers_count":119,"open_issues_count":1,"forks_count":39,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T11:07:24.780Z","etag":null,"topics":["assembler","assembly-language","library","masm","masm32","uasm","win32api","x86","x86-64"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrfearless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-10-29T10:35:45.000Z","updated_at":"2025-02-14T04:39:57.000Z","dependencies_parsed_at":"2024-10-23T22:49:11.978Z","dependency_job_id":null,"html_url":"https://github.com/mrfearless/libraries","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2Flibraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2Flibraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2Flibraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2Flibraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrfearless","download_url":"https://codeload.github.com/mrfearless/libraries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332603,"owners_count":20921853,"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":["assembler","assembly-language","library","masm","masm32","uasm","win32api","x86","x86-64"],"created_at":"2024-09-24T22:56:34.838Z","updated_at":"2025-04-05T12:05:36.879Z","avatar_url":"https://github.com/mrfearless.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libraries\r\n\r\nCollection of libraries for use with x86 / x64 assembler\r\n\r\nSome of the libraries have been created by myself, the rest are by others and other projects, and in those cases I have only compiled static versions (if possible) and converted .h header files to assembler style .inc files for ease of use with x86 and x64 assemblers: masm, jwasm, hjwasm, uasm etc\r\n\r\nThe libraries that I have created (some of them) have documentation on the functions they contain. More information can be found in the [wiki](https://github.com/mrfearless/libraries/wiki)\r\n\r\nSome releases have been packaged for convenience and can be found [here](https://github.com/mrfearless/libraries/releases)\r\n\r\nHopefully you find them useful in your coding.\r\n\r\n# Projects:\r\n\r\n- [BearSSL - smaller SSL/TLS library](https://github.com/mrfearless/libraries/tree/master/BearSSL)\r\n- [Brotli - compression library by Google](https://github.com/mrfearless/libraries/tree/master/Brotli)\r\n- [Bzip2 - compression library by Julian Seward](https://github.com/mrfearless/libraries/tree/master/Bzip2)\r\n- [Bzip3 - compression library by Kamila Szewczyk](https://github.com/mrfearless/libraries/tree/master/Bzip3)\r\n- [Capstone - lightweight multi-platform, multi-architecture disassembly framework](https://github.com/mrfearless/libraries/tree/master/Capstone)\r\n- [Console - library for handling windows console usage](https://github.com/mrfearless/libraries/tree/master/Console)\r\n- [Cuda - x64 assembler port of Nvidia's CUDA SDK and NVML](https://github.com/mrfearless/libraries/tree/master/Cuda)\r\n- [Debug64 - x64 assembler port of Donkey's vKim like tools](https://github.com/mrfearless/libraries/tree/master/Debug64)\r\n- [Deflate - compression library by Eric Biggers](https://github.com/mrfearless/libraries/tree/master/Deflate)\r\n- [FSE - compression library by Yann Collet](https://github.com/mrfearless/libraries/tree/master/FSE)\r\n- [FastLZ - compression library by Ariya Hidayat](https://github.com/mrfearless/libraries/tree/master/FastLZ)\r\n- [Jansson - C library for encoding, decoding and manipulating JSON data](https://github.com/mrfearless/libraries/tree/master/Jansson)\r\n- [Keystone - lightweight multi-platform, multi-architecture assembler framework](https://github.com/mrfearless/libraries/tree/master/Keystone)\r\n- [LZ4 - compression library by Yann Collet](https://github.com/mrfearless/libraries/tree/master/LZ4)\r\n- [LZAV - compression library by Aleksey Vaneev](https://github.com/mrfearless/libraries/tree/master/LZAV)\r\n- [Listview - library for handling windows listview controls](https://github.com/mrfearless/libraries/tree/master/Listview)\r\n- [Lizard - compression library by Przemyslaw Skibinski](https://github.com/mrfearless/libraries/tree/master/Lizard)\r\n- [Lua - embeddable scripting language](https://github.com/mrfearless/libraries/tree/master/Lua)\r\n- [Masm64 - x64 assembler port of Steve Hutchesson's Masm32 library](https://github.com/mrfearless/libraries/tree/master/Masm64)\r\n- [Miniz - compression library by Rich Geldreich](https://github.com/mrfearless/libraries/tree/master/Miniz)\r\n- [OpenCL - x64 assembler port of Khronos OpenCL SDK](https://github.com/mrfearless/libraries/tree/master/OpenCL)\r\n- [OpenSSL - toolkit for the TLS and SSL protocols and cryptography](https://github.com/mrfearless/libraries/tree/master/OpenSSL)\r\n- [RPC - Remote Procedure Calls](https://github.com/mrfearless/libraries/tree/master/RPC)\r\n- [Snappy - compression library by Google](https://github.com/mrfearless/libraries/tree/master/Snappy)\r\n- [SQLite - transactional SQL database engine](https://github.com/mrfearless/libraries/tree/master/SQLite)\r\n- [Treeview - library for handling windows treeview controls](https://github.com/mrfearless/libraries/tree/master/Treeview)\r\n- [VirtualStack - library for creating a virtual stack and manipulating it](https://github.com/mrfearless/libraries/tree/master/VirtualStack)\r\n- [Vulkan - assembler port of Khronos Vulkan graphics api (WIP)](https://github.com/mrfearless/libraries/tree/master/Vulkan)\r\n- [ZeroMQ - high-performance asynchronous messaging library](https://github.com/mrfearless/libraries/tree/master/ZeroMQ)\r\n- [Zlib - compression library by Mark Adler](https://github.com/mrfearless/libraries/tree/master/Zlib)\r\n- [aPLib - compression library by Jørgen Ibsen](https://github.com/mrfearless/libraries/tree/master/aPLib)\r\n- [brieflz - compression library by Jørgen Ibsen](https://github.com/mrfearless/libraries/tree/master/brieflz)\r\n- [cJSON - ultralightweight JSON parser in ANSI C](https://github.com/mrfearless/libraries/tree/master/cJSON)\r\n- [mxml - a small XML file parsing library](https://github.com/mrfearless/libraries/tree/master/mxml)\r\n- [xxHash - hashing library by Yann Collet](https://github.com/mrfearless/libraries/tree/master/xxhash)\r\n- [zstd - zstandard real-time compression by Facebook](https://github.com/mrfearless/libraries/tree/master/zstd)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrfearless%2Flibraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrfearless%2Flibraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrfearless%2Flibraries/lists"}