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

3
LINES

< > BotCompany Repo | #1035320 // byteArrayToBCEL - analyze a .class byte array with BCEL

JavaX fragment (include) [tags: use-pretranspiled]

Uses 679K of libraries. Click here for Pure Java version (7948L/44K).

static JavaClass byteArrayToBCEL(byte[] data, S fileName default "?.class") {
  ret inputStreamToBCEL(byteArrayInputStream(data), fileName);
}

Author comment

Began life as a copy of #1033496

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035320
Snippet name: byteArrayToBCEL - analyze a .class byte array with BCEL
Eternal ID of this version: #1035320/3
Text MD5: 0658737b5e900e9bc4a0e78144340ddc
Transpilation MD5: 17f87279b31b4bc924024900ecf5f0a1
Author: stefan
Category: javax / byte code
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-01 01:20:58
Source code size: 144 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 105
Version history: 2 change(s)
Referenced in: [show references]