Giter Club home page Giter Club logo

Comments (5)

x64bugreport avatar x64bugreport commented on August 28, 2024

The plug-in works very well. When will you fix this bug?

from abyss.

x64bugreport avatar x64bugreport commented on August 28, 2024

Traceback (most recent call last):
File "G:/IDA75/plugins/abyss.py", line 152, in text_ready
obj.process_text(vu)
File "G:/IDA75/plugins\abyss_filters\ctopy.py", line 1331, in process_text
lines = "\n".join([ida_lines.tag_remove(sl.line) for sl in pc])
File "G:/IDA75/plugins\abyss_filters\ctopy.py", line 1331, in
lines = "\n".join([ida_lines.tag_remove(sl.line) for sl in pc])
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 204: invalid start byte

from abyss.

patois avatar patois commented on August 28, 2024

The plug-in works very well. When will you fix this bug?

As far as I can recall, this issue is related to hooking print_func() of the hx_event_t class and modifying the ctree itself inside of it.
Unfortunately, I did not have the time yet to look into it in detail. The abyss "lvars_alias.py" and "lvars_info.py" filters/plugins rely on it. As long as you did not experience any problems with it, you can safely ignore this bug tho.

from abyss.

patois avatar patois commented on August 28, 2024

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 204: invalid start byte

This seems to be an unrelated/different issue. I'd recommend opening a new issue. If you do, could you please describe how to reproduce this issue? Which service pack of IDA 7.5 are you using exactly? What does the original decompiled text look like before it is processed by abyss?
I suspect it may even be a problem with IDAPython itself since ctopy doesn't directly call the decode() method.

from abyss.

x64bugreport avatar x64bugreport commented on August 28, 2024

IDA 7.5 SP2 with PYTHON 3.8.6
The problem may be caused by a pseudo-code page that contains comments.

from abyss.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.