Forwarded from vx-underground
dudes steals a South Korean government Xitter profile and tweets "north korea is best korea". thats diabolical stuff
fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V>
where K: Borrow<Q>,
Q: Hash + Eq
Forwarded from import __hello__
unsafe fn jmp(addr: *const u8) {
let fn_ptr: fn() = std::mem::transmute(addr);
fn_ptr();
}