Denis Rozimovschii

Results 7 comments of Denis Rozimovschii

In my use-case, changing the text could be helpful. I tried digging through the code, but I found that most of the attributes are marked read only. I think that...

We're using an ILSpy plugin to create detections for malicious MSIL files. One of the features of the plugin is identifying whether a method has been seen in clean executables,...

@thomasdavis I updated the PR with documentation updates without adding the dockerfile. I think it is worth mentioning there for people that suddenly find their images not working anymore on...

Have you tried using the `--no-sandbox` option as specified in the suggestion `If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.`? I'm using...

@paskal I'm not sure why do you think it's less ugly, since you have, alongside your dockerfile, a docker-compose file that's twice the length, with hardcoded paths which does not...

I think this is a temporary solution since chromium builds should be available out of the box for arm64 at some point. I could make a PR for some documentation...

Hello, @riccio82 I am using the following makefile ``` clean: rm -rf build init: docker build --target init -o build . pdf: docker build --target build-pdf --build-arg THEME=$(THEME) -o build...