macho: use with-mapped-file-reader in with-mapped-macho
parent
1af11dbfb9
commit
94c0382b99
|
@ -915,7 +915,7 @@ TYPED: load-commands ( macho: mach_header_32/64 -- load-commands )
|
||||||
: with-mapped-macho ( path quot -- )
|
: with-mapped-macho ( path quot -- )
|
||||||
'[
|
'[
|
||||||
address>> macho-header @
|
address>> macho-header @
|
||||||
] with-mapped-file ; inline
|
] with-mapped-file-reader ; inline
|
||||||
|
|
||||||
: macho-nm ( path -- )
|
: macho-nm ( path -- )
|
||||||
[| macho |
|
[| macho |
|
||||||
|
|
Loading…
Reference in New Issue