Block or Report
Block or report itsacoderepo
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
handsonscala Public
Forked from handsonscala/handsonscala
Discussion and and code examples for the book Hands-on Scala Programming
TSQL 1
-
GoDCCP Public
Forked from petar/GoDCCP
GoDCCP is an implementation of the Datagram Congestion Control Protocol in Go
Go
-
-
-
fish_ssh_agent Public
Forked from ivakyb/fish_ssh_agent
Fish-function `fish_ssh_agent` to start `ssh-agent` and export its environment variables to all fish instances: currently running and newly created.
Shell
1,587 contributions in the last year
Contribution activity
November 2021
Created 20 commits in 1 repository
Opened 21 pull requests in 1 repository
joernio/joern
1
open
20
merged
- Prepare asm dump
- Update MipsProcessor.scala
- Resolve the name of stack vars
- Update MipsFunctionPass.scala
- Removing parameter edges from call
- Adding a check for empty list
- Code cleaning
- Fixed todo for linenumbers
- Refactoring again
- Refactoring for easier debugging
- Improved literal resolving
- Added decompiled code to methods
- Moving out some helper functions
- Hotfix: Parameter and literal handling for MIPS
- Decompile each function for later use
- Update Ghidra2Cpg.scala
- DRY
- Test fix and some refactoring
- Changed parameters and did some DRY.
- Moved MIPS cases from FunctionPass and into MipsFunctionPass
- Refactoring passes
Reviewed 13 pull requests in 2 repositories
joernio/joern
11 pull requests
- ghidra2cpg: fix order/argumentIndex for MIPS arguments
- ghidra2cpg: cache decompiler results
- ghidra2cpg-mips: fix some NPEs
- Remove ghidra2cpg's log4j file
- Minor cleanups for ghidra2cpg
-
Add
RefStoreToLoadMIPS pass - Use RETURN nodes in ghidra2cpg
- Improved type calculations
- Fix flaky test
- Add RefCallToReturnRegister pass
- fix autocompletion