Cosmos/Users/Kudzu/Old-IDANotes.html

18 lines
894 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<body>
<pre>// To use IDA
// -Turn on GDB for target project
// -Run
// -If builder is currently broken, follow these manual steps instead:
// -Build target project
// -Start VMWare or QEMU
// -\Build\Run QEMU Manually for IDA.bat
// -NOTE: This bat is hardcoded for Kudzu.Breakpoints to run
// -IDA Method 1 - No symbols // -Debugger, Attach, Remote GDB, 127.0.0.1:1234, Select ID 0 // -IDA Method 2 - Symbols // -File, Open. \source2\Users\Kudzu\Breakpoints\bin\Debug\CosmosKernel.obj, Open // -Select ELF, Click OK // -Debugger, Select Debugger (F9) // -Remote GDB Debugger (Can also check set as default debugger), OK // -Run or step </pre>
</body>
</html>