Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rderue
/
java.classFileParser
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
java.classFileParser
classFile.h
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 1, 2019
Hello World correctly parsed.
rderue
committed
5ebb5da
View commit details
Copy full SHA for 5ebb5da
View code at this point
Browse repository at this point
Successfully get instructions, need to deal with operands
rderue
committed
2c4d2dd
View commit details
Copy full SHA for 2c4d2dd
View code at this point
Browse repository at this point
Work around for the read4B bug implemented, but it will still fail for
Show description for 435643a
rderue
committed
435643a
View commit details
Copy full SHA for 435643a
View code at this point
Browse repository at this point
Updated endianness treatment up until attribute length
rderue
committed
1193930
View commit details
Copy full SHA for 1193930
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
Issues were introduced with apparent random endianess. The bytes for bytecodes are extracted, but there is not currently a mapping to their human readable bytecodes.
rderue
committed
74bb587
View commit details
Copy full SHA for 74bb587
View code at this point
Browse repository at this point
Method mostly implemented need to add attributes
rderue
committed
c46c961
View commit details
Copy full SHA for c46c961
View code at this point
Browse repository at this point
Fields done--maybe? Test more with class files containing more fields
rderue
committed
f968af1
View commit details
Copy full SHA for f968af1
View code at this point
Browse repository at this point
Fixed all things up to "Fields"
rderue
committed
8cc8c1f
View commit details
Copy full SHA for 8cc8c1f
View code at this point
Browse repository at this point
Endianess Refactoring
rderue
committed
120b21d
View commit details
Copy full SHA for 120b21d
View code at this point
Browse repository at this point
Added new files AccessMask.h/cpp and Field.h/cpp
rderue
committed
af55a6b
View commit details
Copy full SHA for af55a6b
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Added fetching for access flags, this class, and super class
rderue
committed
0d04343
View commit details
Copy full SHA for 0d04343
View code at this point
Browse repository at this point
Commits on Sep 29, 2019
Code Refactoring
rderue
committed
df69f48
View commit details
Copy full SHA for df69f48
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Constant Pool Mappings and Printing implemented
rderue
committed
464326d
View commit details
Copy full SHA for 464326d
View code at this point
Browse repository at this point
Working for the most part--going to try a drastic change
rderue
committed
4b9ece6
View commit details
Copy full SHA for 4b9ece6
View code at this point
Browse repository at this point
Finished Switch Statement Constant Pool
rderue
committed
f00b5b8
View commit details
Copy full SHA for f00b5b8
View code at this point
Browse repository at this point
Beginning work on parsing each constant pool entry
rderue
committed
5a991b5
View commit details
Copy full SHA for 5a991b5
View code at this point
Browse repository at this point
Constant Pool Tag Enum Defined
rderue
committed
0f6ba32
View commit details
Copy full SHA for 0f6ba32
View code at this point
Browse repository at this point
Version numbers implemented
rderue
committed
2da9cb0
View commit details
Copy full SHA for 2da9cb0
View code at this point
Browse repository at this point
Correctly parses MagicNumber and can determine endianness, version numbers not working
rderue
committed
4a38414
View commit details
Copy full SHA for 4a38414
View code at this point
Browse repository at this point
initial commit
rderue
committed
7c2da71
View commit details
Copy full SHA for 7c2da71
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.