Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Embedded scripts extract from ipxe binary
2016-02-02, 22:43
Post: #1
Embedded scripts extract from ipxe.krn
It is possible? Or to read it?

Thanks

sebus
Find all posts by this user
Quote this message in a reply
2016-02-03, 20:38
Post: #2
RE: Embedded scripts extract from ipxe.krn
(2016-02-02 22:43)sebus Wrote:  It is possible? Or to read it?

There's no supported way to do this. The easiest way in practice is to boot up your iPXE binary in a VM, dump the VM's memory to disk, and search through the memory dump for the string "#!ipxe".

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-02-03, 20:47
Post: #3
RE: Embedded scripts extract from ipxe.krn
Thanks, the bit I needed was in fact published elsewhere, so did not have to go to this extend

sebus
Find all posts by this user
Quote this message in a reply
2018-07-31, 07:23
Post: #4
Extract configuration script?
Hello everybody,

due to a reinstallation I have lost my ipxe build environment and the included self-made configuration script file. I have the undionly.kpxe and ipxe.efi files which were compiled with an embedded config script.
Is it somehow possible to extract this embedded configuration script out of these binaries. For example by decompiling?
Thanks much for your time and help
Find all posts by this user
Quote this message in a reply
2018-07-31, 17:59
Post: #5
RE: Extract configuration script?
(2018-07-31 07:23)subsoil Wrote:  I have the undionly.kpxe and ipxe.efi files which were compiled with an embedded config script.
Is it somehow possible to extract this embedded configuration script out of these binaries. For example by decompiling?

Hi (I moved this post to existing thread), as you can see from the comments above, there is no recommended way of doing this,
And the best way is to boot it in a VM and take a memory dump.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2018-07-31, 21:21
Post: #6
RE: Embedded scripts extract from ipxe binary
Thanks much, I will try that...
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)