miaoski
miaoski
Tried Docker version, ``` $ docker run -i -t --rm seebi/rdf.sh desc foaf:Person docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "desc": executable...
[hello-go.zip](https://github.com/qilingframework/qiling/files/9274797/hello-go.zip) The zip includes hello.go and the x86 and x86_64 binaries.
It looks like the cause is the unimplemented AddVectoredContinueHandler in case of x86_64. ``` [+] 0x000000018020a360: GetProcAddress(hModule = 0x1801f0000, lpProcName = "AddVectoredContinueHandler") = 0x180282e64 [!] api AddVectoredContinueHandler (kernel32) is not...
The implementation results in incoherent results, which are very weird. ```python In [5]: ql = Qiling(['/home/phil/qiling/x8664_windows/bin/hello.exe'], '/home/phil/qiling/x8664_windows/', verbose=QL_VERBOSE.DEBUG) In [6]: ql.run() # Result in panic.go and dumps being successfully executed....
I think the cause might be that GO heavily depends on AddVectoredContinueHandler, while I haven't really implemented it. Can't just `passthru=True`, either.
@acetcom do you have a PCAP from SBC? I have some time and maybe I can write some code.
Nick has sent me a PCAP, but I'm not sure whether the format is correct. Wireshark complained. [SBc-PCAP.zip](https://github.com/open5gs/open5gs/files/6106782/SBc-PCAP.zip) On the other hand, my Gemtek doesn't seem to support WriteReplaceWarningRequest. I...
Currently working ... Gemtek told me their eNB supports WriteReplaceWarningRequest, provide WarningAreaList is available. Still debugging. [sbc-test.diff.zip](https://github.com/open5gs/open5gs/files/6120771/sbc-test.diff.zip)
Gemtek supports WriteReplaceWarningRequest as long as the criticality of DataCodingScheme and WarningMessageContents are both set to IGNORE. However, I have already implemented WarningAreaList with cellIDList or trackingAreaListforWarning (we have to...
Ah. I kind of understood it. Brilliant implementation! ``` sampled_relation = [49, 37, 25, 9] sampled_relation = [62, 30, 59, 2] sampled_relation = [2, 45, 27, 28] sampled_relation = [19,...