-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project still active? #10
Comments
@nimaim you can fork libpartclone, it is base on Thomas-Tsai@26d444b commit. |
Hi @xiangzhai, thank you for the response. My question was more is all the logic there to use it right now (i.e. is the C/C++ API files all there and implemented)? I see a lot of TODOs still in the README. Any documentation on how to use it? Does it support reporting progress through a callback function? I see that as one of the critical features. Thanks again. |
support https://github.com/isoft-linux/molly/blob/master/src/parttofilewidget.cpp#L387
sorry no, docs <-- TODO: libpartclone API doc.
yes https://github.com/isoft-linux/partclone/tree/libpartclone/lib
not 100% finished: [ ] docs <-- TODO: libpartclone API doc. about clang static analyzer, there is, of course, false positive, for example: https://bugs.llvm.org/show_bug.cgi?id=31458 but it is able to use clang sanitizer or libfuzzer to dynamically analysis libpartclone. |
@xiangzhai Thank you for the example. I will try some test apps with it in the next week or so. |
Hi, is this project still active? I would love to see a library for partclone. Currently, we are forced to fork() / exec() the proper partclone binaries in our application for any recovery operation. A library API allows for much more flexibility. Of course, however, if this is no longer being maintained, we will continue to use what we have.
The text was updated successfully, but these errors were encountered: