libdmg-hfsplus
libdmg-hfsplus copied to clipboard
Portable libraries and utilities that manipulate HFS+ volumes and Apple's DMG images
suchat
ขอสร้างคำขอดึงครับ
it
/storage/emulated/0/rar/Download/true%intentipns/git-2.30.0.tar.gz Cannot create symbolic link /storage/emulated/0/rar/git-2.30.0/git-2.30.0/RelNotes • Permission denied /storage/emulated/0/rar/Download/true%intentipns/worktree.txt Bad or unknown format /storage/emulated/0/rar/Download/true%intentipns/worktree.txt archive https://cointelegraph.com/bitcoin-for-beginners/what-is-bitcoin-wallets
Large file problems again, this time on 32-bit Linux instead of 64-bit. Again, the solution is pretty simple: CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" I tried putting these defines in common.h, but of course...
readUInt64
Complete build log: ``` matt@hp:~/libdmg-hfsplus$ mkdir build matt@hp:~/libdmg-hfsplus$ cd build matt@hp:~/libdmg-hfsplus/build$ cmake .. -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 --...
There's an embarrassing typo in includes/dmg/dmg.h that prevents libdmg from reading large dmgs: the return value of readUInt64 should be uint64_t, not uint32_t. A more cosmetic issue is that there's...
There was a arithmetic problem on 32 bits platform when off_t is 64 bits. Basically, we have to make sure to convert to 64 bits BEFORE the multiplication. Hence things...
HI, Some dmg files doesn't contain the dmg 'koly' header at trailing 512 byes of the file (like those created with hdiutil). when trying to extract such dmg file using...
Hi! I noticed that the version of libdmg-hfsplus inside the xpwn project has some nice features that the version in the libdmg-hfsplus project is missing (I'm specially interested in the...
I'm not sure how this escaped notice (except that this repository doesn't seem active), but the latest commit containing ADC support doesn't compile. The 'bufferRead' variable needs to be declared...