dlegs / php-jpeg-injector

Injects php payloads into jpeg images
452 stars 121 forks source link

Decode the payload into a byte array to allow binary writing #5

Closed apehex closed 3 years ago

apehex commented 3 years ago

Convert all strings into byte arrays before concatenating them. This should fix #3.