Anonymous
what do you mean hacking? what tasks do you want to solve?
I am also interested in ethical hacking, but I think I should first learn c++ better
Alex
I think c++ is not the issue here. you should focus on security
Alex
c++ is useful for creating exploits for c++ programs, for other staff is easier to use script language
Anonymous
Thanks! I also like to create systems with c++ so I am going to learn c++ first.
MᏫᎻᎯᎷᎷᎬᎠ
I'm not familier with std::istream but if someone wants to inherit to customize his own input/reading behavior(maybe for parsing) what must be done generally?
Noor
If I'm implementing a library form another language to another language is it considered copyright thing?
Даниил
Sup,guys.Do you know how to code dll which will download file when it is been injected in process?Is it possible?)
olli
Sup,guys.Do you know how to code dll which will download file when it is been injected in process?Is it possible?)
Similar to an executable a DLL can have an entry point with a reason why it was called (Attached to process, attached to thread, detached from process/....) https://docs.microsoft.com/en-us/windows/win32/dlls/dllmain
Даниил
it cant download binary
...
how would it not be able to do that?
Даниил
as i understood i can only create and write some text inside file
...
nope wrong, you can call any function from any api included in windows that you want, a process in windows is basically just virtual memory + at least 1 thread
Даниил
which dll created after inject,but i want to download file/read or write binary and then execute it
...
please, just learn stuff and get some skills before trying to spread your malware that you didnt even write yourself
Даниил
any ideas how can i do it?I dont ask you to send me code,just say where can get right information
Даниил
im trying to write it.xD
Даниил
so,it is possible ?
...
loading a dll and calling the entrypoint is basically the same thing as running an exe
Даниил
i was trying to call APIENTRY DllEntryPoint() and use common func,but it cant even write binary to created file,thus i asked)
Даниил
anyway thanks
Даниил
🤔
Anonymous
Hello
...
when linking against your dll you should not be required to call the entry point
he is loading the dll into foreign processes, the entry point should be called by whatever he is doing to achieve that
Anonymous
U can help me write( language c) form while loop
Anonymous
olli
he is loading the dll into foreign processes, the entry point should be called by whatever he is doing to achieve that
but he wants the code to be executed on the behalf of the target process? There is still no need to call the entry point as loading the dll will do that for you.
...
ofc theres no need, thats my point^^
O
@Cprogramming4newbies
bucha
i'm beginner
Anonymous
I'm also beginner
Augmented
could somebody point me in short what are the features and benefits of having a constexpr constructor for a given class?
Augmented
does it improve the execution speed or code size and is it more secure against errors ?
Aman
int recursiveSum(int N) { if(N==1){ return 0; } return N+recursiveSum(N-1); //Your code here //Recursively sum from 1 to N and return }
Aman
i am getting segmentation fault for this program.Can anyone pls help me with that.
Pavel
i am getting segmentation fault for this program.Can anyone pls help me with that.
Is it called with 0 or a negative number as an argument?
Aman
Also from the comment it feels that you need to check not for 1 but for 0 to return 0
ya now i tried to do it that way and problem is solved now.Thank u very much
Liam
what is this?
Abel
Hello Friends
Anonymous
Guys
Anonymous
C++ is hard
Anonymous
😩😩😰
Abel
C++ is hard
It's simple
Anonymous
It's simple
It requires extra effort
Anonymous
I'm coming from a JavaScript background
Abel
Python is very hard for me
Anonymous
For real? Wow
Rahul Dev
What about C
Alpha Max
/get
Alpha Max
bro, provide decryption key
Anonymous
https://youtu.be/fT_zHfWMFdI
Anonymous
If i master c and c++ can i be able to get a high salary job as a software developer?
Anonymous
And do i need to learn math also?
Asdew
You cannot just "learn math." Mathematics is a huge concept, which one cannot just "learn."
Pavel
If i master c and c++ can i be able to get a high salary job as a software developer?
No one can guarantee that (also "high salary" mean different amounts for different people), but in my country at the moment there are plenty of C++ vacancies that are paid fairly good.
Pavel
And do i need to learn math also?
Math is a good foundation for a programmer, so I would say it will be beneficial.
MᏫᎻᎯᎷᎷᎬᎠ
C++ is hard
Focus much more about practicing no matter what size if knowledge you got there You'll get improved by time
MᏫᎻᎯᎷᎷᎬᎠ
Even the simple if statement you just learned yesterday practice in it Do some crazy shit, make mistakes Google a lot Ask google a lot Resolve the conflictions inside your mind with what you deal with in the language In free time Ask google about thing you don't fully understand Like what's the difference between X and Y? Why do we need X when we can just do it with Y?! . . . Keep your mind active when you are in front of the pc Don't be afraid
Anonymous
Thanks Rose🙏
Nils
Thanks Rose🙏
Rose is a bot 😉
K
Can anyone say me some big project that I can make using c++? For my resume
Anonymous
Is is a target chat for the voice message?
Anonymous
Now we know that Madhu is a real person (not a C++ AI) and how her voice sounds like
Nils
Can anyone say me some big project that I can make using c++? For my resume
Write a simple chat server/client pair on raw tcp, optimally using select() instead of multithreading. At leat forr me it gave me a lot of excercise.
Anonymous
Can anyone say me some big project that I can make using c++? For my resume
Contribute to Chromium, LLVM, oneapi.com, Boost, KDE, anything else
Anonymous
I did😂
piggyho
Can anyone say me some big project that I can make using c++? For my resume
plenty of small projects look for nnn on GitHub. I'm sure they could use some help
enes
/get ide
enes
/get ide
Anonymous
Hi
Anonymous
/get