Cedric Halbronn

Results 117 comments of Cedric Halbronn

Hi, It is a known issue with docker and some distributions like Kali. It was discussed in https://github.com/nccgroup/BKScan/pull/1 and it is documented in the readme: https://github.com/nccgroup/BKScan#failed-to-open-display

Sorry to hear you are still having problems. Below are 2 environments I tried a while back but things may have changed since then: Failing on Ubuntu 18.04: ``` user@ubuntu18-04:~/rdp_bug/docker/docker-xfreerdp$...

Hi, I am not sure how your KALI environment would have an impact on building BKScan in the docker container, so not sure. I re-ran it from scratch from a...

Yes this is my understanding at least hence why I don't understand your error, sorry. But my understanding could be wrong...

Hi Assafnativ, are you aware of our https://github.com/fidgetingbits/IDArling/ fork? I am currently maintaining it whereas IDArlingTeam repository is not merging Python3 support atm afaict. It would have been nice to...

Re-reading the linked part, it is actually already supported for simple assignments, but not for structure members

Another example would be this function call: ``` result = Func1( whatever, struct2->InputBuffer, struct2->OutputBuffer, struct2->OutputBufferLength, &struct2->total_size); ``` and the prototype of Func1: ``` int __stdcall Func1(WHATEVER*whatever, _BYTE *a2, void *a3,...

Not sure if that was fixed in IDArlingTeam version or in the fidgeting version at some point but I don't have this problem anymore with https://github.com/fidgetingbits/IDArling/commit/38e261b357613ec78528044b803ddd5797d700df

It turns out it happens randomly and still happens to me

> I actually started with the fork, which has the same problem. I'm currently trying to pin down the issue and it seems it's the `eventFilter` function in `filter.py` which...