objectionary / opeo-maven-plugin

Maven plugin to remove Bytecode opcodes from XMIR as much as possible
http://www.objectionary.com/opeo-maven-plugin/
MIT License
7 stars 2 forks source link

Add One More Agent For Tracing Agents Usage #393

Closed volodya-lombrozo closed 3 months ago

volodya-lombrozo commented 3 months ago

Sometimes it's hard to understand which agent was applied for decompilation and what result we got after using the agent. So, we need one more decorator for agents that would log all agent usages. We can log:

  1. instructions before
  2. instructions after
  3. the name of applied agent

and so on.

0pdd commented 3 months ago

@volodya-lombrozo the puzzle #400 is still not solved.

0pdd commented 3 months ago

@volodya-lombrozo the only puzzle #400 is solved here.