xorstr
compile-time-regular-expressions


xorstr | compile-time-regular-expressions | |
---|---|---|
3 | 28 | |
1,253 | 3,468 | |
3.1% | 1.6% | |
0.0 | 7.1 | |
about 3 years ago | 9 days ago | |
C++ | C++ | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xorstr
- Force compiler to construct strings dynamically on the stack (win64)
-
Code criticism on decrypt function
I thought of getting the key from a post request, and hardcoding the iv somewhere using any xor lib like xorstr.
-
Using only skinchanger in osiris, do I need junkcode / vac bypass / VM protect?
the best practice to stay undetected without using vac bypass is to continually change your build, use undetected injector (preferably manual mapping, since vac hooks functions of loadlibrary), remove PE headers upon injection (helps against auto fingerprinting your build), compile-time xorstr (this can be useful as it changes many parts of binary with each build), and -of course- never share your build.
compile-time-regular-expressions
-
Implementing Regular Expressions in TypeScript Types (Badly)
Hana Dusikova did this in C++ several years ago, with her CTRE library.
https://github.com/hanickadot/compile-time-regular-expressio...
Of course, it has all the usual tradeoffs of compile-time template programming.
-
Giving C++ std:regex a C makeover
entirely. Good alternatives are CTRE (https://github.com/hanickadot/compile-time-regular-expressio...) which parses the regex and instantiates the automaton entirely at compile-time, or Google's re2 (https://github.com/google/re2) if you need to generate regular expressions at run-time.
-
Why are strings and IO so complicated?
CTRE (https://github.com/hanickadot/compile-time-regular-expressions) ranges::views (filter, transform, etc.) (C++20) str.find() + str.substr() freopen to stdin + cin >> extraction Parser libraries
- Compile time regular expression in C++
-
What are thoughts on removing regular expression from the standard library?
There are suggestions that should be replaced by the high performance ctre implementation: https://github.com/hanickadot/compile-time-regular-expressions
-
What's the most hilarious use of operator overloading you've seen?
operator"" can be used in a similar way to expression templates (DSLs), where the type of the resulting expression is dependent on the string contents. For example ctre makes use of this to build efficient regular expression parsers, and kumi uses this in conjunction with operator[] to make tuple indexing quite elegant
-
It's easy, I swear! Once you learn a bit about it, you'll be amazed!
Check out https://github.com/hanickadot/compile-time-regular-expressions anything is possible 😂
-
Verify all characters are same except a few
Yes to regex, no to std::regex. Better to use CTRE. Something like "^Hello [0-9]+ how are you" should allow checking if there's a match
-
Constexpr regex parser!
You could compare your implementation with https://github.com/hanickadot/compile-time-regular-expressions and see if there are any ideas you can copy.
- Regex is comically slow. High performance alternatives? (Pattern matching for validation)
What are some alternatives?
cryptominisat - An advanced SAT solver
RE2 - RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
Qv2ray - :star: Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 :star:
consteval-huffman - Compile-time Huffman coding compression using C++20
modern-cpp-tutorial - 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
staticvec - Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
entt - Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
neo-fun - Some library components that didn't quite fit anywhere else...
Shtreeba - VAC-proof 32bit DLL injector written in C++, using memory mapping and thread hijacking techniques
matplotlibcpp17 - Alternative to matplotlibcpp with better syntax, based on pybind
Osiris - Free open-source training software / cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
bit_set - Rebooting the std::bitset franchise

