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

Method offset2_dword_6bytes

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

Source from the content-addressed store, hash-verified

273
274
275 def offset2_dword_6bytes(self, plainbuf, ebl, ei):
276 plainbuf += ebl[ei+2:ei+2+4]
277 ei += 6
278 return plainbuf, ei
279
280
281 def offset2_dword_7bytes(self, plainbuf, ebl, ei):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected