MRT
klimi
yeah dunno, maybe ask someone who wrote it
Monem
Hi, I have two algorithms one takes 7.2 hours and an updated version takes 2.5 hours; how to calculate speed enhanced and how to present that in a formal way? Thanks
0xJosh
0xJosh
And the link is not working, don't know why
Mr
any IIT student here ?
0xJosh
Mr
Mr
0xJosh
Hussein
which IIT ?
sorry I thought you mean IT not IIT
Hussein
0xJosh
Hussein
Okay.
Which one do you use btw
debian linux on the cloud and even on my desktop it is smooth , really performant compared to windows and pretty low maintenance
0xJosh
0xJosh
Thanks for the info
Hussein
@Jellyfish_Josh
yeah ... t is considered as the most stable linux distribution (varient)
you can set auto-updates then expect it to be up for the next decade as long as your program doesn’t crash or you get DDoSed
Hussein
Gee
https://pastebin.com/bx1WHGJD
Any who can help me with this?
0xJosh
Alex
hi guys, if i am using the recvfrom function and i am also using an alarm, what is the correct statement?
while (recvfrom < 0)
{
if (errno != EINTR)
error
}
if (recvfrom < 0)
{
if (errno != EINTR)
error
}
𝕷𝖔𝖗𝖊𝖓𝖟𝖔
Billy I suggest you use the tool they adviced in the rules to expose the code, otherwise you'll get warned.
By the way, I can't help, dunno C++
Anonymous
Ok sorry(
\Device\NUL
\Device\NUL
You should use else if tho
Anonymous
Hello
Null
布丁
Malware detection/prevention is another story
布丁
Anonymous
Hello
DontAskToAsk.com
NoMeta.xyz
Hussein
The Windows Defender one actually refers to the OS hardening options, not antivirus
let’s take look at legitimate program like a web browser it has to access your video memory to display content
it has to access your files (may modify, read or write to them) , listen to keystrokes then handle the event corresponds to it
locate your mouse pointer and access any other hardware devices that your computer has in addition to running few other external programs in some cases and executing shell commands
the only thing that windows defender can do is to check whether a program resemble a known malware that uses the same privileges given to regular program in addition to provide the option to take more extreme measures against any programs that are trying to do something programs are not allowed to do but other than that,
a malware that is written in a way that doesn’t resemble any known malware it can cause whatever it’s designed for
otherwise none of legitimate programs will ever work properly on windows
just think about how would you download a webpage if your browser could’t write to the disk to place and HTML file in your Downloads
布丁
布丁
not the exact Defender for antivirus...my bad
布丁
with these hardening in action, for example ASLR, the hacker will need more effort in sniffing the memory addresses, sometimes even not feasible
布丁
but before that, there should be a vulnerability to begin with. that's not the hardenings could help
Hussein
yes that’s what I was trying to say
they may make binary exploitation harder but once they happen Wondows can’t do anything about it
Hussein
Mac OS support ASLR too
this is weird
\Device\NUL
布丁
Hussein
布丁
lol
Hussein
Gosh!! last time I programmed on windows was years ago
Hussein
Also writing C code on windows is nightmare
Hussein
especially when debugging without gdb or valgrind😖
Prince राजकुमार
Starting my html course
Abhimanyu72
ok, But i need some help on C/C++ can any one help
AKI David
Abhimanyu72
yes but i don't remember
Abhimanyu72
it is a big gap of 30 years
\Device\NUL
Why you write like this ? It's hard to read
Abhimanyu72
because i don't remember whatever i have learned 30 years back
Abhimanyu72
I was a clipper programmer
Abhimanyu72
A := {{"11","22","33"},{"44","55","66"}
B := {{"aa","bb","cc"},{"dd","ee","ff"}
and then C:= {A,B}
This was possible in Clipper and I am trying same in c
\Device\NUL
Dude, that's already different language
Abhimanyu72
but .... I have reached to some extent
\Device\NUL
type inference isn't available in C
Abhimanyu72
why ? i got partial result with pointer 2 out of 3
\Device\NUL
Even your format specifier wrong, use %zu to print what sizeof() return
Abhimanyu72
I can not post image of out put
.
3 total Months
4 elements in each sub array of Month
Abhimanyu72
Abhimanyu72
it is not to complicated some sizeof() or pointer matrix determination has gone wrong
Abhimanyu72
Mr
I’m not
ohhh. did you know about IIT ?