#Github #macOS
There are numerous instances where we may need to restart our Mac to rectify a glitch. This user-friendly tool is designed to resolve most runtime bugs without necessitating a full system restart, and it can restore your applications to the state they were in before the issue arose.
https://github.com/Lakr233/FixTim
There are numerous instances where we may need to restart our Mac to rectify a glitch. This user-friendly tool is designed to resolve most runtime bugs without necessitating a full system restart, and it can restore your applications to the state they were in before the issue arose.
https://github.com/Lakr233/FixTim
GitHub
GitHub - Lakr233/FixTim: Fix every runtime bug on macOS.
Fix every runtime bug on macOS. Contribute to Lakr233/FixTim development by creating an account on GitHub.
#GZCTF #GitHub #release
New Features:
- I18n Support: for backend & frontend, zh_CN / en_US and ja_JP supported.
- Database & API Refactor: use uuid for user & containers, formatted data for notice / events
- Dependence Upgrade: upgrade to dotnet 8
- Happy New Year!
BREAK CHANGES: DATABASE AND API CHANGES
https://github.com/GZTimeWalker/GZCTF/releases/tag/v0.18.0-preview.0
New Features:
- I18n Support: for backend & frontend, zh_CN / en_US and ja_JP supported.
- Database & API Refactor: use uuid for user & containers, formatted data for notice / events
- Dependence Upgrade: upgrade to dotnet 8
- Happy New Year!
BREAK CHANGES: DATABASE AND API CHANGES
https://github.com/GZTimeWalker/GZCTF/releases/tag/v0.18.0-preview.0
GitHub
Release Version: 0.18.0-preview.0 · GZTimeWalker/GZCTF
0.18.0-preview.0 - 2024-02-09
Important
💡 Summary
BREAK CHANGES: DATABASE AND API CHANGES
I18n Support: for backend & frontend, zh_CN / en_US and ja_JP supproted.
Database & API Refactor: ...
Important
💡 Summary
BREAK CHANGES: DATABASE AND API CHANGES
I18n Support: for backend & frontend, zh_CN / en_US and ja_JP supproted.
Database & API Refactor: ...
❤7🤔1
#rust
一个比较逆天的编译器 bug
输出:
第一次
第二次
IDE rust-analyzer的 hint 和反汇编均证明了这一点(
https://github.com/rust-lang/rust/issues/121453
一个比较逆天的编译器 bug
trait Trait {
fn abs(self) -> Self;
}
impl Trait for i64 {
fn abs(self) -> Self {
2 * self
}
}
fn main() {
let x = 42;
println!("{}", x.abs());
println!("{}", x.abs());
}
输出:
84
42
第一次
x.abs() 调用了 Trait::abs第二次
x.abs() 调用了 core::num::absIDE rust-analyzer的 hint 和反汇编均证明了这一点(
https://github.com/rust-lang/rust/issues/121453
GitHub
Surprising non-idempotent behavior on `{integer}` inference + method resolution · Issue #121453 · rust-lang/rust
Excerpt from Zulip (originally https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types/topic/Question.20from.20t-spec/near/422487076): trait Trait { fn abs(self) -> Self; } impl Trait for ...
👾10🤮1💩1🖕1
Forwarded from Hacker News
Debian/Ubuntu privilege escalation PoC exploit for CVE-2024-1086 (🔥 Score: 155+ in 1 hour)
Link: https://readhacker.news/s/64NpS
Comments: https://readhacker.news/c/64NpS
Link: https://readhacker.news/s/64NpS
Comments: https://readhacker.news/c/64NpS
GitHub
GitHub - Notselwyn/CVE-2024-1086: Universal local privilege escalation Proof-of-Concept exploit for CVE-2024-1086, working on most…
Universal local privilege escalation Proof-of-Concept exploit for CVE-2024-1086, working on most Linux kernels between v5.14 and v6.6, including Debian, Ubuntu, and KernelCTF. The success rate is 9...