Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 02-05-2019, 02:49 AM
#13
(02-05-2019, 12:57 AM)sunjester Wrote: (02-05-2019, 12:55 AM)darkninja1980 Wrote: (02-05-2019, 12:42 AM)sunjester Wrote: while all of that is true it doesn't negate the fact that it's much easier to write keyloggers with c++ than it is with c. It's much easier to use the WinAPI with c++ than it is with c.
About is C# programming?
C# .NET makes it very easy to create hacking tools
great point of view.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Five Years of Service
Posts: 2
Threads: 1
RE: What kind of all C programming tutorials do you want to see posted here? 04-14-2019, 05:35 PM
#14
If your still on this bro, kindly make a post about C traversing it's own PE file and explaining it one-by-one. I am very interrsted.
Pls dont make any "malware" in C# as I believe it is purely crap and have no place in hacking field at all (IMHO). what I mean is, you srsly gonna ask your victim first to install .NET x,x b4 "hacking" him/her?
And about the C and C++ convo above, I would rather do things in C than in C++. C is like, a one step higher than asm, it's just like "an easier assembly". C++ is, well, ghey, I dont find any other reason why would I use it, just because it's "easier"? just because you can write code easier? I would say crap. In C, you know almost everything that is happening. just like you do on asm. on C++, as long as i lt compiles, then it runs. I'm not saying C is better than C++ though, but it's just my opnion.
Cheers.
(This post was last modified: 04-14-2019, 05:36 PM by dr.franc.)
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 04-15-2019, 04:23 AM
#15
(04-14-2019, 05:35 PM)dr.franc Wrote: If your still on this bro, kindly make a post about C traversing it's own PE file and explaining it one-by-one. I am very interrsted.
Pls dont make any "malware" in C# as I believe it is purely crap and have no place in hacking field at all (IMHO). what I mean is, you srsly gonna ask your victim first to install .NET x,x b4 "hacking" him/her?
And about the C and C++ convo above, I would rather do things in C than in C++. C is like, a one step higher than asm, it's just like "an easier assembly". C++ is, well, ghey, I dont find any other reason why would I use it, just because it's "easier"? just because you can write code easier? I would say crap. In C, you know almost everything that is happening. just like you do on asm. on C++, as long as i lt compiles, then it runs. I'm not saying C is better than C++ though, but it's just my opnion.
Cheers.
well why I am talking about malware right. Because of reverse engineering and also malware analysis job.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Five Years of Service
Posts: 42
Threads: 12
RE: What kind of all C programming tutorials do you want to see posted here? 04-20-2019, 09:03 PM
#16
WINAPI was coded in C and was written for C also the whole windows is written in C and is recommended that C is used for writing drivers. Also how do keyloggers in C++ are easier ? C++ is bloated with stuff you don't need and forces you to learn bad habits and bad designs. I never found advantage of C++
EDIT: Sorry if i sound toxic but I have been in so many debates is C++ is better than C or vice versa. VIVE IL C!
(This post was last modified: 04-20-2019, 09:05 PM by IsBadWritePtr.)
•
Five Years of Service
Posts: 42
Threads: 12
RE: What kind of all C programming tutorials do you want to see posted here? 04-20-2019, 09:17 PM
#17
I think a tutorial over PE or ELF structures would be great, example creating your own GetProcAddress, injecting code in random processes, relocating images, querying all running processes, something with sockets, named pipes, mutans, critical sections, spin locks, converting text to string, opening and editing registers key, listing all files in hard disk, file shredder, wring directly to the screen, starting process, dumping process image, fast memory alignment would be very easy, SIMD, suspending processes, i can go forever! I think is should be something simple and not crazy since not everyone is expert and might just get confuse and get bored
(This post was last modified: 04-20-2019, 09:44 PM by IsBadWritePtr.)
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 04-21-2019, 05:31 AM
#18
(04-20-2019, 09:17 PM)IsBadWritePtr Wrote: I think a tutorial over PE or ELF structures would be great, example creating your own GetProcAddress, injecting code in random processes, relocating images, querying all running processes, something with sockets, named pipes, mutans, critical sections, spin locks, converting text to string, opening and editing registers key, listing all files in hard disk, file shredder, wring directly to the screen, starting process, dumping process image, fast memory alignment would be very easy, SIMD, suspending processes, i can go forever! I think is should be something simple and not crazy since not everyone is expert and might just get confuse and get bored
thanks for your input.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Four Years of Service
Posts: 6
Threads: 0
RE: What kind of all C programming tutorials do you want to see posted here? 09-15-2020, 12:16 PM
#19
Hey, have you made the presentation on PE structures? Where I can find it?
•