T3rm1

Results 41 comments of T3rm1

I got the same problem but with pausing the application. `frida -f -H ` I want to pause the app so that I can use objection to patch early ssl...

After I click "Do activation" the log shows "Activating now, please wait..." and the display of the device changes. After 4 seconds it says "Disconnected." in the log. Any ideas?...

I'm currently struggling with nearly the same problem. I want to patch the same method as rhyek. I'm doing this on a rooted phone and after many hours of trying...

> > I'm not sure if this fault is Frida or Objection. > > This looks like objections fault for not getting the right PID to resume the app when...

I added `self.resumed = True` after this [line](https://github.com/sensepost/objection/blob/master/objection/utils/agent.py#L169) But now I get another error: ``` Importing and running startup script at: [] Traceback (most recent call last): File "c:\python37-32\lib\runpy.py", line...

Problem still exists in 5.4.0 The problem is that they use the same property for defining the version as Spring Boot parent does (`${groovy.version}`). Spring Boot 2 sets it to...

The alternative is certainly not converting it to stl. The alternative is 3mf. What features are you lacking in 3mf?

> ["3MF files are known for their ability to show a 3D model’s color and texture, but, as with STL files, 3MF files save a model’s body as a triangular...

Here is another example with this kind of error. ```js { "name": "Bug, "packageManager": "[email protected]", "type": "module", "scripts": { "build": "esbuild index.js --bundle --outfile=test.js --platform=node --target=node20 --log-level=verbose" }, "dependencies": {...

Same for measurement. I subscribe to multiple MQTT topic and want to set the measurement of the influxdb node to the MQTT topic.