Posts: 27
Threads: 0
Joined: Apr 2024
(Dec 20, 2023, 06:39 AM)tacticaloperative Wrote: I have up to 3 yrs of malware development and initially it was very hard for me to start since a lot of resources were paywalled and there wasnt a direct route for you to develop malware.
1)LEARN C this pretty much rosseta stone of computer programming languages from javascript to perl are built on top of C.
>https://www.youtube.com/watch?v=j-_s8f5K30I&ab_channel=freeCodeCamp.org
>https://www.cc4e.com/book/chap00.md
>https://github.com/h0mbre/Learning-C/tree/master/Assignment-01
2)Reverse Engineering is next part of process
> begin https://github.com/hoppersroppers/nightmare
The Nightmare course is our main binary exploitation track, but the first 4 chapters are about learning the tools and RE. Work throught the first 4 sections until you get to the overflows section, then come on back to RE.
>work back through h0mbre C using GDB and Ghidra for every assignment. This takes a while, but is a really good way to get familar with how to do Linux reverse engineering and become comfortable with disassembly:https://github.com/h0mbre/Learning-C/tree/master/Assignment-01
3)MALWARE RE once you have become apt in reverse engineering you can start reverse engineering malware
>https://malwareunicorn.org/workshops/re101.html#0
>https://malwareunicorn.org/workshops/re102.html#0
4)Build your own malware and exploits
If im missing anything plz add
addittional resources:
Bro if this helps me get a job, I owe you maaannnn
Posts: 429
Threads: 33
Joined: Oct 2023
(Dec 20, 2023, 06:39 AM)tacticaloperative Wrote: I have up to 3 yrs of malware development and initially it was very hard for me to start since a lot of resources were paywalled and there wasnt a direct route for you to develop malware.
1)LEARN C this pretty much rosseta stone of computer programming languages from javascript to perl are built on top of C.
>https://www.youtube.com/watch?v=j-_s8f5K30I&ab_channel=freeCodeCamp.org
>https://www.cc4e.com/book/chap00.md
>https://github.com/h0mbre/Learning-C/tree/master/Assignment-01
2)Reverse Engineering is next part of process
> begin https://github.com/hoppersroppers/nightmare
The Nightmare course is our main binary exploitation track, but the first 4 chapters are about learning the tools and RE. Work throught the first 4 sections until you get to the overflows section, then come on back to RE.
>work back through h0mbre C using GDB and Ghidra for every assignment. This takes a while, but is a really good way to get familar with how to do Linux reverse engineering and become comfortable with disassembly:https://github.com/h0mbre/Learning-C/tree/master/Assignment-01
3)MALWARE RE once you have become apt in reverse engineering you can start reverse engineering malware
>https://malwareunicorn.org/workshops/re101.html#0
>https://malwareunicorn.org/workshops/re102.html#0
4)Build your own malware and exploits
If im missing anything plz add
addittional resources: nice, thank you for this
Posts: 8
Threads: 0
Joined: May 2024
Nice, I would love to learn it
Posts: 35
Threads: 0
Joined: Nov 2023
thank you for this. This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Posts: 97
Threads: 3
Joined: Mar 2024
Thanks wery mach This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Spamming | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Posts: 109
Threads: 2
Joined: Jan 2024
thnx.. education is key...
Posts: 10
Threads: 0
Joined: May 2024
good stuff good stuff, thanks for sharing
Posts: 3
Threads: 0
Joined: Jan 2024
Thanks for this! I'm touching myself as I speak....
Posts: 8
Threads: 0
Joined: Dec 2023
Posts: 4
Threads: 0
Joined: Jun 2024
Okk niceeeeeeeee
(Dec 20, 2023, 06:39 AM)tacticaloperative Wrote: I have up to 3 yrs of malware development and initially it was very hard for me to start since a lot of resources were paywalled and there wasnt a direct route for you to develop malware.
1)LEARN C this pretty much rosseta stone of computer programming languages from javascript to perl are built on top of C.
>https://www.youtube.com/watch?v=j-_s8f5K30I&ab_channel=freeCodeCamp.org
>https://www.cc4e.com/book/chap00.md
>https://github.com/h0mbre/Learning-C/tree/master/Assignment-01
2)Reverse Engineering is next part of process
> begin https://github.com/hoppersroppers/nightmare
The Nightmare course is our main binary exploitation track, but the first 4 chapters are about learning the tools and RE. Work throught the first 4 sections until you get to the overflows section, then come on back to RE.
>work back through h0mbre C using GDB and Ghidra for every assignment. This takes a while, but is a really good way to get familar with how to do Linux reverse engineering and become comfortable with disassembly:https://github.com/h0mbre/Learning-C/tree/master/Assignment-01
3)MALWARE RE once you have become apt in reverse engineering you can start reverse engineering malware
>https://malwareunicorn.org/workshops/re101.html#0
>https://malwareunicorn.org/workshops/re102.html#0
4)Build your own malware and exploits
If im missing anything plz add
addittional resources:
|