Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 2.04 KB

File metadata and controls

66 lines (46 loc) · 2.04 KB

Help and troubleshooting

Use this page when you are blocked and need the fastest path to the right documentation.

First step: route to the right page

Common issues

Unsupported API errors

Symptom:

  • Unsupported API: <module>.<name> in logs/report

Read:

Sample exits too early or behaves differently than expected

Check:

Run is too slow or produces very large artifacts

Check:

Need to step through execution interactively

Check:

Need mounted files in emulated filesystem

Check:

Before opening an issue

Include the following so others can reproduce quickly:

  • Speakeasy version and install method
  • full command line used
  • config overlay (if any)
  • target type (exe, dll, sys, raw shellcode)
  • --verbose log excerpt around failure
  • report excerpt (errors, entry_points[*].error)

Need more help