Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yeuoly/0xUBypass
/ mpz_init_set
Function
mpz_init_set
WindowsShellcodeInjector/mini-gmp.cpp:1525–1530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1523
}
1524
1525
void
1526
mpz_init_set(mpz_t r, const mpz_t x)
1527
{
1528
mpz_init(r);
1529
mpz_set(r, x);
1530
}
1531
1532
int
1533
mpz_fits_slong_p(const mpz_t u)
Callers
2
__gmp_expr
Function · 0.85
mpz_div_qr
Function · 0.85
Calls
2
mpz_init
Function · 0.85
mpz_set
Function · 0.85
Tested by
no test coverage detected