Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maybe --start-address and --stop-address dont work when i attach --macho or -m options on commandline #138

Open
kimyw3007 opened this issue Feb 19, 2020 · 3 comments

Comments

@kimyw3007
Copy link

kimyw3007 commented Feb 19, 2020

Hi i found out some weird behavior on llvm-objdump

maybe i don't understand exactly how this works

anyway, i faced some issues when i used llvm-objdump

if i attach "--start-address and --stop-address" options don't work with --macho or -m options on commandline

so if i try to this options(--start-address and --stop-address) with -macho or -m option

this job fall in infinite loop until end of binary

Didn't i understand anything of this command?

please check this

Thank you for reading

@androm3da
Copy link
Member

Does it only behave that way with some files or any one you've tried does that?

@kimyw3007
Copy link
Author

kimyw3007 commented Feb 19, 2020

Does it only behave that way with some files or any one you've tried does that?

nope, it doesn't work with all archive files (in {name}.ipa/{name}.app/{name} binary) with these options(start, stop address with --macho or -m) and i searched MachOOpt option in this source code and This branch in MachOOpt i didn't find references of start-address and stop-address (maybe i still not find yet)

@llvmbot
Copy link
Member

llvmbot commented Apr 12, 2022

@llvm/issue-subscribers-tools-llvm-objdump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants