Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

AnalyzeIt.rb is broken #137

Closed
tpo-anssi opened this issue Oct 9, 2017 · 1 comment
Closed

AnalyzeIt.rb is broken #137

tpo-anssi opened this issue Oct 9, 2017 · 1 comment
Labels

Comments

@tpo-anssi
Copy link
Contributor

There is two problems

  • the encoding has been removed and metasm doesn't like it
  • There is a typo on line 948

Attached two stack traces.

analysis_tools/AnalyzeIt.rb:949:in `block in <main>': undefined local variable or method `egexStr' for main:Object (NameError)
polichombr/metasm/metasm/os/main.rb:165:in `index': incompatible character encodings: ASCII-8BIT and UTF-8 (Encoding::CompatibilityError)
polichombr/metasm/metasm/os/main.rb:165:in `index
from analysis_tools/AnalyzeIt.rb:757:in `block (2 levels) in <main>'
from analysis_tools/AnalyzeIt.rb:753:in `each'
from analysis_tools/AnalyzeIt.rb:753:in `block in <main>'
from analysis_tools/AnalyzeIt.rb:750:in `each'
from analysis_tools/AnalyzeIt.rb:750:in `<main>'
@tpo-anssi
Copy link
Contributor Author

Fixed by #138

@tpo-anssi tpo-anssi added the bug label Oct 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant