about summary refs log tree commit diff stats
path: root/wrapperhelper/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrapper helper (#1799)rajdakin2024-09-061-69/+0
| | | | | | | * [WRAPPERHELPER] Added wrapperhelper v0.1, tested on libc * [WRAPPED] Removed updates to libc from this branch * [WRAPPERHELPER] Removed GPL header and added modified LGPL header, added notes about licensing issues
* [WRAPPER HELPER] Improve Record Parsing (#880)wannacu2023-07-121-0/+6
|
* [WRAPPER HELPER] First pass toward a better wrapper helper (#658)rajdakin2023-03-311-23/+25
|
* Add wrapperhelper from box86 (#657)Jai A P2023-03-311-0/+61
* Add wrapperhelper (created by @wannacu, from box86) - Changes as compared to box86 version: - Default Guest Triple x64 - Default Host Triple arm64