Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1034720 // Disassemble standard function example

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 1792K of libraries. Click here for Pure Java version (4581L/22K).

1  
!7
2  
3  
please include function plus.
4  
  
5  
cprint {
6  
  start-thread {
7  
    JavaClass c = classToBCEL(mainFunctionHolder plus);
8  
    var methods = filter(c.getMethods(), m -> eq(m.getName(), "plus");
9  
    for (method : methods) {
10  
      printWithPrecedingNL(method);
11  
      printLines(bcel_methodToInstructions(c, method));
12  
    }
13  
  }
14  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034720
Snippet name: Disassemble standard function example
Eternal ID of this version: #1034720/1
Text MD5: bdf40516d6b58dfa6787363f49191c9d
Transpilation MD5: 129887830b56869369302db917fd059d
Author: stefan
Category: javax / bcel
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-07 16:16:29
Source code size: 335 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 241
Referenced in: [show references]