Computer Hacking - Chrome Browser Hacking Module
Chrome Browser Hacking Module
- In this module,we used Environment.GetFolderPath Method this method gets the path to the system special folder that is identified by the specified enumeration.
- The backend connection is using SQLITE for getting better result.
- DataSet, DataTable, DataAdapter is used in this module for hacking the browser.
- DataSet- It is connectionless oriented. Whenever binding data from database. It connects indirectly to the database and then disconnected. Its easily read and write data from database.
- DataTable-Represents a single table in the database.It has rows and columns. There is no much difference between dataset and DataTable, Dataset is simply the collection of DataTables.
- DataAdapter- DataAdapter is a disconnected oriented architecture. DataAdapter is like a mediator between DataSet (or) DataTable and database. This DataAdapter is used to read the data from database and bind to dataset.
Chrome browser Hacking
Module Diagram :
Chrome Browser Hacking Module