<div dir="ltr">Hello <div> I would like to get value of an given adresss ,and I do this in command python:</div><div><div style="line-height:18px"><div style="font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;white-space:pre"><font color="#000000">   </font></div><div style="font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;white-space:pre"><font color="#000000">                    addr = lldb.SBAddress("0x942604a2", target)</font></div><div style="font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;white-space:pre"><font color="#000000">                    err = lldb.SBError()</font></div><div style="font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;white-space:pre"><font color="#000000">                    size = 0x100</font></div><div style="font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;white-space:pre"><font color="#000000">                    membuff = target.GetProcess().ReadMemory(addr, size, err)</font></div><div style="font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;white-space:pre"><font color="#000000"><br></font></div><div><font color="#000000"><font face="Menlo, Monaco, Courier New, monospace"><span style="font-size:12px;white-space:pre">when I run it I get this Error:</span></font></font></div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">NotImplementedError: Wrong number of arguments for overloaded function 'new_SBAddress'.</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">who can I do it.</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Many Thanks</span></p></div></div></div></div>