-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I've patched the binary locally.
Chrome 140:
- find B90300000084C00F84 (which means
mov ecx,3; test al,al; jnz...), there'll be several occurrences, use the one that is followed byxx xx xx xx 89(i.e. ignore 4 bytes and look at89) - overwrite with B901000000 90*8 (mov ecx,1; nop 8 times to overwrite
jnz)
Chrome 141:
use the above instruction with B902 when finding (02 instead of 03) and B900 when patching (00 instead of 01).
0 or 1 is the value of MV2ExperimentStage::kWarning depending on the binary version (source)
This is effectively the same as adding --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled to the command line.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request