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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
googleprojectzero
/
fuzzilli
Public
Notifications
You must be signed in to change notification settings
Fork
366
Star
2.3k
Code
Issues
62
Pull requests
12
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feature/loop without var decl
- #474
#474
Open
TobiasWienand
wants to merge 11 commits into
googleprojectzero:main
googleprojectzero/fuzzilli:main
from
TobiasWienand:feature/loop-without-var-decl
TobiasWienand/fuzzilli:feature/loop-without-var-decl
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
feature/loop without var decl
#474
TobiasWienand
wants to merge 11 commits into
googleprojectzero:main
googleprojectzero/fuzzilli:main
from
TobiasWienand:feature/loop-without-var-decl
TobiasWienand/fuzzilli:feature/loop-without-var-decl
Copy head branch name to clipboard
Commits
Commits on Nov 20, 2024
Implements compilation of for-in and for-of loop with pre-declared iterator
TobiasWienand
committed
fd632f2
View commit details
Copy full SHA for fd632f2
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feature/loop-without-var-decl
TobiasWienand
committed
b85e3c2
View commit details
Copy full SHA for b85e3c2
Browse repository at this point
Commits on Dec 5, 2024
Refactor for-in and for-of loop iteration in JavaScriptLifter.swift
TobiasWienand
committed
5545802
View commit details
Copy full SHA for 5545802
Browse repository at this point
Commits on Dec 7, 2024
Refactor of for-in and for-of loops. Makes each type of loop a seperate instruction in FuzzIL
TobiasWienand
committed
434d594
View commit details
Copy full SHA for 434d594
Browse repository at this point
Implements global property iterator for loop
TobiasWienand
committed
89d2d77
View commit details
Copy full SHA for 89d2d77
Browse repository at this point
Adds a TODO
TobiasWienand
committed
c75890c
View commit details
Copy full SHA for c75890c
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feature/loop-without-var-decl
TobiasWienand
committed
64749d0
View commit details
Copy full SHA for 64749d0
Browse repository at this point
Commits on Dec 17, 2024
Implements compilation of forof/forin loop with global property as iterator variable
TobiasWienand
committed
39f77f1
View commit details
Copy full SHA for 39f77f1
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feature/loop-without-var-decl
TobiasWienand
committed
2eb58c0
View commit details
Copy full SHA for 2eb58c0
Browse repository at this point
Commits on Jan 22, 2025
Merge remote-tracking branch 'origin/main' into feature/loop-without-var-decl
TobiasWienand
committed
00b0ae8
View commit details
Copy full SHA for 00b0ae8
Browse repository at this point
Commits on Jan 23, 2025
[for loops] Implements typed for-of and for-in loops
TobiasWienand
committed
16ae71f
View commit details
Copy full SHA for 16ae71f
Browse repository at this point
You can’t perform that action at this time.