ViRb3

Results 206 comments of ViRb3

My solution is to dump all logs from Docker into journald: ```yml logging: driver: journald options: tag: "container-{{.Name}}" ```

Are you sure it is vanilla ConfuserEx (no modifications)? If yes, then please send me the file.

Thanks for the detailed description! The issue is that methods are not inlined after their proxies are resolved. I will see what I can do about that :)

I implemented de4dot's default `MethodCallInliner`. Note that inlining of instance methods has not been enabled, since I couldn't find that functionality in the test cases you sent me. Please give...

I will check this when I get back to my laptop. It should be a week or so.

Sorry, I don't think I'll have time to maintain this project in the foreseeable future.

You would need to upload the binary that you are deobfuscating for anybody to be able to help. It might be a modified ConfuserEx version - Detect It Easy only...

Just a note for the others why I never merged this - BeaEngine emulator (that I use) is more powerful than de4dot's Confuser emulation. While I agree that it is...

I just noticed an alternative way to do this, using the `:scope` psuedo-class. According to [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/:scope), equivalent usage would be as follows: ```javascript var selected = context.querySelectorAll(':scope > img'); ```...

I have another (a global) nginx instance that covers all of the services on my server, this service included. It wraps them in HTTPS, etc. I added my workaround directly...