-
There is a document write by X41 D-Sec team.
https://github.com/x41sec/slides/tree/master/2018-passthesalt
-
```
from amoco.arch.x64 import cpu_x64 as cpu
i = cpu.disassemble(b'\x41\x0f\x16\x45\x68\x00\x00')
assert i.length==5
assert i.mnemonic=='MOVHPS'
assert str(i) == 'movhps xmm0, qword ptr [r1…
LRGH updated
8 months ago
-
I experimented around with this and with nontrivial examples I'm getting an error:
> Failed to verify: pthread_create(&m_thread_id, NULL, &thread_func, this) == 0
Example of code causing that:
…
-
# SV_BroadcastVoiceData
## Library
libengine2
## Defined string to search
```
Sending voice from
```
## Signature
```
\x55\x48\x89\xE5\x41\x57\x49\x89\xD7\x41\x56\x49\x89\xF6\xBE\xFF\xFF\xFF\…
-
os: mac os 10.15.7
python: 3.8.2 with pip install keystone-engine
code
```python
from keystone import *
CODE = '\\x41\\x4a'
ks = Ks(KS_ARCH_X86, KS_MODE_32)
encoding, count = ks.asm(CODE)
…
-
Hi,
I have these inverter SPH4~10k TL3 BH, are they SPH or TL3, what i have to set up as invtype?
Thanks
-
```
#include "stdafx.h"
#include
#include
int main(int argc, char* argv[])
{
int UnicodeStrLen;
UINT CodePage;
DWORD dwFlags;
LPCSTR lpMultiByteStr;
int cbMultiByte;
LPWSTR lp…
-
Seen with ownCloud for QNAP 10.8.0 RC1 from `ownCloud_10.8.0_arm-x41.qpkg`
The code integrity checker complains:
```
Results
=======
- qnap
- EXCEPTION
- OC\IntegrityCheck\Exceptions\Mis…
-
## Feature
Provide support for [Augmented Backus Naur Form [rfc5234]](https://tools.ietf.org/html/rfc5234) syntax in production list. The `grammar` option could have the following values:
- `abnf-52…
jsamr updated
2 years ago
-
Hello,
just have seen this mod. Could you implement a "Sync all settings to all users" button? Every once in a while I would like to push the settings to all users so everyone is on the same page. …