hengwu0
hengwu0
The `smb2_type` only have 3 values: ```c #define SMB2_TYPE_FILE 0x00000000 #define SMB2_TYPE_DIRECTORY 0x00000001 #define SMB2_TYPE_LINK 0x00000002 ``` it is not enough for Caller to get the file's attributes. For example,...
1、There is bug in orig-Detach function, it needs to be investigated to fix `TestExit` and `TestExitAfterContinue`. 2、`TestDisassembleGlobalVars` needs to be investigated. The disasm has been implemented and all other disasm...
some trapCause may lost if "var suspended map[int]int" just record only one state.
Fix #106 .
can't use `tsu`. and i debuged it, found the `su` command errored. It seems there is an empty env `LD_PRELOAD`, and it returned ok if i removed it. 
zebra: The socket is listening on ND_ROUTER_SOLICIT of icmpv6, but won't recv it when RA is disabled. It will let packets accumulate in kernel. We should always receive RS packets...
Fix https://github.com/bitwarden/mobile/issues/3352 .