Skip to content

sabzo/sdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SDB: Simple Debugger

A Simple Debugger written in C. The overarching goal is to explore how a debugger works in depth and how processes execute at a high level (C) and their implementation at a low level (Machine Language/Assembly)

  • Load another program
  • Set breakpoints
  • Examine and modify named locations and registers
  • Step into functions
  • Redirect program execution

Usage

sdb

Resources

License

  Copyright [2017] [Sabelo Mhlambi]

  Licensed under the MIT License.
  You may obtain a copy of the License at

  https://opensource.org/licenses/MIT

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and limitations under the License.

About

Debugger for Linux programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published