structure of afx-file?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

structure of afx-file?

ソリューションへジャンプ
1,015件の閲覧回数
martinpi
Contributor III


I'd like to understand the structure of the afx-file.

As far as I have found, it contains the executable code plus the symols for debugging.

But I did not find a documentation of the file structure.

 

I'd like to extract the executable code from the afx rather than decoding from an S19 file.

Furthermore I would like to extract information like the base address.

 

Thanks!

Martin

ラベル(1)
0 件の賞賛
1 解決策
796件の閲覧回数
BlackNight
NXP Employee
NXP Employee

It is a standard ELF/Dwarf (DWARF - Wikipedia, the free encyclopedia) file, just with the .afx extension instead of .elf.

You can see this if you open the file with a text editor and if you look at the first few bytes.

So you should be able to use any tools which accept an ELF file.

I hope this helps,

Erich

元の投稿で解決策を見る

0 件の賞賛
1 返信
797件の閲覧回数
BlackNight
NXP Employee
NXP Employee

It is a standard ELF/Dwarf (DWARF - Wikipedia, the free encyclopedia) file, just with the .afx extension instead of .elf.

You can see this if you open the file with a text editor and if you look at the first few bytes.

So you should be able to use any tools which accept an ELF file.

I hope this helps,

Erich

0 件の賞賛