iradization
iradization
Thanks a lot, I'll try it. BTW, does darling-dmg create dmg format by itself ? I actually tried to mount empty hfs+ filesystem once on top of dmg file, and...
I've further investigated the project, and saw that in file "main-test-hfs+.cpp", the source file is expected to be from pure disk image format (without dmg header). and the test read...
Hi @LubosD , perhaps can you take a look at this file.. I think it's xml chart is has missing fields that the dmg parser is expecting.
Sounds interesting, only one thing, for arm64 you need `armv8` and not `armv7`. I'll check in cmake-conan how i generate those both install lines : ``` /usr/local/bin/conan install . --remote...
Ok, I've managed to use conan-cmake in order to build the 2 separated arches. However, I wish there was option to user conan install to build FAT file version (it's...
Hi, I'm using a similar injection technic and also have encountered the same exception code 0xc0000409 (Security check failure or stack buffer overrun) The affected processes were all related to...
Hi @czoido , looks like your method worked. thanks ! However, after try to run the Conan cmake file for arm64 (I'm using M1 macOS), I get the following error...
I saw that when i ignore the `process_extra(struct archive_read *a, const char *p, size_t extra_length, struct zip_entry* zip_entry)` error by simply return ARCHIVE_OK, i get the zip entries correctly. Perhaps...
Thanks for the guidance. do you know where can I find any reference for the packagekit... couldn't find any on the web
Hi and thanks for you reply. Custom install mode is great, but what happen if I run the installer from terminal (using /usr/sbin/installer) which is rather common when pushing applications...