ReYuki

Results 28 comments of ReYuki

Awesome! I'm looking forward to it 🐈

Naruhodo, if I look at it, indeed the API seems similliar. If I may, why the playurl need many unique params to determine users' location btw? is that for algorithm...

Looking forward to this audio-only support! I hope I can contribute to this awesome project, but unfortunately I'm not familiar with Lua stuff and MPV api (currently learning a little...

For now just use a workaround: ![image](https://github.com/subhra74/xdm/assets/126035476/c6c03d83-1e9c-403e-a651-2f9609a7b5f2) uncheck show download video notification in browser monitoring settings

if there is no option, try disabling the extension, and only enable it when you want to download something.

here's my example library source code: ```c int sum(int a, int b) { return a+b; } ``` then I try to generate the object file with `gcc -c arith.c -o...

Oh yeah, I can use objdump instead of readelf ``` $ objdump.exe -h arith.o arith.o: file format pe-x86-64 Sections: Idx Name Size VMA LMA File off Algn 0 .text 00000010...

> hi! I am sorry, but currently PE-bear does not support object files. They are a bit different than the complete PE. It seems the object file generated by gcc...

Same issue with: - Android 12 | codename S | API 31 - Running Google Pixel 4 on Emulator AVD - Application [Roli](https://play.google.com/store/apps/details?id=com.telkomsel.roli&hl=id&gl=US) mitmproxy log: `warn: [22:47:24.810][127.0.0.1:62901] Client TLS handshake...

thanks for your reply @yoshimo ! I will considering to learning the fundamental first to be able dig deeper into the problem