JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#169 edit method body raw bytes
Author: developer honfika
Date created:
Type: feature
Visibility: Everybody
Assigned to: developer honfika
Labels: GUI
State: closed Help

Add a capability to edit the raw bytes of the method body. For example you can put an "Edit bytes" button next to the "Edit" button in MethodBody Code tab. The current Edit button shows the pcode, the new could show the hex bytes.
user
But why do you need this at all? P-Code editing allows you to do same task much more comfortable. I'd not against showing raw bytes in P-Code option (show bytes before every p-code) though.
developer
I'd like to test the not documented tag ids (how many parameters they need), test some obfuscating methods. Showing raw bytes is aleady possible, but I'd like to edit them. Not everything is possible with P-Code.
developer
undocumented tags = undocumented avm instructions in my previous post
developer
This is my issue, and i implemented it. So i close this:)
State: new→closed
Assigned:developer honfika