Skip to content

Can't extract symvers from the kernel from Android preinstalled on Cubieboard 2 #1

@vi

Description

@vi

The file: http://vi-server.org/pub/zImage_from_cubieboard2

The error:

$ python /mnt/src/git/extract-symvers/extract-symvers.py -e le -B 0x40000000 zImage  
Traceback (most recent call last):
  File "/mnt/src/git/extract-symvers/extract-symvers.py", line 139, in <module>
    main()
  File "/mnt/src/git/extract-symvers/extract-symvers.py", line 135, in main
    for s, crc, t in kernel.symbols():
  File "/mnt/src/git/extract-symvers/extract-symvers.py", line 102, in symbols
    for t, s in symsearch.items():
AttributeError: 'NoneType' object has no attribute 'items'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions