shouc

Results 56 comments of shouc

![322908276-bfb907e8-cfac-4cf3-86db-7d7d0e824d5e](https://github.com/tonyke-bot/ore-miner/assets/10573715/040fd2d4-54a5-4e96-b435-f57b6dbee384)

https://github.com/PositiveTechnologies/ghidra_nodejs/blob/main/src/main/java/v8_bytecode/V8_bytecodeLoader.java#L57 apparently this only supports node version v8.16.0. Parser is designed according to https://github.com/nodejs/node/blob/v8.16.0/deps/v8/src/snapshot/code-serializer.h

Onchain flashloan can be enabled by adding ‘—flashloan’ flag. ItyFuzz would then automatically flashloan and liquidate related tokens from Uniswap, etc. If the token has no LPs, you can use...

There is a regression bug making `targetContract` not picked up. Shall be fixed by EOD

Is there a reason that these lines are added? ``` vm.prank(tokenHolder); StaxLP.transfer(address(this), initialAmount); StaxLP.approve(address(StaxLPStaking), type(uint256).max); ``` With them you just simply need to transfer to somewhere to break the invariant....

You can do something like this: mac: ``` gtimeout 10s ityfuzz evm -t './build/*' ``` linux: ``` timeout 10s ityfuzz evm -t './build/*' ```

Sounds good! I'll put it on the backlog. If you are interested, you can also implement this yourself by adding these chains's info in https://github.com/fuzzland/ityfuzz/blob/master/proxy/main.py#L49-L177 https://github.com/fuzzland/ityfuzz/blob/master/src/evm/uniswap/mod.rs#L390-L415 https://github.com/fuzzland/ityfuzz/blob/master/src/evm/onchain/endpoints.rs#L19-L119

A few new chains are supported in #130, but without flashloan support, which we are still working on