MCPcopy Create free account
hub / github.com/JPCERTCC/MalConfScan / offset1_byte_2bytes

Method offset1_byte_2bytes

utils/formbook_decryption.py:245–248  ·  view source on GitHub ↗
(self, plainbuf, ebl, ei)

Source from the content-addressed store, hash-verified

243
244
245 def offset1_byte_2bytes(self, plainbuf, ebl, ei):
246 plainbuf += ebl[ei+1:ei+1+1]
247 ei += 2
248 return plainbuf, ei
249
250
251 def offset1_short_3bytes(self, plainbuf, ebl, ei):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected