Skip to content

Is this arm specific ?  #1

@Jaymzu

Description

@Jaymzu

I can't seem to get it running on Debian
root@box:~/scaredycat# ./scaredycat.py


   *** SCAREDYCAT! version 0.1 beta ***
     author:  vvn <root@nobody.ninja>
     release date: December 8, 2015

please support my work by buying a copy of my EP!

http://dreamcorp.us
http://facebook.com/dreamcorporation


** ON LOCAL NETWORK, URL IS: http://:8080 **

[] memcpy : 0xb6ecd420
[
] mmap64 : 0xb6ed43a1
[!] Could not find 'as' installed for ContextType(arch = 'arm', bits = 32, endian = 'little')
Try installing binutils for this architecture:
https://pwntools.readthedocs.org/en/latest/install/binutils.html
Traceback (most recent call last):
File "./scaredycat.py", line 498, in
main()
File "./scaredycat.py", line 491, in main
find_rop_gadgets(libcfile)
File "./scaredycat.py", line 175, in find_rop_gadgets
stack_pivot = find_arm_gadget(e, pivot_asm)
File "./scaredycat.py", line 112, in find_arm_gadget
gadget_bytes = asm.asm(gadget, arch='arm')
File "/usr/local/lib/python2.7/dist-packages/pwnlib/asm.py", line 335, in asm
assembler = _assembler()
File "/usr/local/lib/python2.7/dist-packages/pwnlib/asm.py", line 120, in _assembler
gas = which_binutils('as')
File "/usr/local/lib/python2.7/dist-packages/pwnlib/asm.py", line 117, in which_binutils
raise Exception('Could not find %(util)r installed for %(context)s' % locals())
Exception: Could not find 'as' installed for ContextType(arch = 'arm', bits = 32, endian = 'little')

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