bytecode共11篇
Python Bytecode: A Beginner’s Guide-拾光赋

Python Bytecode: A Beginner’s Guide

Python Bytecode: A Beginner’s Guide,Python bytecode is like a secret language that Python uses behind the scenes. When you write your Python code, it doesn’t run directly. Instea...
kity的头像-拾光赋kity10个月前
0385
Por que o Java converte números inteiros maiores que 127 para valores negativos em castings do tipo byte?-拾光赋

Por que o Java converte números inteiros maiores que 127 para valores negativos em castings do tipo byte?

Por que o Java converte números inteiros maiores que 127 para valores negativos em castings do tipo byte?, Imagem 01 — Exemplo de “modelagem” de um número inteiro em um byte. ...
kity的头像-拾光赋kity2年前
0515
Static proxies in Quarkus-拾光赋

Static proxies in Quarkus

Static proxies in Quarkus,In previous post, Quarkus build process was described and how it helps to do DI in build time. In this post we discuss standard approaches for proxy creat...
kity的头像-拾光赋kity2年前
04213
Você sabia? - Curiosidades JAVA-拾光赋

Você sabia? – Curiosidades JAVA

Você sabia? - Curiosidades JAVA,Bytecode, o código de máquina da JVM, tem esse nome por um simples motivo. A máquina virtual Java entende um conjunto de comandos, que também s...
kity的头像-拾光赋kity2年前
03113
How to create raw bytecode in python-拾光赋

How to create raw bytecode in python

How to create raw bytecode in python, Introduction Well, first I had started doing this on github.io, but then a group of virtual gangsters beat me up and made me realize that ther...
kity的头像-拾光赋kity5年前
0346
Como crear bytecode en python-拾光赋

Como crear bytecode en python

Como crear bytecode en python, Introducción Este es un tutorial de como crear bytecode pelado, o bytecode crudo en python, primero había arrancado a hacer este tutorial en github...
kity的头像-拾光赋kity5年前
04012
Java Under the Hood-拾光赋

Java Under the Hood

Java Under the Hood,This post offers a brief introduction to how Java executes a code written in Java Language under the hood. Here is the list that I am going to explore, 1. Java ...
kity的头像-拾光赋kity5年前
02110
yGuard is now open source - obfuscation easy as pie-拾光赋

yGuard is now open source – obfuscation easy as pie

yGuard is now open source - obfuscation easy as pie,Disclaimer: This is not a sponsored post. However so my current employee pays me for maintaining the repository, so it's fair to...
kity的头像-拾光赋kity5年前
0305
Under the Hood: Python Comparison Breakdown-拾光赋

Under the Hood: Python Comparison Breakdown

Under the Hood: Python Comparison Breakdown,This post originally appeared as a guest article on PyBites. PyBites community member fusionmuck asked an interesting question in the Sl...
kity的头像-拾光赋kity6年前
02913
Decompile and dissasemble JVM bytecode compiled from Kotlin source code-拾光赋

Decompile and dissasemble JVM bytecode compiled from Kotlin source code

Decompile and dissasemble JVM bytecode compiled from Kotlin source code,This is an experiment to try using javap (disassembler) and jad (decompiler) for this Kotlin code. fun main ...
kity的头像-拾光赋kity6年前
0538
JVM Architecture 101: Get to Know Your Virtual Machine-拾光赋

JVM Architecture 101: Get to Know Your Virtual Machine

JVM Architecture 101: Get to Know Your Virtual Machine,Java applications are all around us, they’re on our phones, on our tablets, and on our computers. In many programming langua...
kity的头像-拾光赋kity7年前
04614