Matt

Results 296 comments of Matt

Right, if the op is virtual, we assume itf=false. If the op is interface we assume itf=true. Is the op virtual, but the target should be itf=true then?

Ugh, then we'll have to actually check the target being invoked for EVERY instruction.... Or add the flag to the output/input parser.... I hate both of these options 😭

If you're willing, you can clone the project and open it in an IDE. Then set a breakpoint on the line where xxDark mentions. That would let you inspect where...

Ah, so the workspace model needs to be updated.... 🙃 Yeah, been aware of this for awhile but its a difficult task that Ive been putting off.

https://github.com/Col-E/Recaf/blob/master/src/main/java/me/coley/recaf/ui/controls/node/ClassNodeEditorPane.java#L144 Needs to be updated, hasn't been touched in a _long_ time.

Need more information to do anything. The agent exceptions should have a `caused by` section. What were you trying to attach to?

I can't do anything without a sample jar to test with.

> Seems to be a JPhantom problem. This is only for the _"patched"_ file though. The main concern is that it doesn't show up as a class unpatched, which should...