Finding the pattern of a backdoor #1737
Answered
by
beat-buesser
EvilWatermelon
asked this question in
Q&A
-
Hi, I try to find the backdoor pattern from the |
Beta Was this translation helpful? Give feedback.
Answered by
beat-buesser
Jun 17, 2022
Replies: 1 comment 1 reply
-
Hi @EvilWatermelon I think the easiest approach would be to run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EvilWatermelon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @EvilWatermelon I think the easiest approach would be to run
add_pattern_bd()
on an array and setadd_pattern_bd()
then the patterns should be in the 3x3 pixels in the bottom-right corner and you select these pixels from the returned array and save as image. Would this work for you?