-
Notifications
You must be signed in to change notification settings - Fork 76
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
how do I use ewfacquire.exe? #158
Comments
btw, if i want to debug ewfacquire, can i write the fixed parameters in the ewfacquire.c? |
@pipizhao-2020 I have no idea what you're asking me, can you explain in more detail what you're trying to accomplish? |
i want to debug the ewfacquire in the visual studio that it can help me to know the rule of creating the E01 file. |
my purpose is that i want to analysis the E01 file and get all files information in the E01 file. there is my parameter: is that right? |
I repeat: Regarding |
you mean : it appear |
I'll have a look to see if I can reproduce this, if this is an issue in the experimental version or something in your build. I recommend sticking with the legacy version https://github.com/libyal/libewf-legacy for now |
I also encountered this problem.I figure out that if you remove "-w no",the command will succeed.btw, I checked the code found that -w needed uint type( but I tried "-w 0" or "-w 1", it also failed.) |
ewfacquire.exe \.\physicaldrive2 -t D:\E01TEST\test -C test -D test -E 10000 -e test -N test -m removable -M logical -f encase6 -c fast -o 0 -B 32086425600 -S 9083760448406290432 -P 512 -w no -r 2 -g 64 -b 64
This is my Command line parameters,I have read the code a period of time but i don't konw why appear the error below. How do I enter the parameters?
ewfacquire 20210426
Unable to open file(s) or device.
libcfile_file_open_wide_with_error_code: no such file: \?\D:\libewf\msvscpp\Release-t.
libcfile_file_open_wide: unable to open file.
libbfio_file_io_handle_open: unable to open file: \?\D:\libewf\msvscpp\Release-t.
libbfio_handle_open: unable to open handle.
libbfio_internal_pool_open_handle: unable to open handle.
libbfio_internal_pool_open: unable to open entry: 1.
libbfio_pool_open: unable to open entry: 1.
libsmraw_handle_open_file_io_pool: unable to open pool entry: 1.
libsmraw_handle_open_wide: unable to open handle using file IO pool.
device_handle_open_smraw_input: unable to open raw input handle.
device_handle_open_input: unable to open raw input.
The text was updated successfully, but these errors were encountered: