Here are
61 public repositories
matching this topic...
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
Modular file scanning/analysis framework
Updated
Oct 8, 2019
Python
Cuckoo Sandbox Dockerfile
Updated
Mar 18, 2020
Shell
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
Automated Use Case Testing
这是一个基于 Cuckoo 开源版本的沙箱的修订版本, 该版本完全为了适配国内软件环境所打造
Updated
Nov 27, 2020
Python
A tool to retrieve malware directly from the source for security researchers.
Updated
May 10, 2017
Python
A memory-bound graph-theoretic proof-of-work system written in Rust
Updated
Oct 17, 2019
Rust
The CodeChain CPU miner for cuckoo hashing
Updated
Oct 17, 2019
Rust
🍰 Little package to do simple things with VirtualBox remotely using it's SOAP API
Updated
Oct 23, 2020
Python
Cuckoo Filter: Practically Better Than Bloom
simple python script to add yara rules in cuckoo sandbox
Updated
Mar 30, 2018
Python
Cuckoo reporting module for version 1.2 stable
Updated
Aug 8, 2017
Python
Malware Analysis Workshop
Probabilistic data structures java implementation.
Updated
May 20, 2017
Java
Updated
Mar 29, 2021
Shell
This is an adaption of Peter Österlund's CuckooChess 1.12. The source code provided is a Java Maven project in UTF-8. The program, except for the chess font, is copyrighted by Peter Österlund, and is available as open source under the GNU GPL v3 license.
Updated
May 10, 2021
Java
This application is an example to display News information using MVVM + RxSwift and (MVVM + RxSwift) example in Swift. It uses the News API (
https://newsapi.org ).
Updated
Aug 25, 2020
Swift
Installer to help with Cuckoo setup
Updated
Aug 25, 2020
YARA
Pre-pre-pre Beta DMA frontend
Updated
Jan 19, 2021
Less
Malware Analysis System in Kookmin
Updated
Dec 5, 2018
Python
毕方智能云沙箱(Bold-Falcon)是一个开源的自动化恶意软件分析系统;方班网络安全综合实验-设计类;
Updated
Jul 25, 2021
Python
Visually simple yet powerful github feed app.
Updated
Jul 9, 2021
Swift
Dynamic File analysis for malicious files (cuckoo/PIN/DynamoRIO in virtualbox dockerized)
Updated
Jun 8, 2019
Shell
OpenJobs is a simple Demo project which aims to demonstrate the Jobs list using MVVM pattern with RxSwift in Swift.
Updated
Aug 3, 2020
Swift
Implementation of cuckoo filter.
A dog breed list app using clean architecture and unit test with cuckoo
Updated
Jan 12, 2020
Swift
┬─┬ノ( º _ ºノ) – A simple implementation of the cuckoo hashing scheme
An easy to setup Cuckoo environment for GNU/Linux malware analysis
Updated
Feb 1, 2020
Shell
Improve this page
Add a description, image, and links to the
cuckoo
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cuckoo
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
Take this class, for example:
`
import Foundation
// some comment has import SOMEBADTHING
public protocol TestProtocol: AnyObject {
func doSomething() -> Void
}
`
The generated mock ends up having:
... import SOMEBADTHING ...Looks like it is looking for "{import .*}" in source files and just adding that verbatim to the output file, causing compile issues.