Nguyen Van Cuong

Results 8 comments of Nguyen Van Cuong

When i install this script, I got other issue. ``` Processor module script failed to initialize. File: /Applications/IDA Pro 7.0/ida.app/Contents/MacOS/procs/xtensa.py Assembler field 'flag' is missing or incorrectly defined ``` Anybody...

@Yangff can you know what type of that error ?

Ok, i solved. Just remove AS_ASCIIZ in flag properties change: ``` "flag": ASH_HEXF3 | ASD_DECF0 | ASO_OCTF1 | ASB_BINF3 | AS_NOTAB | AS_ASCIIC | AS_ASCIIZ, ``` to ``` "flag": ASH_HEXF3...

Thank for reporting

@AchimStuy you are right, devices must be paired within in App. @Computr0n : to solve this issue on Android 11, you should check your Bluetooth is discovering or not. If...

I add change pin feature to solo tool. Please take a look https://github.com/solokeys/solo-python/pull/42

Anything update on this project?

we can delete all redacted contents by searching event_id in database. take a look with my script https://github.com/matrix-org/synapse/pull/4206