Jacob Strieb
Jacob Strieb
I have some fixes for this PR, but do not have push access to the branch. @thejoelpatrol would it be possible to give this account (@rbs-jacob) push access to your...
Hi @The-Debarghya, I've assigned you this issue. To make this change, you will likely have to change some `subprocess.run` calls in OFRAK components, as well as changing installed dependencies in...
Hi @The-Debarghya, I've assigned you this issue. Repeating my comment on the other issue you requested to work on: > To make this change, you will likely have to change...
@EdwardLarson I was able to replicate this error by running `pip install .` in the root of the clone OFRAK source directory. @morpheuslord the recommended way to install OFRAK from...
@morpheuslord are you running commands from PowerShell, `cmd.exe`, or from bash via Cygwin or Windows Subsystem for Linux? Are you using a package manager like Choco or Winget, or no...
@morpheuslord I responded to your other comment [here](https://github.com/redballoonsecurity/ofrak/pull/261#issuecomment-1496580254), but will copy the advice in this thread as well: run the following to fix the error you're having. ``` python -m...
Hi @csisl! I'd love to help, but could use some additional info. - Can you give some more information about your system (OS, processor architecture, Docker/non-Docker environment, etc.)? - Can...
Based on my current understanding of the issue you're reporting (that `Resource.flush_to_disk` for `FilesystemEntry`-tagged resources doesn't work properly), I've opened PR #373 to address the problem. Does that fix the...
Currently, we've merged #373, so it should be possible to dump symbolic links via the following (assuming you've installed OFRAK from the `master` branch of the source repo, instead of...
Fixed by #394.