Windows error 0x0000200D, 8205

Detailed Error Information

DS_ATTRIBUTE_OR_VALUE_EXISTS[1]

MessageThe specified directory service attribute or value already exists.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007200D.

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 8205 (more)

Questions

0votes
0answers

ROP exploitation: writing in the .data section SIGSEGV

I'm following this tutorial for ROP exploitation . When I retrieve the vulnerable program memory map I get that <__data_start> is at 0x0000201c which is much lover that what supposed by the tutorial. To write at this location I prepare the address in eax with the following gadgets xor eax, [...] read more
linux
security
x86
exploit

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0