utkonos

Results 80 comments of utkonos

Everything works if the build is dynamically linked to the installed libyara: `python setup.py build --dynamic-linking`

The above problem is likely the same occurrence as #8 Just to make it clear for other people who encounter this problem, `yara-python` needs to be installed from source rather...

This would definitely be a useful feature for the Python bindings.

I had found a workaround a while ago and had not revisited this issue to mention it. But a change that can be configured would be excellent. Thanks for that!...

There is a workaround for this. If the `install.wim` file is split using DISM, everything works as expected. I chose `FileSize:500` to be safe, but I bet as long as...

Let me know if there is anything I can do to provide more information. Is there anything specific you would like me to do or information I should gather when...

If I add the following to the Vagrantfile, the VM boots normally: ``` override.vm.synced_folder '.', '/vagrant', :disabled => true ```

I'm giving this feature a go, but I am not a java programmer. I think I understand the basic components that are needed, but I am having a problem with...

I have started a branch in my dev fork for this feature: https://github.com/utkonos/analyze-community-ghidra-plugin/tree/code_reuse_colors

I can confirm this is a problem. It appears to happen with many other code pages. For the analysis that I do right now, the python-magic library is not currently...