3 个仓库
Integrating external files and archives directly into a compiled binary as constants to eliminate external dependencies.
Distinct from Compile-Time Constants: Focuses on embedding arbitrary files into a binary for portable execution, not just language constants or dependency resolution.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Binary Resource Embedding. Refine with filters or upvote what's useful.
Qor 是一个 Go 管理框架和后端工具包,用于构建管理界面、无头内容管理系统和 REST API 生成器。它提供了一个用于实现业务应用程序后端的结构化环境,专门从事结构化内容和媒体资产的管理。 该项目通过全面的多语言内容管理脱颖而出,具有基于区域设置的数据版本控制以及用于国际化和翻译管理的专用系统。它进一步通过内置的用于业务流程自动化的状态机实现和用于在发布前审查更改的内容暂存工作流来区分其产品。 该框架涵盖了广泛的功能,包括基于角色的访问控制、会话管理和后台作业调度。其数据管理面包括 CRUD 处理程序覆盖、关系管理以及基于后端资源定义生成仪表板和表单输入的元数据驱动 UI。此外,它还提供用于 RESTful API 生成的工具,支持内容协商和嵌套端点。 该系统允许通过将 HTML 模板直接编译到 Go 应用程序二进制文件中来优化部署,从而消除对文件系统的依赖。
Compiles HTML templates directly into the application binary to remove filesystem dependencies during deployment.
本项目是一个针对 Qt 框架的技术库和知识库,作为 C++ GUI 编程指南和跨平台开发资源。它提供了一系列专注于使用 Qt 生态系统构建应用的技术指南、最佳实践和教学材料。 该仓库专注于优化应用性能和开发工作流。它涵盖了用于提高构建速度和执行效率的架构模式,包括内存数据库的使用和异步函数调用。它还提供了关于通过原生接口包装器集成 Java 代码以开发混合应用的专业指导。 该项目的范围扩展到了自定义界面设计和跨平台兼容性。这包括高性能图形渲染、跨不同像素密度的响应式缩放,以及跨不同操作系统管理文件路径和文本编码的技术。 它还包含一套精选的电子书、编程标准和开发工具使用教程。
Provides techniques for integrating binary data and icons directly into the executable to optimize binary size.
OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje
Provides the ability to integrate external files and archives directly into the binary to eliminate external dependencies.