<!--StartFragment--><div class="f4 text-normal" style="box-sizing: border-box; font-size: 16px !important; font-weight: 400; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a title="/dtxlib.py" data-hydro-click="{"event_type":"search_result.click","payload":{"page_number":1,"per_page":10,"query":".bin","result_position":6,"click_id":238394823,"result":{"id":238394823,"global_relay_id":"MDEwOlJlcG9zaXRvcnkyMzgzOTQ4MjM=","model_name":"Repository","url":"https://github.com/dkw72n/idb/blob/45ce3a9663434aa87587576c6ca202ceb8679fe2/dtxlib.py"},"originating_url":"https://github.com/dkw72n/idb/search?q=.bin","user_id":45027459}}" data-hydro-click-hmac="bd44ef6c33902afa8c827c0197fbd0f7b1a538c38a6e6825b4372a63e4aac9eb" href="https://github.com/dkw72n/idb/blob/45ce3a9663434aa87587576c6ca202ceb8679fe2/dtxlib.py" style="box-sizing: border-box; background-color: transparent; color: var(--color-text-link); text-decoration: none;">/dtxlib.py</a></div><div class="file-box blob-wrapper my-1" style="box-sizing: border-box; margin-top: 4px !important; margin-bottom: 4px !important; overflow: auto hidden; border: 1px solid var(--color-border-primary); border-radius: 6px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"> 290 | from utils import hexdump 291 | buf = open("dtxmsg.bin", "rb").read() + b'\x00' * 64 292 | sz = sizeof(DTXMessageHeader) </div><!--EndFragment--> Here I see that you have loaded a dtxmsg.bin file, but I haven't found it in the project. How can I generate this file?
290 | from utils import hexdump
291 | buf = open("dtxmsg.bin", "rb").read() + b'\x00' * 64
292 | sz = sizeof(DTXMessageHeader)
Here I see that you have loaded a dtxmsg.bin file, but I haven't found it in the project. How can I generate this file?