What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

🌺🎗️ 






🍵





![async def get_string(addr):
result = await iface.target_read_memory(addr, 32)
return result[:result.find(0)].decode()
await iface.target_stop()
await iface.target_write_memory(start, shellcode)
iface.target_context.r13_svc = start + 0x400
iface.target_context.r15 = start
iface.target_context.cpsr = 0x400000d3
await iface.target_set_instr_breakpt(trace_fn, 4)
for _ in range(16):
await iface.target_continue()
if iface.target_context.r15 == trace_fn:
file = await get_string(iface.target_context.r0)
line = iface.target_context.r1
mesg = await get_string(iface.target_context.r2)
print(f"TRACE: {file}:{line}: {mesg}")
iface.target_context.r15 = iface.target_context.get_banked("r14")
else:
assert False](https://files.mastodon.social/media_attachments/files/114/464/074/066/455/808/original/9ca146c932e98857.png)




でも誕生日祝いの演出あるのね