Mochamad Arifin

Results 17 comments of Mochamad Arifin
trafficstars

Use this [script](https://github.com/sigalor/whatsapp-web-reveng/tree/master/doc/spec/protobuf-extractor/index.js) to extract protobuf from js module in web.whatsapp.com. Im also work on NodeJS version, check [here](https://github.com/ndunks/WaJs)

Why you need the protobuf file? If you change the protobuf file so you need to update the js/ts file with `protoc`. I have repo that focus on this protobuf...

yes I got the same experience. thanks for your efforts. I think its compressed with non standard archive format (or its directly an MIPS instruction codes with self extract/decompile), need...

docker or lxd will be great

I have same issue, fix by adding wrapper: html: ``` Fixed in dialog ``` Assume checkbox ripple radius is 25px, so need at least 50px height scss: ``` .checkbox-wrapper {...

iya, lalu apakah ini di sengaja? atau itu kesalahan dan harus di ubah?

May be you need to using Chrome dev tools and look into web.whatsapp.com logs when sending image. Also you can modify some JS code or place breakpoint to debug it....

You can convert JID/WID object to string with this [function](https://github.com/ndunks/WaJs/blob/a900da7b60e5b9f79d8da349a4727e58c8a6d252/src/whatsapp/helper.ts#L58)

can you attach the dump from web whatsapp? or point me to the code in web whatsapp js?