Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

BugsBunny2017 Rev150 CTF example missing binary file #2675

Description

@dguido

Description

The BugsBunny2017 Rev150 CTF example in examples/ctf/bugsbunny2017_rev150/ is missing the actual challenge binary. The file rev150 is an HTML placeholder instead of the expected ELF binary.

Current State

  • The Python script bugsbunny2017_rev150.py has been updated to work with current Manticore API
  • The script includes proper error handling to detect missing/invalid binaries
  • A copy of the binary exists in the sharon-rev150 branch of manticore-examples repository

Impact

Users cannot run this example without manually obtaining the binary. The script fails with:

Error: 'rev150' is not a valid ELF binary!
The file appears to be HTML or text. Please download the actual binary.

Proposed Solution

  1. Include the actual rev150 binary (from sharon-rev150 branch of manticore-examples)
  2. Or provide clear instructions on where to obtain it
  3. Consider adding a download script that fetches required binaries

File Information

Expected binary format: ELF 64-bit LSB executable, x86-64, statically linked
Current file type: HTML document

References

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions