control-flow
There are 235 repositories under control-flow topic.
javascript-obfuscator/javascript-obfuscator
A powerful obfuscator for JavaScript and Node.js
fluture-js/Fluture
🦋 Fantasy Land compliant (monadic) alternative to Promises
FluxML/Zygote.jl
21st century AD
githubXiaowangzi/NP-Manager
Apk控制流混淆;Apk-Dex2C;Res资源混淆;Dex、jar、smali文件的相互转换; Dex、Pdf文件合并; Apk、dex、jar混淆和字符串加密; Apk签名、共存; Res资源混淆; Dex、AXML、ARSC文件编辑及翻译;字符串加密(Apk、dex); 一键添加Xposed检测,一键添加弹窗、对话框; axml反编译/回编译; 一键LOG添加; 一键添加字符串解密LOG,Dex文件换包名; 一键添加禁止截屏,一键添加Apk崩溃日志记录; Apk超级混淆3.0--高效率直接对dex混淆,支持混淆四大组件,支持多dex; Apk功能--DEX混淆对抗;屏幕取色器;屏幕标尺。
CodingGay/BlackObfuscator
Black Obfuscator is an obfuscator for Android APK DexFile, it can help developer to protect source code by control flow flattening, and make it difficult to analyze the actual program control flow.
ovr/phpsa
Smart/Static Analyzer(sis) for PHP :bowtie::neckbeard:
MichaelXF/js-confuser
JS-Confuser is a JavaScript obfuscation tool to make your programs *impossible* to read.
effekt-lang/effekt
A language with lexical effect handlers and lightweight effect polymorphism
ChrisCummins/ProGraML
A Graph-based Program Representation for Data Flow Analysis and Compiler Optimizations
dronavallipranav/rust-obfuscator
Automatic Rust Obfuscator and Macro Library
edwinkys/phantasm
Toolkits to create a human-in-the-loop approval layer to monitor and guide AI agents workflow in real-time.
eset/stadeo
Control-flow-flattening and string deobfuscator
nsacyber/Control-Flow-Integrity
A proposed hardware-based method for stopping known memory corruption exploitation techniques. #nsacyber
pancsta/asyncmachine-go
Batteries-included graph control flow library (AOP, actor model, state-machine)
CodingGay/BlackObfuscator-GUI
This project is an graphical utility based on BlackObfuscator.
active-logic/activelogic-cs
Behavior Trees and Case Logic for C#7
Aurore54F/DoubleX
Statically Detecting Vulnerable Data Flows in Browser Extensions at Scale
sergioramos/apr
this is like caolan/async which is like lodash but async, but awaitful
dmitriz/cpsfy
🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
vmchale/recursion_schemes
Recursion schemes for Idris
HashimThePassionate/Python-For-Absolute-Beginners
"Python for Absolute Beginners: A Comprehensive Repository" offers a structured learning path, interactive practice, and a supportive community to master Python from scratch. Dive into topics like control flow, object-oriented programming, and more to unlock endless possibilities in software development. Start your Python journey today!
AndrewBarba/Bluebird.swift
Promise/A+, Bluebird inspired, implementation in Swift 5
phoe/cafe-latte
An implementation of Common Lisp dynamic variables, control flow operators, and condition system in plain Java.
worldline-go/chore
Requests with control-flows
LukaIgnjatovic/DataCamp_-_Track_-_Data_Scientist_with_R_-_Course_02_-_Intermediate_R
Repository of DataCamp's "Intermediate R" course.
zeekay/executive
🕴Elegant command execution for Node.
lironmiz/PCEP-30-0x
PCEP™ – Certified Entry-Level Python Programmer certification shows that the individual is familiar with universal computer programming concepts like data types, containers, functions, conditions, loops, as well as Python programming language syntax, semantics, and the runtime environment.
JetBrains/mps-coderules
Type checking and logical inference for JetBrains MPS
Aurore54F/static-pdg-js
Static JavaScript Analysis: AST, Control Flow, Data Flow, & Pointer Analysis
irsol/udacity-bertelsmann-data-science-challenge-scholarship-2018
This is a repo for my Bertelsmann Data Science Scholarship Challenge: notes, exercises, quizzes.
polyverse/EnVisen
ROP gadget finder and analysis in pure Javascript
theArjun/java-notes
Complete Java Note for colleges in Nepal.
tunnckoCore/each-promise
:cyclone: Asynchronous control flow library for now and then. :sparkles: Iterate over promises, promise-returning or async/await functions in series or parallel. Works on node 0.10 if you give it a Promise.
shutterstock/fnFlow
Pronounced "effin' flow" because it's so badass, fnFlow is a Javascript control flow library heavily influenced by Caolan McMahon's async that encourages a proper functional design pattern.
monojack/flowr
declarative flow control components for React apps
venkat-0706/Rock-Paper-Scissor-game
Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choose the same option, it's a tie.