Let's implement a simple code that loads a file into a vector and then save the vector with following functions:
- err
- load
- save
- main
Lets identify the typical way in C++ to print to stdout with the operator "<<"
The basic_ostream is initialized writing the word "error" to the cout, and then the operator<< again to add the endl.
The Main function simply calls "vec = load(filename)" but the compiler modified it and passed the vector pointer as a parĂ¡meter. Then it bulds and prints "loaded " << size << " users".
And finally saves the vector to /tmp/pwd and print "saved".
Most of the mess is basically the operator "<<" to concat and print values.
Also note that the vectors and strings are automatically deallocated when exit the function.
And here is the code:
Let's take a look to the load function, which iterates the ifs.getline() and push to the vector.
First of all there is a mess on the function definition, __return_storage_ptr is the vector.
the ifstream object ifs is initialized as a basic_ifstream and then operator! checks if it wasn't possible to open the file and in that case calls err()
We see the memset and a loop, getline read a cstr like line from the file, and then is converted to a string before pushing it to the vector. lVar1 is the stack canary value.
The function save is a bit more tricky, but it's no more than a vector iteration and ofs writing.
Looping a simple "for (auto s : *vec)" in the decompiler is quite dense, but we can see clearly two write, the second write DAT_0010400b is a "\n"
More info
- Hacker Tools Software
- Hacker Tools Github
- Hack And Tools
- Pentest Tools Alternative
- Hackers Toolbox
- Hacker Tools For Ios
- Hacking Apps
- Hacker Search Tools
- Hacking Tools 2020
- Hacking Tools Download
- What Are Hacking Tools
- Pentest Tools Kali Linux
- Blackhat Hacker Tools
- Hack Tools Github
- Hacker Tool Kit
- Hacking Tools Kit
- Hacker
- Hacking Tools For Mac
- Hack Website Online Tool
- Hack Tools For Windows
- Hacking Tools For Beginners
- Pentest Tools Windows
- Ethical Hacker Tools
- Hacker Tools Software
- Blackhat Hacker Tools
- Hack Tools For Mac
- Hack Website Online Tool
- Hack Tools Online
- Pentest Automation Tools
- Hacker Search Tools
- Hacker Tools Hardware
- Hacker Tools Free Download
- Hacker Tools Free Download
- Pentest Tools For Android
- What Are Hacking Tools
- How To Hack
- Pentest Tools Tcp Port Scanner
- Hacking Tools And Software
- Best Pentesting Tools 2018
- Pentest Tools Find Subdomains
- Hacker Tools Free
- Hacking Tools For Beginners
- Hacking Tools
- Hak5 Tools
- Hack Tools Online
- Hacking Tools For Pc
- Hacker Tools Online
- Pentest Tools Nmap
- Hacking Tools Windows
- Hacker Techniques Tools And Incident Handling
- Physical Pentest Tools
- Hacker Search Tools
- World No 1 Hacker Software
- Hacking Tools Kit
- Hacker Tools 2020
- Hack Tools
- Hack Website Online Tool
- Hacking Tools Name
- Pentest Tools Windows
- Hack Apps
- Pentest Tools For Android
- Hack Tools 2019
- Best Hacking Tools 2020
- Hacker Techniques Tools And Incident Handling
- Hacking Tools Kit
- Pentest Tools Online
- Pentest Tools For Android
- Hack Tools For Mac
- Hacker Tools Mac
- Hacking Tools For Windows Free Download
- Pentest Tools Linux
- Hacking Tools Windows
- Hacker Security Tools
- Hacking Tools For Mac
- Tools Used For Hacking
- Hackrf Tools
- Hack Tools Mac
- Termux Hacking Tools 2019
- Wifi Hacker Tools For Windows
- Computer Hacker
- Tools For Hacker
- Hacker Tools Software
- Hacking Tools And Software
- Hacker Tools 2019
- Pentest Tools Nmap
- Pentest Tools Apk
- Hacker Search Tools
- Underground Hacker Sites
- Nsa Hacker Tools
- World No 1 Hacker Software
- Hacking Tools For Games
- Hacking Tools
- Hacker Tools Online
- Physical Pentest Tools
- Hacking Tools For Windows
- Tools Used For Hacking
- Pentest Tools Windows
- Hacking Tools For Games
- Hackrf Tools
- Hacker Techniques Tools And Incident Handling
- Hack Tools For Windows
- Termux Hacking Tools 2019
- Growth Hacker Tools
- Hacker Tools 2019
- Hack App
- Hacks And Tools
- Hacking Tools Free Download
- Pentest Automation Tools
- Pentest Tools Android
- Pentest Reporting Tools
- Hacking Tools Software
- Hackers Toolbox
- Pentest Tools Download
- Pentest Tools Port Scanner
- Hacking Tools Download
- Easy Hack Tools
- Pentest Tools Nmap
- Hack Tools
- Nsa Hacker Tools
- Pentest Tools Bluekeep
- Hacker Search Tools
- Pentest Tools For Mac
- Hackrf Tools
- Hack Tools For Windows
- Tools Used For Hacking
No comments:
Post a Comment