Joro ltd.

Results 23 issues of Joro ltd.

``` PROCESSOR_ENTRY: C:\Program Files\IDA Pro 7.7\procs\xtensa.py: name 'AS_NOTAB' is not defined Traceback (most recent call last): File "C:\Program Files\IDA Pro 7.7\python\3\ida_idaapi.py", line 612, in IDAPython_LoadProcMod procmod = imp.load_module(procmod_name, fp, pathname,...

Take a look here https://stackoverflow.com/a/59360492/17501206 It is better to add that for parser automatically

In header file I had `#define TEST 1;` But this library didn't convert that to python

I want to crack JWT with HS256 What is the different between your project and hashcat with mode 16500 ? Thank you

[link](https://github.com/justcallmekoko/ESP32Marauder/wiki/arduino-ide-setup#if-you-are-following-these-instructions-you-do-not-need-to-do-this) In arduino-esp32 2.0.2 In line 33 : `build.extra_flags.esp32=-DARDUINO_USB_CDC_ON_BOOT=0` and not `build.extra_flags.esp32=-DARDUINO_SERIAL_PORT=0` Can you validate this will work ?

help wanted
question

When I debug an Android application that communicate via SSL I used `android sslpinning disable` I think it's will be great to add dump ssl key to this tools So...

How can I scan list of IP with only 1 specific UDP port (for example 8765) . Send to this port "ABC" and check if the answer contains/equal to "QWER"...

In UniversalTelegramBot.h we can see: ``` #define HANDLE_MESSAGES 1 telegramMessage messages[HANDLE_MESSAGES]; ``` So in examples that you show how to handle message ``` void handleNewMessages(int numNewMessages) { for (int i...

How can I handle message when I add user to group to send "Welcome" message? There is no `bot.messages[i].type` of join user or something like that and this message handle...