Giter Site home page Giter Site logo

dreamycecil / ziplib Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 1.01 MB

Library that can work with archives of different types. A mirror fork of https://bitbucket.org/wbenny/ziplib with own adjustments and VS project files for building under Linux.

License: Other

C++ 11.52% C 87.97% CMake 0.50%
bzip2 compression decompression linux lzma static-library unix visual-studio windows zip

ziplib's People

Contributors

aseering avatar dreamycecil avatar mboldyrev avatar wbenny avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ziplib's Issues

Documenting the config macros

(Hey, nice fork! :) I'm also tinkering with a version, which I'm probably gonna base on yours, but with slightly different priorities, so perhaps not for merging back.)

I'm using makefiles for CLI builds (similar to Beneš's original), and it took me a while to figure out why the example didn't compile. Just defining them directly in Main.cpp "fixed" it:

#define ZIPLIB_ZLIB
#define ZIPLIB_BZIP2
#define ZIPLIB_LZMA

but it would be nice to have them mentioned in the README specifically.

Password test looking incorrect

I've built the test executable with MSVC, GCC on w64devkit, and CLANG on WSL2, and they all give this result

[*] == Sample_ZipArchive_Decompress_Password_Protected ==
[+] Extracting file 'in3.txt'
[+] Trying no pass...
[+] Trying wrong pass...
[+] Trying correct password...
[+] Content of a file: 'BZh61AY&SY����'

as opposed to the original BitBucket version's

...
[+] Trying correct password...
[+] Content of a file: 'Content to add'

Any idea why that could be?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.