Skip to content
#

ppc

Here are 47 public repositories matching this topic...

xenia
Triang3l
Triang3l commented Jun 26, 2021

In Xenia, there are two kinds of declarations of kernel notification IDs:

  • System notifications IDs are used simply as hard-written values, without any enum/consts/#defines, with merely comments indicating their original XN_SYS name.
  • XAM apps (such as XmpApp) have notification IDs declared in their classes, as private static const uint32_t kMsg….

For future convenience especially when

ceeac
ceeac commented Oct 25, 2018

Currently, decompilation of Windows executables produces unreadable and/or semantically wrong output because the signatures for most of the Windows API functions are missing. We should add signatures for at least the most commonly used ones.

type: enhancement dom: decompilation good first issue

Modified QEMU which generates full instruction & data address traces. Configure with --enable-full-trace. Env vars: QEMU_SKIP_FIRST_INST skips tracing of the first N instructions, QEMU_TRACE_LIMIT limits the amount of instructions traced, and QEMU_TRACE_OUTPUT configures the output file (stderr by default). Working on SPARC, SPARC64, PPC, PPC64. Tested only for sparc-linux-user.

  • Updated Mar 28, 2019
  • C

Improve this page

Add a description, image, and links to the ppc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ppc topic, visit your repo's landing page and select "manage topics."

Learn more