Private
Public Access
1-post thread, Nov 13 2022. 'My prefered method of managing application data was the self-modifying-binary: (a.) on launch copy binary to temp file, (b.) launch temp file, (c.) exit, (d.) now temp file execution can freely modify origional binary.' Cleanest description of his update/install pattern.
719 B
719 B
title, author, handle, post_url, post_id, timestamp, post_count, reply_count, repost_count, like_count, view_count
| title | author | handle | post_url | post_id | timestamp | post_count | reply_count | repost_count | like_count | view_count |
|---|---|---|---|---|---|---|---|---|---|---|
| My prefered method of managing application data was the 'self-modifying-binary': | NOTimothyLottes | @NOTimothyLottes | https://x.com/NOTimothyLottes/status/1591646625692553216 | 1591646625692553216 | 2022-11-13 04:18:21 | 1 | 0 | 0 | 0 | 0 |
@NOTimothyLottes — My prefered method of managing application data was the 'self-modifying-binary':
Post 1 (2022-11-13 04:18:21)
My prefered method of managing application data was the 'self-modifying-binary': (a.) on launch copy binary to temp file, (b.) launch temp file, (c.) exit, (d.) now temp file execution can freely modify origional binary :)