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

Doesn't work with libtransistor binaries #1

Open
roblabla opened this issue Jan 14, 2018 · 0 comments
Open

Doesn't work with libtransistor binaries #1

roblabla opened this issue Jan 14, 2018 · 0 comments

Comments

@roblabla
Copy link
Member

roblabla commented Jan 14, 2018

I get the following assertion when loading test_helloworld.nro

/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/loaders/nxo64.py: Traceback (most recent call last):
  File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/loaders/nxo64.py", line 489, in load_file
    f = load_nxo(li)
  File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/loaders/nxo64.py", line 443, in load_nxo
    return NroFile(fileobj)
  File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/loaders/nxo64.py", line 429, in __init__
    super(NroFile, self).__init__(f, tloc, tsize, rloc, rsize, dloc, dsize)
  File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/loaders/nxo64.py", line 278, in __init__
    builder.add_section(name, dynamic[startkey], size=dynamic[szkey])
  File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/loaders/nxo64.py", line 164, in add_section
    assert False, "no containing segment for %r" % (name,)
AssertionError: no containing segment for '.dynstr'

test_helloworld.nro.zip

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

No branches or pull requests

1 participant