Vladimir Putin

Results 4 comments of Vladimir Putin

server side: ``` /usr/bin/frida-server -l 192.168.1.4 ``` client side: ``` frida-ps -H 192.168.1.4 ``` Just tried with latest frida 12.1.0 and everything works fine.

You can check launchd plist that starts frida and change command line `/usr/bin/frida-server` with specifying IP. If you don't care about security (but change password from `alpine` to something strong!)...

Have no idea why this happens (it maybe be due to services startup sequence). But at least you can run it manually and this works. P.S. It doesn't matter where...

As simple as ``` Validator.prototype.toggleSubmit = function () { if (!this.options.disable) return this.$btn.toggleClass('disabled', this.isIncomplete() || this.hasErrors()) // add disabled attribute to prevent form submit if (this.isIncomplete() || this.hasErrors()) this.$btn.attr('disabled', 'disabled');...