Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: List of Java bytecode instructions (view)

searching for Java bytecode 36 found (110 total)

alternate case: java bytecode

SableVM (626 words) [view diff] exact match in snippet view article find links to article

SableVM was a clean room implementation of Java bytecode interpreter implementing the Java virtual machine (VM) specification, second edition. SableVM
Excelsior JET (559 words) [view diff] exact match in snippet view article find links to article
Java to native code compiler. The compiler transforms the portable Java bytecode into optimized executables for the desired hardware and operating system
Byte Code Engineering Library (292 words) [view diff] case mismatch in snippet view article find links to article
BCEL library has been used in several diverse applications, such as: Java Bytecode Decompiling, Obfuscation, and Refactoring Performance and Profiling
Visual Eiffel (134 words) [view diff] exact match in snippet view article find links to article
developing GUI applications. While many other Eiffel compilers generate C, Java bytecode or bytecode for .NET Framework, the Visual Eiffel compiler generated
Merobase (120 words) [view diff] exact match in snippet view article find links to article
This allows merobase to support searches for binary components (e.g., Java bytecode, CLI assemblies) and web services, as well as source code. Merobase
Java Optimized Processor (129 words) [view diff] exact match in snippet view article find links to article
Processor which can execute Java bytecode
JavaStation (330 words) [view diff] exact match in snippet view article find links to article
"Super JavaStation" after Krups, with a JavaChip co-processor for native Java bytecode execution. This doesn't appear to have been produced. The JavaStation
JAD (software) (227 words) [view diff] case mismatch in snippet view article
Hamilton, James; Danicic, Sebastian (2009). An Evaluation of Current Java Bytecode Decompilers (PDF). Source Code Analysis and Manipulation, 2009. SCAM
Code property graph (1,434 words) [view diff] exact match in snippet view article find links to article
The project provides code property graph generators for C/C++, Java, Java bytecode, Kotlin, Python, JavaScript, TypeScript, LLVM bitcode, and x86 binaries
Java code coverage tools (1,725 words) [view diff] exact match in snippet view article find links to article
which require instrumenting the source code, JaCoCo can instrument Java bytecode using two different approaches: like JCov on the fly while running the
Speculative multithreading (1,180 words) [view diff] case mismatch in snippet view article find links to article
1145/781498.781501. Cook, Jonathan J. (2002). "Reverse Execution of Java Bytecode". The Computer Journal. 45 (6): 608–619. CiteSeerX 10.1.1.20.4765. doi:10
Intrusion Countermeasures Electronics (1,207 words) [view diff] exact match in snippet view article find links to article
but it is explained as meaning "Information Concealment Engine". The Java bytecode verifier in the Apache ByteCode Engineering Library (BCEL) is called
ObjectWeb ASM (429 words) [view diff] exact match in snippet view article find links to article
high-visibility projects that makes use of ASM.) Bytecode Visualizer - free Eclipse plugin for viewing and debugging Java bytecode which makes use of ASM library
DashO (software) (220 words) [view diff] exact match in snippet view article
Danicic, Sebastian (2011). "An evaluation of the resilience of static java bytecode watermarks against distortive attacks". IAENG International Journal
JEB decompiler (411 words) [view diff] exact match in snippet view article find links to article
proprietary and open-source decompiler plugins: Dalvik bytecode to Java Java bytecode to Java Intel x86/x86-64 machine code to C ARM machine code to C MIPS
Opcode (1,169 words) [view diff] no match in snippet view article find links to article
LCCN 78-19961. (xii+100 pages) Chiba, Shigeru (2007) [1999]. "Javassist, a Java-bytecode translator toolkit". Archived from the original on 2020-03-02. Retrieved
Raymie Stata (991 words) [view diff] exact match in snippet view article find links to article
California. Stata, Raymie; Abadi, Martin (1999-01-01). "A type system for Java bytecode subroutines". ACM Transactions on Programming Languages and Systems
Resin (software) (1,184 words) [view diff] exact match in snippet view article
Professional editions is that in Resin Professional, the PHP is compiled to Java bytecode. In contrast, in the open-source version, PHP is executed by an interpreter
OpenJ9 (1,632 words) [view diff] exact match in snippet view article find links to article
the performance of Java applications by compiling platform-neutral Java bytecode into native machine code at run time. Not every method that gets called
Radare2 (960 words) [view diff] case mismatch in snippet view article find links to article
Radio (CSR) AndroidVM Dalvik DCPU-16 EFI bytecode Game Boy (z80-like) Java Bytecode Malbolge MSIL/CIL Nios II SuperH Spc700 Systemz TMS320 V850 Whitespace
Jakarta Server Pages (1,930 words) [view diff] exact match in snippet view article find links to article
The compiled pages, as well as any dependent Java libraries, contain Java bytecode rather than machine code. Like any other .jar or Java program, code
Google Web Toolkit (1,736 words) [view diff] exact match in snippet view article find links to article
modes: Development mode (formerly Hosted mode): The application runs as Java bytecode within the Java Virtual Machine (JVM). This mode is typically used for
Managed Extensions for C++ (2,127 words) [view diff] exact match in snippet view article find links to article
Framework produces Microsoft Intermediate Language (MSIL, similar to Java bytecode) output and thus, modules compiled and components (assemblies rather)
Symbolic execution (1,589 words) [view diff] case mismatch in snippet view article find links to article
kernel-mode binaries http://s2e.systems/ yes Symbolic PathFinder (SPF) Java Bytecode https://github.com/SymbolicPathFinder yes SymDroid Dalvik bytecode http://www
C Bounded Model Checker (740 words) [view diff] case mismatch in snippet view article find links to article
Trtik, Marek (2018). "JBMC: A Bounded Model Checking Tool for Verifying Java Bytecode". In Chockler, Hana; Weissenbacher, Georg (eds.). Computer Aided Verification
Static single-assignment form (3,954 words) [view diff] exact match in snippet view article find links to article
modified IBM's JikesRVM (named Jalapeño at the time) to run both standard Java bytecode and a typesafe SSA (SafeTSA) bytecode class files, and demonstrated
Compiler (8,020 words) [view diff] exact match in snippet view article find links to article
is commonly interpreted. For example, Common Lisp can be compiled to Java bytecode (then interpreted by the Java virtual machine), C code (then compiled
Python (programming language) (14,436 words) [view diff] exact match in snippet view article
from later versions may be included." Jython compiles Python 2.7 to Java bytecode, allowing the use of Java libraries from a Python program. Pyrex (last
Coroutine (5,477 words) [view diff] exact match in snippet view article find links to article
bytecode. Coroutine functionality is possible by rewriting regular Java bytecode, either on the fly or at compile time. Toolkits include Javaflow, Java
Pascal (programming language) (8,513 words) [view diff] exact match in snippet view article
MIDletPascal – A Pascal compiler and IDE that generates small and fast Java bytecode specifically designed to create software for mobiles. Vector Pascal
List of BASIC dialects (7,262 words) [view diff] case mismatch in snippet view article find links to article
home computers jvmBasic An implementation of BASIC which compiles to Java Bytecode Kool-Bee See KoolB KoolB (short for Kool-Bee) (Windows, Linux) – Open-source
List of BASIC dialects (7,262 words) [view diff] case mismatch in snippet view article find links to article
home computers jvmBasic An implementation of BASIC which compiles to Java Bytecode Kool-Bee See KoolB KoolB (short for Kool-Bee) (Windows, Linux) – Open-source
List of JBoss software (643 words) [view diff] exact match in snippet view article find links to article
ColdFusion Markup Language (CFML) that compiles code written in CFML into Java bytecode and executes it on a servlet engine for the purpose of building web
ABAP (4,460 words) [view diff] exact match in snippet view article find links to article
and generated code, a binary representation somewhat comparable with Java bytecode. ABAP programs execute under the control of the runtime system, which
List of file formats (14,666 words) [view diff] exact match in snippet view article find links to article
executable code, data files, and folders for that code. CLASS – Compiled Java bytecode COFF – (no suffix for executable image, .o for object files) Unix Common
TransApps (5,064 words) [view diff] exact match in snippet view article find links to article
intent calls without any false negatives. The project also evaluated the Java bytecode as part of the overarching feasibility study for the TransApps project