MCPcopy Create free account
hub / github.com/SentineLabs/AlphaGolang / create_offset

Function create_offset

4.string_cast.py:188–194  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

186 return False
187
188def create_offset(addr):
189 if ida_offset.op_plain_offset(addr, 1, 0):
190 return True
191 else:
192 debug('Unable to make an offset for string @ 0x%x ' % addr)
193
194 return False
195
196def strings_init():
197 strings_added = 0

Callers 1

strings_initFunction · 0.85

Calls 1

debugFunction · 0.70

Tested by

no test coverage detected