[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating a minimal ELF file using poke
|
From: |
Mohammad-Reza Nabipoor |
|
Subject: |
Re: Creating a minimal ELF file using poke |
|
Date: |
Sat, 16 Jul 2022 13:56:04 +0430 |
On Sat, Jul 16, 2022 at 11:14:05AM +0200, Jose E. Marchesi wrote:
> The usage of `save' (which is a poke command) in the example makes me
> think: we probably should factor out the functionality of the command to
> a ios_save function in pickles/ios.pk, much like we did with `dump' and
> ios_dump_bytes...
>
> Otherwise it won't be available to other poke applications.
>
Definitely!
I wanted to ask you to move all of useful commands from `poke/` to `pickles/`.
Like `copy`, `extract`, `scrabble`, `save`.
I'll do it.