Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to remove a StealthPlugin evasion by type #32

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

fergus3000
Copy link

Proposed solution to #29 - the need to remove certain evasions from the StealthPlugin (the content window evasion was causing problems for me)

I added a method to the StealthPlugin - RemoveEvasionByType() to remove an evasion. Had to change the initialization of the evasions list so that the list of standard evasions is populated in the constructor. Then the expressionbody for GetDependencies is returning this private list.

I was unable to get the test project to build due to some missing keys on the Captcha stuff, but I have manually tested the solution and it works for me at least.

I hope it's useful, and thank you for creating this package.

@Overmiind
Copy link
Owner

Hi, thank you for your pull request
I will create a new package version with these changes on the weekend

@Overmiind Overmiind merged commit b0a8248 into Overmiind:master Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants