lic-8

Results 14 comments of lic-8

@ikelos Am I the first person to install requirements.txt ? 😅 So if I understand there is no error here ?

Thank you for this fast answer ! If I understand correctly (which is possible that I don't) I can fix this issue by downloading locally all the symbol tables for...

Do you know where can I download at once every known symbol pack (windows/linux/mac) ? I'm working on an automation tool for volatility and I really need them

Hi all, I have created the executable using the .spec file, but it did not embed plugins and symbols: ``` > ./vol -f /home/user/Downloads/MemoryDump_Lab3.raw windows.info Volatility 3 Framework 2.4.0 usage:...

@asterictnl-lvdw I am on on Linux, but I still tried what you said: ``` [ pikachu ] ~ $ > pip3 uninstall volatility3 WARNING: Skipping volatility3 as it is not...

@asterictnl-lvdw Thanks but that's not what I want, I want a standalone version of the whole volatility 3 framework, not just an executable that will call python. I need to...

@asterictnl-lvdw I want to generate a standalone version from a machine that has python, but once the binary file is created, it has to be able to be copied on...

I'm gonna have to invoke God ( @ikelos ) on that

@ikelos I have tried with `PYTHONPATH="." pyinstaller vol.spec` and with pyinstalled 4.8 and the result was the same for both: ``` [ pikachu ] volatility3 (develop) $ > PYTHONPATH="." pyinstaller...

> To make sure we're both working from the same page, please could you attach your output from the `PYTHONPATH="."` method with pyinstaller 5.8.0? Sure: ``` [ pikachu ] dist...