how2heap VS coding-interview-university

Compare how2heap vs coding-interview-university and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
how2heap coding-interview-university
3 137
6,941 292,315
1.5% -
8.2 8.4
2 days ago 4 days ago
C
MIT License Creative Commons Attribution Share Alike 4.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

how2heap

Posts with mentions or reviews of how2heap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-05.
  • What’s a good book on hacking/web for recreational reading?
    5 projects | /r/hacking | 5 Oct 2022
    x86 based binary exploitation: Intel Software Development Manual https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html Skim through K&R C, then pick up and read Effective C by Robert Seacord, then pick up any of the books or online resources listed here: https://github.com/jwasham/coding-interview-university. Read OpenBSD's code https://github.com/openbsd/src Python: https://www.python.org/doc/ Pwntools: https://docs.pwntools.com/en/stable/ Aleph One on stack buffer overflows: https://packetstormsecurity.com/files/13875/Smashing-The-Stack-For-Fun-And-Profit.html w00w00 on heap overflows: https://packetstormsecurity.com/files/13877/w00w00-on-Heap-Overflows.html Pick up Hacking: The Art of Exploitation by Jon Erickson and give it a good read More heap fun: https://github.com/shellphish/how2heap Return Oriented Programming: https://github.com/spartansecurity/Hack-Nights/blob/master/ROP/Return_Oriented_Exploitation.pdf ret2csu: https://i.blackhat.com/briefings/asia/2018/asia-18-Marco-return-to-csu-a-new-method-to-bypass-the-64-bit-Linux-ASLR-wp.pdf Printf format string vulnerability: https://www.exploit-db.com/docs/english/28476-linux-format-string-exploitation.pdf Binwalk for extracting files, file systems, executable code from images: https://github.com/ReFirmLabs/binwalk
  • Recommended resources/paths to learn binary exploits?
    1 project | /r/HowToHack | 21 Apr 2022
    You can have a look at something like https://github.com/shellphish/how2heap or https://ctftime.org/writeups
  • Understanding how2heap house_of_force top chunk calculation
    1 project | /r/HowToHack | 13 Oct 2021
    Hi everyone, I just started messing with heap overflow and I've been reading how2heap's house of force technique but something doesn't make sense.

coding-interview-university

Posts with mentions or reviews of coding-interview-university. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-21.

What are some alternatives?

When comparing how2heap and coding-interview-university you can also consider the following projects:

binwalk - Firmware Analysis Tool

free-programming-books - :books: Freely available programming books

computer-science - :mortar_board: Path to a free self-taught education in Computer Science!

awesome-cheatsheets - πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

tech-interview-handbook - πŸ’― Curated coding interview preparation materials for busy software engineers

awesome-interview-questions - :octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:

mega-interview-guide - The MEGA interview guide, JavaSciript, Front End, Comp Sci

freeCodeCamp - freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

public-apis - A collective list of free APIs

developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.

cs-video-courses - List of Computer Science courses with video lectures.

You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.